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

/*! modern-normalize v1.1.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).
*/

html {
  -moz-tab-size: 4;
  -o-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;
}

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

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

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

/**
 * 1. 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
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  border-color: currentColor;
}

.h-screen-fix {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

.h-screen-fix {
  height: 100vh;
  min-height: 100vh;
  /* TODO test and remove if necessary - mobile viewport bug fix */
  /*noinspection CssInvalidPropertyValue*/
  min-height: -webkit-fill-available;
}

/* Disable blue button outline on focus */

button:focus { outline:0;
}

/* Disable blue ripple on phones */

*:focus {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  touch-action: manipulation;
}

.line {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  scroll-behavior: smooth;
  overscroll-behavior-y: none;
}

h1 {
  font-family: Steelfish;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  h1 {
    font-size: 64px;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 72px;
  }
}

@media (min-width: 1920px) {
  h1 {
    font-size: 100px;
  }
}

h2 {
  text-align: center;
  font-family: Steelfish;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  h2 {
    font-size: 48px;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 64px;
  }
}

@media (min-width: 1920px) {
  h2 {
    font-size: 72px;
  }
}

h3 {
  text-align: left;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
  line-height: 145%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  h3 {
    font-size: 18px;
  }
}

h5 {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.14em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  h5 {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  h5 {
    font-size: 28px;
  }
}

h6 {
  font-family: ReenieBeanie;
  font-size: 28px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(239, 217, 174, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  h6 {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  h6 {
    font-size: 38px;
  }
}

p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  p {
    font-size: 18px;
  }
}

.p-section-description {
  margin-top: 26px;
  text-align: center;
}

section {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  align-content: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (min-width: 768px) {
  section {
    height: 768px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  section {
    height: 860px;
  }
}

.section-bcg {
  --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));
  opacity: 0;
  transition-duration: 1000ms;
  transition-timing-function: linear;
}

.section-content {
  margin: auto;
  display: flex;
  max-width: 960px;
  flex-direction: column;
  padding-left: 40px;
  padding-right: 40px;
  opacity: 0;
}

@media (min-width: 768px) {
  .section-content {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .section-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.section-screen {
  --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));
  transition-duration: 1000ms;
  transition-timing-function: linear;
}

.socials-btn {
  -webkit-clip-path: url(#squircleClip);
          clip-path: url(#squircleClip);
  margin-left: 20px;
  margin-right: 20px;
}

.socials-btn:hover {
  background-color: rgba(255,255,255,0.12);
}

.socials-btn {
  padding: 12px;
  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-duration: 200ms;
  transition-timing-function: linear;
}

.socials-btn-big {
  -webkit-clip-path: url(#squircleClip);
          clip-path: url(#squircleClip);
  margin-left: 16px;
  margin-right: 16px;
}

.socials-btn-big:hover {
  background-color: rgba(255,255,255,0.12);
}

.socials-btn-big {
  padding: 12px;
  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-duration: 200ms;
  transition-timing-function: linear;
}

@media (min-width: 768px) {
  .socials-btn-big {
    margin-left: 36px;
    margin-right: 36px;
  }
}

.socials-btn-footer {
  -webkit-clip-path: url(#squircleClip);
          clip-path: url(#squircleClip);
  margin-left: 16px;
  margin-right: 16px;
}

.socials-btn-footer:hover {
  background-color: rgba(255,255,255,0.12);
}

.socials-btn-footer {
  padding: 12px;
  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-duration: 200ms;
  transition-timing-function: linear;
}

@media (min-width: 768px) {
  .socials-btn-footer {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.squircle {
  -webkit-clip-path: url(#squircleClip);
          clip-path: url(#squircleClip);
}

.longSquircle {
  -webkit-clip-path: url(#longSquircleClip);
          clip-path: url(#longSquircleClip);
}

.drop-shadow-screen {
  filter: drop-shadow(0px 40px 80px rgba(0, 0, 0, 0.4));
}

.drop-shadow-icon {
  filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.12));
}

/* FONT FACES */

/* Css file is generated to src folder which is deployed independently so path to fonts is correct */

/*noinspection ALL*/

@font-face {
  font-family: "Steelfish";

  src: url("resources/fonts/Steelfish-Regular.woff2") format("woff2"),
      url("resources/fonts/Steelfish-Regular.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

/*noinspection ALL*/

@font-face {
  font-family: "ReenieBeanie";

  font-weight: normal;

  font-style: normal;

  src: url("resources/fonts/ReenieBeanie-Regular.woff") format("woff"),
      url("resources/fonts/ReenieBeanie-Regular.woff2") format("woff2");
}

/*noinspection ALL*/

@font-face {
  font-family: "Poppins";

  src: url("resources/fonts/Poppins-Regular.woff2") format("woff2"),
      url("resources/fonts/Poppins-Regular.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

/*noinspection ALL*/

@font-face {
  font-family: "Poppins";

  src: url("resources/fonts/Poppins-Regular.woff2") format("woff2"),
      url("resources/fonts/Poppins-Regular.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

/*noinspection ALL*/

@font-face {
  font-family: "Poppins";

  src: url("resources/fonts/Poppins-Bold.woff2") format("woff2"),
      url("resources/fonts/Poppins-Bold.woff") format("woff");

  font-weight: bold;

  font-style: normal;
}

/*noinspection ALL*/

@font-face {
  font-family: "Poppins";

  src: url("resources/fonts/Poppins-Light.woff2") format("woff2"),
      url("resources/fonts/Poppins-Light.woff") format("woff");

  font-weight: 300;

  font-style: normal;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.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-x-0 {
  left: 0px;
  right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.top-7 {
  top: 1.75rem;
}

.top-8 {
  top: 2rem;
}

.top-9 {
  top: 2.25rem;
}

.top-10 {
  top: 2.5rem;
}

.top-11 {
  top: 2.75rem;
}

.top-12 {
  top: 3rem;
}

.top-14 {
  top: 3.5rem;
}

.top-16 {
  top: 4rem;
}

.top-20 {
  top: 5rem;
}

.top-24 {
  top: 6rem;
}

.top-28 {
  top: 7rem;
}

.top-32 {
  top: 8rem;
}

.top-36 {
  top: 9rem;
}

.top-40 {
  top: 10rem;
}

.top-44 {
  top: 11rem;
}

.top-48 {
  top: 12rem;
}

.top-52 {
  top: 13rem;
}

.top-56 {
  top: 14rem;
}

.top-60 {
  top: 15rem;
}

.top-64 {
  top: 16rem;
}

.top-72 {
  top: 18rem;
}

.top-80 {
  top: 20rem;
}

.top-96 {
  top: 24rem;
}

.top-auto {
  top: auto;
}

.top-px {
  top: 1px;
}

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

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

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

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

.-top-0 {
  top: 0px;
}

.-top-1 {
  top: -0.25rem;
}

.-top-2 {
  top: -0.5rem;
}

.-top-3 {
  top: -0.75rem;
}

.-top-4 {
  top: -1rem;
}

.-top-5 {
  top: -1.25rem;
}

.-top-6 {
  top: -1.5rem;
}

.-top-7 {
  top: -1.75rem;
}

.-top-8 {
  top: -2rem;
}

.-top-9 {
  top: -2.25rem;
}

.-top-10 {
  top: -2.5rem;
}

.-top-11 {
  top: -2.75rem;
}

.-top-12 {
  top: -3rem;
}

.-top-14 {
  top: -3.5rem;
}

.-top-16 {
  top: -4rem;
}

.-top-20 {
  top: -5rem;
}

.-top-24 {
  top: -6rem;
}

.-top-28 {
  top: -7rem;
}

.-top-32 {
  top: -8rem;
}

.-top-36 {
  top: -9rem;
}

.-top-40 {
  top: -10rem;
}

.-top-44 {
  top: -11rem;
}

.-top-48 {
  top: -12rem;
}

.-top-52 {
  top: -13rem;
}

.-top-56 {
  top: -14rem;
}

.-top-60 {
  top: -15rem;
}

.-top-64 {
  top: -16rem;
}

.-top-72 {
  top: -18rem;
}

.-top-80 {
  top: -20rem;
}

.-top-96 {
  top: -24rem;
}

.-top-px {
  top: -1px;
}

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

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

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

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

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

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

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

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

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

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

.top-full {
  top: 100%;
}

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

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

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

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

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

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

.-top-full {
  top: -100%;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.right-7 {
  right: 1.75rem;
}

.right-8 {
  right: 2rem;
}

.right-9 {
  right: 2.25rem;
}

.right-10 {
  right: 2.5rem;
}

.right-11 {
  right: 2.75rem;
}

.right-12 {
  right: 3rem;
}

.right-14 {
  right: 3.5rem;
}

.right-16 {
  right: 4rem;
}

.right-20 {
  right: 5rem;
}

.right-24 {
  right: 6rem;
}

.right-28 {
  right: 7rem;
}

.right-32 {
  right: 8rem;
}

.right-36 {
  right: 9rem;
}

.right-40 {
  right: 10rem;
}

.right-44 {
  right: 11rem;
}

.right-48 {
  right: 12rem;
}

.right-52 {
  right: 13rem;
}

.right-56 {
  right: 14rem;
}

.right-60 {
  right: 15rem;
}

.right-64 {
  right: 16rem;
}

.right-72 {
  right: 18rem;
}

.right-80 {
  right: 20rem;
}

.right-96 {
  right: 24rem;
}

.right-auto {
  right: auto;
}

.right-px {
  right: 1px;
}

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

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

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

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

.-right-0 {
  right: 0px;
}

.-right-1 {
  right: -0.25rem;
}

.-right-2 {
  right: -0.5rem;
}

.-right-3 {
  right: -0.75rem;
}

.-right-4 {
  right: -1rem;
}

.-right-5 {
  right: -1.25rem;
}

.-right-6 {
  right: -1.5rem;
}

.-right-7 {
  right: -1.75rem;
}

.-right-8 {
  right: -2rem;
}

.-right-9 {
  right: -2.25rem;
}

.-right-10 {
  right: -2.5rem;
}

.-right-11 {
  right: -2.75rem;
}

.-right-12 {
  right: -3rem;
}

.-right-14 {
  right: -3.5rem;
}

.-right-16 {
  right: -4rem;
}

.-right-20 {
  right: -5rem;
}

.-right-24 {
  right: -6rem;
}

.-right-28 {
  right: -7rem;
}

.-right-32 {
  right: -8rem;
}

.-right-36 {
  right: -9rem;
}

.-right-40 {
  right: -10rem;
}

.-right-44 {
  right: -11rem;
}

.-right-48 {
  right: -12rem;
}

.-right-52 {
  right: -13rem;
}

.-right-56 {
  right: -14rem;
}

.-right-60 {
  right: -15rem;
}

.-right-64 {
  right: -16rem;
}

.-right-72 {
  right: -18rem;
}

.-right-80 {
  right: -20rem;
}

.-right-96 {
  right: -24rem;
}

.-right-px {
  right: -1px;
}

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

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

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

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

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

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

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

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

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

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

.right-full {
  right: 100%;
}

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

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

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

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

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

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

.-right-full {
  right: -100%;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-9 {
  bottom: 2.25rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-11 {
  bottom: 2.75rem;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-24 {
  bottom: 6rem;
}

.bottom-28 {
  bottom: 7rem;
}

.bottom-32 {
  bottom: 8rem;
}

.bottom-36 {
  bottom: 9rem;
}

.bottom-40 {
  bottom: 10rem;
}

.bottom-44 {
  bottom: 11rem;
}

.bottom-48 {
  bottom: 12rem;
}

.bottom-52 {
  bottom: 13rem;
}

.bottom-56 {
  bottom: 14rem;
}

.bottom-60 {
  bottom: 15rem;
}

.bottom-64 {
  bottom: 16rem;
}

.bottom-72 {
  bottom: 18rem;
}

.bottom-80 {
  bottom: 20rem;
}

.bottom-96 {
  bottom: 24rem;
}

.bottom-auto {
  bottom: auto;
}

.bottom-px {
  bottom: 1px;
}

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

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

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

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

.-bottom-0 {
  bottom: 0px;
}

.-bottom-1 {
  bottom: -0.25rem;
}

.-bottom-2 {
  bottom: -0.5rem;
}

.-bottom-3 {
  bottom: -0.75rem;
}

.-bottom-4 {
  bottom: -1rem;
}

.-bottom-5 {
  bottom: -1.25rem;
}

.-bottom-6 {
  bottom: -1.5rem;
}

.-bottom-7 {
  bottom: -1.75rem;
}

.-bottom-8 {
  bottom: -2rem;
}

.-bottom-9 {
  bottom: -2.25rem;
}

.-bottom-10 {
  bottom: -2.5rem;
}

.-bottom-11 {
  bottom: -2.75rem;
}

.-bottom-12 {
  bottom: -3rem;
}

.-bottom-14 {
  bottom: -3.5rem;
}

.-bottom-16 {
  bottom: -4rem;
}

.-bottom-20 {
  bottom: -5rem;
}

.-bottom-24 {
  bottom: -6rem;
}

.-bottom-28 {
  bottom: -7rem;
}

.-bottom-32 {
  bottom: -8rem;
}

.-bottom-36 {
  bottom: -9rem;
}

.-bottom-40 {
  bottom: -10rem;
}

.-bottom-44 {
  bottom: -11rem;
}

.-bottom-48 {
  bottom: -12rem;
}

.-bottom-52 {
  bottom: -13rem;
}

.-bottom-56 {
  bottom: -14rem;
}

.-bottom-60 {
  bottom: -15rem;
}

.-bottom-64 {
  bottom: -16rem;
}

.-bottom-72 {
  bottom: -18rem;
}

.-bottom-80 {
  bottom: -20rem;
}

.-bottom-96 {
  bottom: -24rem;
}

.-bottom-px {
  bottom: -1px;
}

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

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

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

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

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

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

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

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

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

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

.bottom-full {
  bottom: 100%;
}

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

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

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

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

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

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

.-bottom-full {
  bottom: -100%;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-2 {
  left: 0.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

.left-6 {
  left: 1.5rem;
}

.left-7 {
  left: 1.75rem;
}

.left-8 {
  left: 2rem;
}

.left-9 {
  left: 2.25rem;
}

.left-10 {
  left: 2.5rem;
}

.left-11 {
  left: 2.75rem;
}

.left-12 {
  left: 3rem;
}

.left-14 {
  left: 3.5rem;
}

.left-16 {
  left: 4rem;
}

.left-20 {
  left: 5rem;
}

.left-24 {
  left: 6rem;
}

.left-28 {
  left: 7rem;
}

.left-32 {
  left: 8rem;
}

.left-36 {
  left: 9rem;
}

.left-40 {
  left: 10rem;
}

.left-44 {
  left: 11rem;
}

.left-48 {
  left: 12rem;
}

.left-52 {
  left: 13rem;
}

.left-56 {
  left: 14rem;
}

.left-60 {
  left: 15rem;
}

.left-64 {
  left: 16rem;
}

.left-72 {
  left: 18rem;
}

.left-80 {
  left: 20rem;
}

.left-96 {
  left: 24rem;
}

.left-auto {
  left: auto;
}

.left-px {
  left: 1px;
}

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

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

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

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

.-left-0 {
  left: 0px;
}

.-left-1 {
  left: -0.25rem;
}

.-left-2 {
  left: -0.5rem;
}

.-left-3 {
  left: -0.75rem;
}

.-left-4 {
  left: -1rem;
}

.-left-5 {
  left: -1.25rem;
}

.-left-6 {
  left: -1.5rem;
}

.-left-7 {
  left: -1.75rem;
}

.-left-8 {
  left: -2rem;
}

.-left-9 {
  left: -2.25rem;
}

.-left-10 {
  left: -2.5rem;
}

.-left-11 {
  left: -2.75rem;
}

.-left-12 {
  left: -3rem;
}

.-left-14 {
  left: -3.5rem;
}

.-left-16 {
  left: -4rem;
}

.-left-20 {
  left: -5rem;
}

.-left-24 {
  left: -6rem;
}

.-left-28 {
  left: -7rem;
}

.-left-32 {
  left: -8rem;
}

.-left-36 {
  left: -9rem;
}

.-left-40 {
  left: -10rem;
}

.-left-44 {
  left: -11rem;
}

.-left-48 {
  left: -12rem;
}

.-left-52 {
  left: -13rem;
}

.-left-56 {
  left: -14rem;
}

.-left-60 {
  left: -15rem;
}

.-left-64 {
  left: -16rem;
}

.-left-72 {
  left: -18rem;
}

.-left-80 {
  left: -20rem;
}

.-left-96 {
  left: -24rem;
}

.-left-px {
  left: -1px;
}

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

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

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

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

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

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

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

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

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

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

.left-full {
  left: 100%;
}

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

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

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

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

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

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

.-left-full {
  left: -100%;
}

.isolate {
  isolation: isolate;
}

.isolation-auto {
  isolation: auto;
}

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

.-z-1 {
  z-index: -1;
}

.-z-2 {
  z-index: -2;
}

.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-within\:-z-1:focus-within {
  z-index: -1;
}

.focus-within\:-z-2:focus-within {
  z-index: -2;
}

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

.focus\:-z-1:focus {
  z-index: -1;
}

.focus\:-z-2:focus {
  z-index: -2;
}

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

.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-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-start-13 {
  grid-column-start: 13;
}

.col-start-auto {
  grid-column-start: auto;
}

.col-end-1 {
  grid-column-end: 1;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-end-4 {
  grid-column-end: 4;
}

.col-end-5 {
  grid-column-end: 5;
}

.col-end-6 {
  grid-column-end: 6;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-end-9 {
  grid-column-end: 9;
}

.col-end-10 {
  grid-column-end: 10;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-end-13 {
  grid-column-end: 13;
}

.col-end-auto {
  grid-column-end: auto;
}

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

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

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

.m-8p {
  margin: 8%;
}

.-m-20px {
  margin: -20px;
}

.-m-10px {
  margin: -10px;
}

.m-5px {
  margin: 5px;
}

.m-6px {
  margin: 6px;
}

.m-8px {
  margin: 8px;
}

.m-10px {
  margin: 10px;
}

.m-12px {
  margin: 12px;
}

.m-14px {
  margin: 14px;
}

.m-16px {
  margin: 16px;
}

.m-18px {
  margin: 18px;
}

.m-20px {
  margin: 20px;
}

.m-24px {
  margin: 24px;
}

.m-26px {
  margin: 26px;
}

.m-30px {
  margin: 30px;
}

.m-32px {
  margin: 32px;
}

.m-34px {
  margin: 34px;
}

.m-36px {
  margin: 36px;
}

.m-40px {
  margin: 40px;
}

.m-48px {
  margin: 48px;
}

.m-50px {
  margin: 50px;
}

.m-60px {
  margin: 60px;
}

.m-70px {
  margin: 70px;
}

.m-78px {
  margin: 78px;
}

.m-80px {
  margin: 80px;
}

.m-90px {
  margin: 90px;
}

.m-100px {
  margin: 100px;
}

.m-120px {
  margin: 120px;
}

.m-145px {
  margin: 145px;
}

.m-172px {
  margin: 172px;
}

.m-185px {
  margin: 185px;
}

.m-200px {
  margin: 200px;
}

.m-260px {
  margin: 260px;
}

.m-268px {
  margin: 268px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-8p {
  margin-left: 8%;
  margin-right: 8%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

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

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

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

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

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

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

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

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

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

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

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

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

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

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

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

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

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

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

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

.-my-28 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-8p {
  margin-top: 8%;
  margin-bottom: 8%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-5 {
  margin-top: 1.25rem;
}

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

.mt-7 {
  margin-top: 1.75rem;
}

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

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

.mt-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

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

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

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

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

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

.mt-28 {
  margin-top: 7rem;
}

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

.mt-36 {
  margin-top: 9rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mt-44 {
  margin-top: 11rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-5 {
  margin-top: -1.25rem;
}

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

.-mt-7 {
  margin-top: -1.75rem;
}

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

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

.-mt-10 {
  margin-top: -2.5rem;
}

.-mt-11 {
  margin-top: -2.75rem;
}

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

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

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

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

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

.-mt-28 {
  margin-top: -7rem;
}

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

.-mt-36 {
  margin-top: -9rem;
}

.-mt-40 {
  margin-top: -10rem;
}

.-mt-44 {
  margin-top: -11rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-8p {
  margin-top: 8%;
}

.-mt-20px {
  margin-top: -20px;
}

.-mt-10px {
  margin-top: -10px;
}

.mt-5px {
  margin-top: 5px;
}

.mt-6px {
  margin-top: 6px;
}

.mt-8px {
  margin-top: 8px;
}

.mt-10px {
  margin-top: 10px;
}

.mt-12px {
  margin-top: 12px;
}

.mt-14px {
  margin-top: 14px;
}

.mt-16px {
  margin-top: 16px;
}

.mt-18px {
  margin-top: 18px;
}

.mt-20px {
  margin-top: 20px;
}

.mt-24px {
  margin-top: 24px;
}

.mt-26px {
  margin-top: 26px;
}

.mt-30px {
  margin-top: 30px;
}

.mt-32px {
  margin-top: 32px;
}

.mt-34px {
  margin-top: 34px;
}

.mt-36px {
  margin-top: 36px;
}

.mt-40px {
  margin-top: 40px;
}

.mt-48px {
  margin-top: 48px;
}

.mt-50px {
  margin-top: 50px;
}

.mt-60px {
  margin-top: 60px;
}

.mt-70px {
  margin-top: 70px;
}

.mt-78px {
  margin-top: 78px;
}

.mt-80px {
  margin-top: 80px;
}

.mt-90px {
  margin-top: 90px;
}

.mt-100px {
  margin-top: 100px;
}

.mt-120px {
  margin-top: 120px;
}

.mt-145px {
  margin-top: 145px;
}

.mt-172px {
  margin-top: 172px;
}

.mt-185px {
  margin-top: 185px;
}

.mt-200px {
  margin-top: 200px;
}

.mt-260px {
  margin-top: 260px;
}

.mt-268px {
  margin-top: 268px;
}

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

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

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

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

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

.mr-5 {
  margin-right: 1.25rem;
}

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

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

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

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

.mr-10 {
  margin-right: 2.5rem;
}

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

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

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

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

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

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

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

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

.mr-36 {
  margin-right: 9rem;
}

.mr-40 {
  margin-right: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mr-5 {
  margin-right: -1.25rem;
}

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

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

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

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

.-mr-10 {
  margin-right: -2.5rem;
}

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

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

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

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

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

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

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

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

.-mr-36 {
  margin-right: -9rem;
}

.-mr-40 {
  margin-right: -10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-8p {
  margin-right: 8%;
}

.-mr-20px {
  margin-right: -20px;
}

.-mr-10px {
  margin-right: -10px;
}

.mr-5px {
  margin-right: 5px;
}

.mr-6px {
  margin-right: 6px;
}

.mr-8px {
  margin-right: 8px;
}

.mr-10px {
  margin-right: 10px;
}

.mr-12px {
  margin-right: 12px;
}

.mr-14px {
  margin-right: 14px;
}

.mr-16px {
  margin-right: 16px;
}

.mr-18px {
  margin-right: 18px;
}

.mr-20px {
  margin-right: 20px;
}

.mr-24px {
  margin-right: 24px;
}

.mr-26px {
  margin-right: 26px;
}

.mr-30px {
  margin-right: 30px;
}

.mr-32px {
  margin-right: 32px;
}

.mr-34px {
  margin-right: 34px;
}

.mr-36px {
  margin-right: 36px;
}

.mr-40px {
  margin-right: 40px;
}

.mr-48px {
  margin-right: 48px;
}

.mr-50px {
  margin-right: 50px;
}

.mr-60px {
  margin-right: 60px;
}

.mr-70px {
  margin-right: 70px;
}

.mr-78px {
  margin-right: 78px;
}

.mr-80px {
  margin-right: 80px;
}

.mr-90px {
  margin-right: 90px;
}

.mr-100px {
  margin-right: 100px;
}

.mr-120px {
  margin-right: 120px;
}

.mr-145px {
  margin-right: 145px;
}

.mr-172px {
  margin-right: 172px;
}

.mr-185px {
  margin-right: 185px;
}

.mr-200px {
  margin-right: 200px;
}

.mr-260px {
  margin-right: 260px;
}

.mr-268px {
  margin-right: 268px;
}

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

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

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

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

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

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

.mb-36 {
  margin-bottom: 9rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mb-5 {
  margin-bottom: -1.25rem;
}

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

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

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

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

.-mb-10 {
  margin-bottom: -2.5rem;
}

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

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

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

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

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

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

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

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

.-mb-36 {
  margin-bottom: -9rem;
}

.-mb-40 {
  margin-bottom: -10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-8p {
  margin-bottom: 8%;
}

.-mb-20px {
  margin-bottom: -20px;
}

.-mb-10px {
  margin-bottom: -10px;
}

.mb-5px {
  margin-bottom: 5px;
}

.mb-6px {
  margin-bottom: 6px;
}

.mb-8px {
  margin-bottom: 8px;
}

.mb-10px {
  margin-bottom: 10px;
}

.mb-12px {
  margin-bottom: 12px;
}

.mb-14px {
  margin-bottom: 14px;
}

.mb-16px {
  margin-bottom: 16px;
}

.mb-18px {
  margin-bottom: 18px;
}

.mb-20px {
  margin-bottom: 20px;
}

.mb-24px {
  margin-bottom: 24px;
}

.mb-26px {
  margin-bottom: 26px;
}

.mb-30px {
  margin-bottom: 30px;
}

.mb-32px {
  margin-bottom: 32px;
}

.mb-34px {
  margin-bottom: 34px;
}

.mb-36px {
  margin-bottom: 36px;
}

.mb-40px {
  margin-bottom: 40px;
}

.mb-48px {
  margin-bottom: 48px;
}

.mb-50px {
  margin-bottom: 50px;
}

.mb-60px {
  margin-bottom: 60px;
}

.mb-70px {
  margin-bottom: 70px;
}

.mb-78px {
  margin-bottom: 78px;
}

.mb-80px {
  margin-bottom: 80px;
}

.mb-90px {
  margin-bottom: 90px;
}

.mb-100px {
  margin-bottom: 100px;
}

.mb-120px {
  margin-bottom: 120px;
}

.mb-145px {
  margin-bottom: 145px;
}

.mb-172px {
  margin-bottom: 172px;
}

.mb-185px {
  margin-bottom: 185px;
}

.mb-200px {
  margin-bottom: 200px;
}

.mb-260px {
  margin-bottom: 260px;
}

.mb-268px {
  margin-bottom: 268px;
}

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

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

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

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

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

.ml-5 {
  margin-left: 1.25rem;
}

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

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

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

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

.ml-10 {
  margin-left: 2.5rem;
}

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

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

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

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

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

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

.ml-28 {
  margin-left: 7rem;
}

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

.ml-36 {
  margin-left: 9rem;
}

.ml-40 {
  margin-left: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-ml-5 {
  margin-left: -1.25rem;
}

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

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

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

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

.-ml-10 {
  margin-left: -2.5rem;
}

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

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

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

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

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

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

.-ml-28 {
  margin-left: -7rem;
}

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

.-ml-36 {
  margin-left: -9rem;
}

.-ml-40 {
  margin-left: -10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-8p {
  margin-left: 8%;
}

.-ml-20px {
  margin-left: -20px;
}

.-ml-10px {
  margin-left: -10px;
}

.ml-5px {
  margin-left: 5px;
}

.ml-6px {
  margin-left: 6px;
}

.ml-8px {
  margin-left: 8px;
}

.ml-10px {
  margin-left: 10px;
}

.ml-12px {
  margin-left: 12px;
}

.ml-14px {
  margin-left: 14px;
}

.ml-16px {
  margin-left: 16px;
}

.ml-18px {
  margin-left: 18px;
}

.ml-20px {
  margin-left: 20px;
}

.ml-24px {
  margin-left: 24px;
}

.ml-26px {
  margin-left: 26px;
}

.ml-30px {
  margin-left: 30px;
}

.ml-32px {
  margin-left: 32px;
}

.ml-34px {
  margin-left: 34px;
}

.ml-36px {
  margin-left: 36px;
}

.ml-40px {
  margin-left: 40px;
}

.ml-48px {
  margin-left: 48px;
}

.ml-50px {
  margin-left: 50px;
}

.ml-60px {
  margin-left: 60px;
}

.ml-70px {
  margin-left: 70px;
}

.ml-78px {
  margin-left: 78px;
}

.ml-80px {
  margin-left: 80px;
}

.ml-90px {
  margin-left: 90px;
}

.ml-100px {
  margin-left: 100px;
}

.ml-120px {
  margin-left: 120px;
}

.ml-145px {
  margin-left: 145px;
}

.ml-172px {
  margin-left: 172px;
}

.ml-185px {
  margin-left: 185px;
}

.ml-200px {
  margin-left: 200px;
}

.ml-260px {
  margin-left: 260px;
}

.ml-268px {
  margin-left: 268px;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

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

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

.h-divider {
  height: 1px;
}

.h-2px {
  height: 2px;
}

.h-24px {
  height: 24px;
}

.h-28px {
  height: 28px;
}

.h-30px {
  height: 30px;
}

.h-32px {
  height: 32px;
}

.h-36px {
  height: 36px;
}

.h-38px {
  height: 38px;
}

.h-40px {
  height: 40px;
}

.h-42px {
  height: 42px;
}

.h-44px {
  height: 44px;
}

.h-48px {
  height: 48px;
}

.h-54px {
  height: 54px;
}

.h-56px {
  height: 56px;
}

.h-58px {
  height: 58px;
}

.h-68px {
  height: 68px;
}

.h-82px {
  height: 82px;
}

.h-125px {
  height: 125px;
}

.h-132px {
  height: 132px;
}

.h-198px {
  height: 198px;
}

.h-229px {
  height: 229px;
}

.h-319px {
  height: 319px;
}

.h-400px {
  height: 400px;
}

.h-420px {
  height: 420px;
}

.h-450px {
  height: 450px;
}

.h-465px {
  height: 465px;
}

.h-485px {
  height: 485px;
}

.h-501px {
  height: 501px;
}

.h-558px {
  height: 558px;
}

.h-526px {
  height: 526px;
}

.h-533px {
  height: 533px;
}

.h-566px {
  height: 566px;
}

.h-617px {
  height: 617px;
}

.h-756px {
  height: 756px;
}

.h-768px {
  height: 768px;
}

.h-800px {
  height: 800px;
}

.h-860px {
  height: 860px;
}

.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-h-70p {
  max-height: 70%;
}

.min-h-0 {
  min-height: 0px;
}

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

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

.min-h-400px {
  min-height: 400px;
}

.min-h-800px {
  min-height: 800px;
}

.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: -moz-min-content;
  width: min-content;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-50p {
  width: 50%;
}

.w-75p {
  width: 75%;
}

.w-80p {
  width: 80%;
}

.w-divider {
  width: 1px;
}

.w-16px {
  width: 16px;
}

.w-17px {
  width: 17px;
}

.w-24px {
  width: 24px;
}

.w-28px {
  width: 28px;
}

.w-32px {
  width: 32px;
}

.w-34px {
  width: 34px;
}

.w-38px {
  width: 38px;
}

.w-40px {
  width: 40px;
}

.w-42px {
  width: 42px;
}

.w-44px {
  width: 44px;
}

.w-48px {
  width: 48px;
}

.w-56px {
  width: 56px;
}

.w-58px {
  width: 58px;
}

.w-68px {
  width: 68px;
}

.w-82px {
  width: 82px;
}

.w-93px {
  width: 93px;
}

.w-100px {
  width: 100px;
}

.w-115px {
  width: 115px;
}

.w-125px {
  width: 125px;
}

.w-132px {
  width: 132px;
}

.w-146px {
  width: 146px;
}

.w-157px {
  width: 157px;
}

.w-224px {
  width: 224px;
}

.w-236px {
  width: 236px;
}

.w-255px {
  width: 255px;
}

.w-320px {
  width: 320px;
}

.w-372px {
  width: 372px;
}

.w-401px {
  width: 401px;
}

.w-735px {
  width: 735px;
}

.w-857px {
  width: 857px;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-full {
  min-width: 100%;
}

.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.min-w-140px {
  min-width: 140px;
}

.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: -moz-min-content;
  max-width: min-content;
}

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

.max-w-prose {
  max-width: 65ch;
}

.max-w-screen-sm {
  max-width: 360px;
}

.max-w-screen-lm {
  max-width: 420px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-xlg {
  max-width: 1920px;
}

.max-w-200px {
  max-width: 200px;
}

.max-w-220px {
  max-width: 220px;
}

.max-w-348px {
  max-width: 348px;
}

.max-w-814px {
  max-width: 814px;
}

.max-w-960px {
  max-width: 960px;
}

.max-w-1380px {
  max-width: 1380px;
}

.max-w-1920px {
  max-width: 1920px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

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

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow {
  flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

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

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

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

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

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

.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-20 {
  --tw-rotate: 20deg;
}

.rotate-35 {
  --tw-rotate: 35deg;
}

.rotate-45 {
  --tw-rotate: 45deg;
}

.rotate-90 {
  --tw-rotate: 90deg;
}

.rotate-127 {
  --tw-rotate: 127deg;
}

.rotate-150 {
  --tw-rotate: 150deg;
}

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

.-rotate-8 {
  --tw-rotate: -8deg;
}

.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-20:hover {
  --tw-rotate: 20deg;
}

.hover\:rotate-35:hover {
  --tw-rotate: 35deg;
}

.hover\:rotate-45:hover {
  --tw-rotate: 45deg;
}

.hover\:rotate-90:hover {
  --tw-rotate: 90deg;
}

.hover\:rotate-127:hover {
  --tw-rotate: 127deg;
}

.hover\:rotate-150:hover {
  --tw-rotate: 150deg;
}

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

.hover\:-rotate-8:hover {
  --tw-rotate: -8deg;
}

.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-20:focus {
  --tw-rotate: 20deg;
}

.focus\:rotate-35:focus {
  --tw-rotate: 35deg;
}

.focus\:rotate-45:focus {
  --tw-rotate: 45deg;
}

.focus\:rotate-90:focus {
  --tw-rotate: 90deg;
}

.focus\:rotate-127:focus {
  --tw-rotate: 127deg;
}

.focus\:rotate-150:focus {
  --tw-rotate: 150deg;
}

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

.focus\:-rotate-8:focus {
  --tw-rotate: -8deg;
}

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

.hover\:skew-x-0:hover {
  --tw-skew-x: 0deg;
}

.hover\:skew-x-1:hover {
  --tw-skew-x: 1deg;
}

.hover\:skew-x-2:hover {
  --tw-skew-x: 2deg;
}

.hover\:skew-x-3:hover {
  --tw-skew-x: 3deg;
}

.hover\:skew-x-6:hover {
  --tw-skew-x: 6deg;
}

.hover\:skew-x-12:hover {
  --tw-skew-x: 12deg;
}

.hover\:-skew-x-12:hover {
  --tw-skew-x: -12deg;
}

.hover\:-skew-x-6:hover {
  --tw-skew-x: -6deg;
}

.hover\:-skew-x-3:hover {
  --tw-skew-x: -3deg;
}

.hover\:-skew-x-2:hover {
  --tw-skew-x: -2deg;
}

.hover\:-skew-x-1:hover {
  --tw-skew-x: -1deg;
}

.hover\:skew-y-0:hover {
  --tw-skew-y: 0deg;
}

.hover\:skew-y-1:hover {
  --tw-skew-y: 1deg;
}

.hover\:skew-y-2:hover {
  --tw-skew-y: 2deg;
}

.hover\:skew-y-3:hover {
  --tw-skew-y: 3deg;
}

.hover\:skew-y-6:hover {
  --tw-skew-y: 6deg;
}

.hover\:skew-y-12:hover {
  --tw-skew-y: 12deg;
}

.hover\:-skew-y-12:hover {
  --tw-skew-y: -12deg;
}

.hover\:-skew-y-6:hover {
  --tw-skew-y: -6deg;
}

.hover\:-skew-y-3:hover {
  --tw-skew-y: -3deg;
}

.hover\:-skew-y-2:hover {
  --tw-skew-y: -2deg;
}

.hover\:-skew-y-1:hover {
  --tw-skew-y: -1deg;
}

.focus\:skew-x-0:focus {
  --tw-skew-x: 0deg;
}

.focus\:skew-x-1:focus {
  --tw-skew-x: 1deg;
}

.focus\:skew-x-2:focus {
  --tw-skew-x: 2deg;
}

.focus\:skew-x-3:focus {
  --tw-skew-x: 3deg;
}

.focus\:skew-x-6:focus {
  --tw-skew-x: 6deg;
}

.focus\:skew-x-12:focus {
  --tw-skew-x: 12deg;
}

.focus\:-skew-x-12:focus {
  --tw-skew-x: -12deg;
}

.focus\:-skew-x-6:focus {
  --tw-skew-x: -6deg;
}

.focus\:-skew-x-3:focus {
  --tw-skew-x: -3deg;
}

.focus\:-skew-x-2:focus {
  --tw-skew-x: -2deg;
}

.focus\:-skew-x-1:focus {
  --tw-skew-x: -1deg;
}

.focus\:skew-y-0:focus {
  --tw-skew-y: 0deg;
}

.focus\:skew-y-1:focus {
  --tw-skew-y: 1deg;
}

.focus\:skew-y-2:focus {
  --tw-skew-y: 2deg;
}

.focus\:skew-y-3:focus {
  --tw-skew-y: 3deg;
}

.focus\:skew-y-6:focus {
  --tw-skew-y: 6deg;
}

.focus\:skew-y-12:focus {
  --tw-skew-y: 12deg;
}

.focus\:-skew-y-12:focus {
  --tw-skew-y: -12deg;
}

.focus\:-skew-y-6:focus {
  --tw-skew-y: -6deg;
}

.focus\:-skew-y-3:focus {
  --tw-skew-y: -3deg;
}

.focus\:-skew-y-2:focus {
  --tw-skew-y: -2deg;
}

.focus\:-skew-y-1:focus {
  --tw-skew-y: -1deg;
}

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

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

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

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

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

@keyframes zoom-in-out {
  0% {
    transform: scale(1.0);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1.0);
  }
}

@keyframes reveal-scale {
  0% {
    transform: scale(1.0);
    opacity: 0;
  }

  75% {
    transform: scale(1.2);
    opacity: 0.75;
  }

  100% {
    transform: scale(1.0);
    opacity: 1;
  }
}

@keyframes pulsing {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0rgba(255,255,255,0.06);
  }

  80% {
    transform: scale(1.1);
    box-shadow: 0 0 0 15px rgba(255,255,255,0.06);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(255,255,255,0.00);
  }
}

@keyframes reveal-top {
  0% {
    transform: translate(0px, -150px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes reveal-bottom {
  0% {
    transform: translate(0px, 150px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes reveal-left {
  0% {
    transform: translate(-100px, 0px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes reveal-right {
  0% {
    transform: translate(100px, 0px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes expand-avatar-skill {
  0% {
    max-height: 0;
    opacity: 0;
  }

  100% {
    max-height: 200px;
    opacity: 1;
  }
}

@keyframes collapse-avatar-skill {
  0% {
    max-height: 200px;
    opacity: 1;
  }

  100% {
    max-height: 0px;
    opacity: 0;
  }
}

@keyframes shake {
  0% {
    transform: translate(0px, 0px);
  }

  5% {
    transform: translate(5px, 0px);
  }

  15% {
    transform: translate(-5px, 0px);
  }

  25% {
    transform: translate(5px, 0px);
  }

  30% {
    transform: translate(0px, 0px);
  }
}

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

.animate-zoom-in-out {
  animation: zoom-in-out 20s ease-in-out infinite;
}

.animate-reveal-scale {
  animation: reveal-scale 0.35s ease-in;
}

.animate-pulsing {
  animation: pulsing 1.6s infinite;
}

.animate-reveal-top {
  animation: reveal-top 0.6s ease-in-out;
}

.animate-reveal-bottom {
  animation: reveal-bottom 0.6s ease-in-out;
}

.animate-reveal-left {
  animation: reveal-left 0.6s ease-in-out;
}

.animate-reveal-right {
  animation: reveal-right 0.6s ease-in-out;
}

.animate-expand-avatar-skill {
  animation: expand-avatar-skill 0.35s ease-in-out;
}

.animate-collapse-avatar-skill {
  animation: collapse-avatar-skill 0.35s ease-in-out;
}

.animate-grow {
  animation: grow 2s ease-in-out;
}

.animate-shake {
  animation: shake 2s ease-in-out infinite;
}

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

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: 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);
}

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

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

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none {
  grid-template-columns: none;
}

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

.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-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-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

.place-items-center {
  place-items: center;
}

.place-items-stretch {
  place-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;
}

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

.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-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-stretch {
  justify-items: stretch;
}

.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 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-11 {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.gap-x-28 {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.gap-x-32 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.gap-x-36 {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.gap-x-44 {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.gap-x-48 {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.gap-x-52 {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.gap-x-56 {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.gap-x-60 {
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

.gap-x-64 {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.gap-x-72 {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.gap-x-80 {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.gap-x-96 {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.gap-x-px {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.gap-x-0\.5 {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       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;
}

.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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

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

.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-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-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-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-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-x-1px > :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-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-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-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-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-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-y-1px > :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-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

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

.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-tropic-base > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(3, 39, 41, var(--tw-divide-opacity));
}

.divide-tropic-light > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(3,39,41,0.7);
}

.divide-tropic-6p > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(3,39,41,0.6);
}

.divide-tropic-90p > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(3,39,41,0.9);
}

.divide-taiga-base > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(86, 118, 110, var(--tw-divide-opacity));
}

.divide-taiga-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(96, 129, 120, var(--tw-divide-opacity));
}

.divide-savana > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 217, 174, var(--tw-divide-opacity));
}

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

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

.divide-arctic-low > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255,255,255,0.12);
}

.divide-arctic-very-low > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255,255,255,0.06);
}

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

.divide-black-dim > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(0,5,5,0.8);
}

.divide-black-low > :not([hidden]) ~ :not([hidden]) {
  border-color: #0A000000;
}

.divide-black-semi > :not([hidden]) ~ :not([hidden]) {
  border-color: #66000000;
}

.divide-white-low > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255,255,255,0.06);
}

.divide-white-medium > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255,255,255,0.12);
}

.divide-white-semi > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255,255,255,0.6);
}

.divide-error > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 122, 58, var(--tw-divide-opacity));
}

.divide-yellow > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(204, 151, 71, var(--tw-divide-opacity));
}

.divide-expedition > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(79, 112, 136, var(--tw-divide-opacity));
}

.divide-green-base > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(140, 174, 68, var(--tw-divide-opacity));
}

.divide-green-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(227, 230, 225, var(--tw-divide-opacity));
}

.divide-red-base > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(191, 11, 11, var(--tw-divide-opacity));
}

.divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(0,0,0,0);
}

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

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

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

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

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

.self-baseline {
  align-self: baseline;
}

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

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.overflow-clip {
  text-overflow: clip;
}

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

.rounded-50p {
  border-radius: 50%;
}

.rounded-4px {
  border-radius: 4px;
}

.rounded-8px {
  border-radius: 8px;
}

.rounded-12px {
  border-radius: 12px;
}

.rounded-16px {
  border-radius: 16px;
}

.rounded-18px {
  border-radius: 18px;
}

.rounded-20px {
  border-radius: 20px;
}

.rounded-24px {
  border-radius: 24px;
}

.rounded-t-50p {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

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

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

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

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

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

.rounded-r-50p {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

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

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

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

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

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

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

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

.rounded-b-50p {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

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

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

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

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

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

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

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

.rounded-l-50p {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

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

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

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

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

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

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

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

.rounded-tl-50p {
  border-top-left-radius: 50%;
}

.rounded-tl-4px {
  border-top-left-radius: 4px;
}

.rounded-tl-8px {
  border-top-left-radius: 8px;
}

.rounded-tl-12px {
  border-top-left-radius: 12px;
}

.rounded-tl-16px {
  border-top-left-radius: 16px;
}

.rounded-tl-18px {
  border-top-left-radius: 18px;
}

.rounded-tl-20px {
  border-top-left-radius: 20px;
}

.rounded-tl-24px {
  border-top-left-radius: 24px;
}

.rounded-tr-50p {
  border-top-right-radius: 50%;
}

.rounded-tr-4px {
  border-top-right-radius: 4px;
}

.rounded-tr-8px {
  border-top-right-radius: 8px;
}

.rounded-tr-12px {
  border-top-right-radius: 12px;
}

.rounded-tr-16px {
  border-top-right-radius: 16px;
}

.rounded-tr-18px {
  border-top-right-radius: 18px;
}

.rounded-tr-20px {
  border-top-right-radius: 20px;
}

.rounded-tr-24px {
  border-top-right-radius: 24px;
}

.rounded-br-50p {
  border-bottom-right-radius: 50%;
}

.rounded-br-4px {
  border-bottom-right-radius: 4px;
}

.rounded-br-8px {
  border-bottom-right-radius: 8px;
}

.rounded-br-12px {
  border-bottom-right-radius: 12px;
}

.rounded-br-16px {
  border-bottom-right-radius: 16px;
}

.rounded-br-18px {
  border-bottom-right-radius: 18px;
}

.rounded-br-20px {
  border-bottom-right-radius: 20px;
}

.rounded-br-24px {
  border-bottom-right-radius: 24px;
}

.rounded-bl-50p {
  border-bottom-left-radius: 50%;
}

.rounded-bl-4px {
  border-bottom-left-radius: 4px;
}

.rounded-bl-8px {
  border-bottom-left-radius: 8px;
}

.rounded-bl-12px {
  border-bottom-left-radius: 12px;
}

.rounded-bl-16px {
  border-bottom-left-radius: 16px;
}

.rounded-bl-18px {
  border-bottom-left-radius: 18px;
}

.rounded-bl-20px {
  border-bottom-left-radius: 20px;
}

.rounded-bl-24px {
  border-bottom-left-radius: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-b-4 {
  border-bottom-width: 4px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-1px {
  border-bottom-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-1px {
  border-left-width: 1px;
}

.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-tropic-base {
  --tw-border-opacity: 1;
  border-color: rgba(3, 39, 41, var(--tw-border-opacity));
}

.border-tropic-light {
  border-color: rgba(3,39,41,0.7);
}

.border-tropic-6p {
  border-color: rgba(3,39,41,0.6);
}

.border-tropic-90p {
  border-color: rgba(3,39,41,0.9);
}

.border-taiga-base {
  --tw-border-opacity: 1;
  border-color: rgba(86, 118, 110, var(--tw-border-opacity));
}

.border-taiga-light {
  --tw-border-opacity: 1;
  border-color: rgba(96, 129, 120, var(--tw-border-opacity));
}

.border-savana {
  --tw-border-opacity: 1;
  border-color: rgba(239, 217, 174, var(--tw-border-opacity));
}

.border-tundra {
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 238, var(--tw-border-opacity));
}

.border-arctic-base {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-arctic-low {
  border-color: rgba(255,255,255,0.12);
}

.border-arctic-very-low {
  border-color: rgba(255,255,255,0.06);
}

.border-black-base {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-black-dim {
  border-color: rgba(0,5,5,0.8);
}

.border-black-low {
  border-color: #0A000000;
}

.border-black-semi {
  border-color: #66000000;
}

.border-white-low {
  border-color: rgba(255,255,255,0.06);
}

.border-white-medium {
  border-color: rgba(255,255,255,0.12);
}

.border-white-semi {
  border-color: rgba(255,255,255,0.6);
}

.border-error {
  --tw-border-opacity: 1;
  border-color: rgba(209, 122, 58, var(--tw-border-opacity));
}

.border-yellow {
  --tw-border-opacity: 1;
  border-color: rgba(204, 151, 71, var(--tw-border-opacity));
}

.border-expedition {
  --tw-border-opacity: 1;
  border-color: rgba(79, 112, 136, var(--tw-border-opacity));
}

.border-green-base {
  --tw-border-opacity: 1;
  border-color: rgba(140, 174, 68, var(--tw-border-opacity));
}

.border-green-light {
  --tw-border-opacity: 1;
  border-color: rgba(227, 230, 225, var(--tw-border-opacity));
}

.border-red-base {
  --tw-border-opacity: 1;
  border-color: rgba(191, 11, 11, var(--tw-border-opacity));
}

.border-transparent {
  border-color: rgba(0,0,0,0);
}

.group:hover .group-hover\:border-tropic-base {
  --tw-border-opacity: 1;
  border-color: rgba(3, 39, 41, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-tropic-light {
  border-color: rgba(3,39,41,0.7);
}

.group:hover .group-hover\:border-tropic-6p {
  border-color: rgba(3,39,41,0.6);
}

.group:hover .group-hover\:border-tropic-90p {
  border-color: rgba(3,39,41,0.9);
}

.group:hover .group-hover\:border-taiga-base {
  --tw-border-opacity: 1;
  border-color: rgba(86, 118, 110, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-taiga-light {
  --tw-border-opacity: 1;
  border-color: rgba(96, 129, 120, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-savana {
  --tw-border-opacity: 1;
  border-color: rgba(239, 217, 174, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-tundra {
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 238, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-arctic-base {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-arctic-low {
  border-color: rgba(255,255,255,0.12);
}

.group:hover .group-hover\:border-arctic-very-low {
  border-color: rgba(255,255,255,0.06);
}

.group:hover .group-hover\:border-black-base {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-black-dim {
  border-color: rgba(0,5,5,0.8);
}

.group:hover .group-hover\:border-black-low {
  border-color: #0A000000;
}

.group:hover .group-hover\:border-black-semi {
  border-color: #66000000;
}

.group:hover .group-hover\:border-white-low {
  border-color: rgba(255,255,255,0.06);
}

.group:hover .group-hover\:border-white-medium {
  border-color: rgba(255,255,255,0.12);
}

.group:hover .group-hover\:border-white-semi {
  border-color: rgba(255,255,255,0.6);
}

.group:hover .group-hover\:border-error {
  --tw-border-opacity: 1;
  border-color: rgba(209, 122, 58, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow {
  --tw-border-opacity: 1;
  border-color: rgba(204, 151, 71, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-expedition {
  --tw-border-opacity: 1;
  border-color: rgba(79, 112, 136, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-base {
  --tw-border-opacity: 1;
  border-color: rgba(140, 174, 68, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-light {
  --tw-border-opacity: 1;
  border-color: rgba(227, 230, 225, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-base {
  --tw-border-opacity: 1;
  border-color: rgba(191, 11, 11, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-transparent {
  border-color: rgba(0,0,0,0);
}

.focus-within\:border-tropic-base:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(3, 39, 41, var(--tw-border-opacity));
}

.focus-within\:border-tropic-light:focus-within {
  border-color: rgba(3,39,41,0.7);
}

.focus-within\:border-tropic-6p:focus-within {
  border-color: rgba(3,39,41,0.6);
}

.focus-within\:border-tropic-90p:focus-within {
  border-color: rgba(3,39,41,0.9);
}

.focus-within\:border-taiga-base:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(86, 118, 110, var(--tw-border-opacity));
}

.focus-within\:border-taiga-light:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(96, 129, 120, var(--tw-border-opacity));
}

.focus-within\:border-savana:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(239, 217, 174, var(--tw-border-opacity));
}

.focus-within\:border-tundra:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 238, var(--tw-border-opacity));
}

.focus-within\:border-arctic-base:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus-within\:border-arctic-low:focus-within {
  border-color: rgba(255,255,255,0.12);
}

.focus-within\:border-arctic-very-low:focus-within {
  border-color: rgba(255,255,255,0.06);
}

.focus-within\:border-black-base:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus-within\:border-black-dim:focus-within {
  border-color: rgba(0,5,5,0.8);
}

.focus-within\:border-black-low:focus-within {
  border-color: #0A000000;
}

.focus-within\:border-black-semi:focus-within {
  border-color: #66000000;
}

.focus-within\:border-white-low:focus-within {
  border-color: rgba(255,255,255,0.06);
}

.focus-within\:border-white-medium:focus-within {
  border-color: rgba(255,255,255,0.12);
}

.focus-within\:border-white-semi:focus-within {
  border-color: rgba(255,255,255,0.6);
}

.focus-within\:border-error:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(209, 122, 58, var(--tw-border-opacity));
}

.focus-within\:border-yellow:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(204, 151, 71, var(--tw-border-opacity));
}

.focus-within\:border-expedition:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(79, 112, 136, var(--tw-border-opacity));
}

.focus-within\:border-green-base:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(140, 174, 68, var(--tw-border-opacity));
}

.focus-within\:border-green-light:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(227, 230, 225, var(--tw-border-opacity));
}

.focus-within\:border-red-base:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(191, 11, 11, var(--tw-border-opacity));
}

.focus-within\:border-transparent:focus-within {
  border-color: rgba(0,0,0,0);
}

.hover\:border-tropic-base:hover {
  --tw-border-opacity: 1;
  border-color: rgba(3, 39, 41, var(--tw-border-opacity));
}

.hover\:border-tropic-light:hover {
  border-color: rgba(3,39,41,0.7);
}

.hover\:border-tropic-6p:hover {
  border-color: rgba(3,39,41,0.6);
}

.hover\:border-tropic-90p:hover {
  border-color: rgba(3,39,41,0.9);
}

.hover\:border-taiga-base:hover {
  --tw-border-opacity: 1;
  border-color: rgba(86, 118, 110, var(--tw-border-opacity));
}

.hover\:border-taiga-light:hover {
  --tw-border-opacity: 1;
  border-color: rgba(96, 129, 120, var(--tw-border-opacity));
}

.hover\:border-savana:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 217, 174, var(--tw-border-opacity));
}

.hover\:border-tundra:hover {
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 238, var(--tw-border-opacity));
}

.hover\:border-arctic-base:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:border-arctic-low:hover {
  border-color: rgba(255,255,255,0.12);
}

.hover\:border-arctic-very-low:hover {
  border-color: rgba(255,255,255,0.06);
}

.hover\:border-black-base:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.hover\:border-black-dim:hover {
  border-color: rgba(0,5,5,0.8);
}

.hover\:border-black-low:hover {
  border-color: #0A000000;
}

.hover\:border-black-semi:hover {
  border-color: #66000000;
}

.hover\:border-white-low:hover {
  border-color: rgba(255,255,255,0.06);
}

.hover\:border-white-medium:hover {
  border-color: rgba(255,255,255,0.12);
}

.hover\:border-white-semi:hover {
  border-color: rgba(255,255,255,0.6);
}

.hover\:border-error:hover {
  --tw-border-opacity: 1;
  border-color: rgba(209, 122, 58, var(--tw-border-opacity));
}

.hover\:border-yellow:hover {
  --tw-border-opacity: 1;
  border-color: rgba(204, 151, 71, var(--tw-border-opacity));
}

.hover\:border-expedition:hover {
  --tw-border-opacity: 1;
  border-color: rgba(79, 112, 136, var(--tw-border-opacity));
}

.hover\:border-green-base:hover {
  --tw-border-opacity: 1;
  border-color: rgba(140, 174, 68, var(--tw-border-opacity));
}

.hover\:border-green-light:hover {
  --tw-border-opacity: 1;
  border-color: rgba(227, 230, 225, var(--tw-border-opacity));
}

.hover\:border-red-base:hover {
  --tw-border-opacity: 1;
  border-color: rgba(191, 11, 11, var(--tw-border-opacity));
}

.hover\:border-transparent:hover {
  border-color: rgba(0,0,0,0);
}

.focus\:border-tropic-base:focus {
  --tw-border-opacity: 1;
  border-color: rgba(3, 39, 41, var(--tw-border-opacity));
}

.focus\:border-tropic-light:focus {
  border-color: rgba(3,39,41,0.7);
}

.focus\:border-tropic-6p:focus {
  border-color: rgba(3,39,41,0.6);
}

.focus\:border-tropic-90p:focus {
  border-color: rgba(3,39,41,0.9);
}

.focus\:border-taiga-base:focus {
  --tw-border-opacity: 1;
  border-color: rgba(86, 118, 110, var(--tw-border-opacity));
}

.focus\:border-taiga-light:focus {
  --tw-border-opacity: 1;
  border-color: rgba(96, 129, 120, var(--tw-border-opacity));
}

.focus\:border-savana:focus {
  --tw-border-opacity: 1;
  border-color: rgba(239, 217, 174, var(--tw-border-opacity));
}

.focus\:border-tundra:focus {
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 238, var(--tw-border-opacity));
}

.focus\:border-arctic-base:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus\:border-arctic-low:focus {
  border-color: rgba(255,255,255,0.12);
}

.focus\:border-arctic-very-low:focus {
  border-color: rgba(255,255,255,0.06);
}

.focus\:border-black-base:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus\:border-black-dim:focus {
  border-color: rgba(0,5,5,0.8);
}

.focus\:border-black-low:focus {
  border-color: #0A000000;
}

.focus\:border-black-semi:focus {
  border-color: #66000000;
}

.focus\:border-white-low:focus {
  border-color: rgba(255,255,255,0.06);
}

.focus\:border-white-medium:focus {
  border-color: rgba(255,255,255,0.12);
}

.focus\:border-white-semi:focus {
  border-color: rgba(255,255,255,0.6);
}

.focus\:border-error:focus {
  --tw-border-opacity: 1;
  border-color: rgba(209, 122, 58, var(--tw-border-opacity));
}

.focus\:border-yellow:focus {
  --tw-border-opacity: 1;
  border-color: rgba(204, 151, 71, var(--tw-border-opacity));
}

.focus\:border-expedition:focus {
  --tw-border-opacity: 1;
  border-color: rgba(79, 112, 136, var(--tw-border-opacity));
}

.focus\:border-green-base:focus {
  --tw-border-opacity: 1;
  border-color: rgba(140, 174, 68, var(--tw-border-opacity));
}

.focus\:border-green-light:focus {
  --tw-border-opacity: 1;
  border-color: rgba(227, 230, 225, var(--tw-border-opacity));
}

.focus\:border-red-base:focus {
  --tw-border-opacity: 1;
  border-color: rgba(191, 11, 11, var(--tw-border-opacity));
}

.focus\:border-transparent:focus {
  border-color: rgba(0,0,0,0);
}

.border-opacity-0 {
  --tw-border-opacity: 0;
}

.border-opacity-1 {
  --tw-border-opacity: .01;
}

.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-1 {
  --tw-border-opacity: .01;
}

.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-1:focus-within {
  --tw-border-opacity: .01;
}

.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-1:hover {
  --tw-border-opacity: .01;
}

.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-1:focus {
  --tw-border-opacity: .01;
}

.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;
}

.bg-tropic-base {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
}

.bg-tropic-light {
  background-color: rgba(3,39,41,0.7);
}

.bg-tropic-6p {
  background-color: rgba(3,39,41,0.6);
}

.bg-tropic-90p {
  background-color: rgba(3,39,41,0.9);
}

.bg-taiga-base {
  --tw-bg-opacity: 1;
  background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
}

.bg-taiga-light {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
}

.bg-savana {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
}

.bg-tundra {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
}

.bg-arctic-base {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-arctic-low {
  background-color: rgba(255,255,255,0.12);
}

.bg-arctic-very-low {
  background-color: rgba(255,255,255,0.06);
}

.bg-black-base {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-black-dim {
  background-color: rgba(0,5,5,0.8);
}

.bg-black-low {
  background-color: #0A000000;
}

.bg-black-semi {
  background-color: #66000000;
}

.bg-white-low {
  background-color: rgba(255,255,255,0.06);
}

.bg-white-medium {
  background-color: rgba(255,255,255,0.12);
}

.bg-white-semi {
  background-color: rgba(255,255,255,0.6);
}

.bg-error {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
}

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
}

.bg-expedition {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
}

.bg-green-base {
  --tw-bg-opacity: 1;
  background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
}

.bg-green-light {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
}

.bg-red-base {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: rgba(0,0,0,0);
}

.group:hover .group-hover\:bg-tropic-base {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-tropic-light {
  background-color: rgba(3,39,41,0.7);
}

.group:hover .group-hover\:bg-tropic-6p {
  background-color: rgba(3,39,41,0.6);
}

.group:hover .group-hover\:bg-tropic-90p {
  background-color: rgba(3,39,41,0.9);
}

.group:hover .group-hover\:bg-taiga-base {
  --tw-bg-opacity: 1;
  background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-taiga-light {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-savana {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-tundra {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-arctic-base {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-arctic-low {
  background-color: rgba(255,255,255,0.12);
}

.group:hover .group-hover\:bg-arctic-very-low {
  background-color: rgba(255,255,255,0.06);
}

.group:hover .group-hover\:bg-black-base {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-black-dim {
  background-color: rgba(0,5,5,0.8);
}

.group:hover .group-hover\:bg-black-low {
  background-color: #0A000000;
}

.group:hover .group-hover\:bg-black-semi {
  background-color: #66000000;
}

.group:hover .group-hover\:bg-white-low {
  background-color: rgba(255,255,255,0.06);
}

.group:hover .group-hover\:bg-white-medium {
  background-color: rgba(255,255,255,0.12);
}

.group:hover .group-hover\:bg-white-semi {
  background-color: rgba(255,255,255,0.6);
}

.group:hover .group-hover\:bg-error {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-expedition {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-base {
  --tw-bg-opacity: 1;
  background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-light {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-base {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-transparent {
  background-color: rgba(0,0,0,0);
}

.focus-within\:bg-tropic-base:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
}

.focus-within\:bg-tropic-light:focus-within {
  background-color: rgba(3,39,41,0.7);
}

.focus-within\:bg-tropic-6p:focus-within {
  background-color: rgba(3,39,41,0.6);
}

.focus-within\:bg-tropic-90p:focus-within {
  background-color: rgba(3,39,41,0.9);
}

.focus-within\:bg-taiga-base:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
}

.focus-within\:bg-taiga-light:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
}

.focus-within\:bg-savana:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
}

.focus-within\:bg-tundra:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
}

.focus-within\:bg-arctic-base:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-arctic-low:focus-within {
  background-color: rgba(255,255,255,0.12);
}

.focus-within\:bg-arctic-very-low:focus-within {
  background-color: rgba(255,255,255,0.06);
}

.focus-within\:bg-black-base:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus-within\:bg-black-dim:focus-within {
  background-color: rgba(0,5,5,0.8);
}

.focus-within\:bg-black-low:focus-within {
  background-color: #0A000000;
}

.focus-within\:bg-black-semi:focus-within {
  background-color: #66000000;
}

.focus-within\:bg-white-low:focus-within {
  background-color: rgba(255,255,255,0.06);
}

.focus-within\:bg-white-medium:focus-within {
  background-color: rgba(255,255,255,0.12);
}

.focus-within\:bg-white-semi:focus-within {
  background-color: rgba(255,255,255,0.6);
}

.focus-within\:bg-error:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
}

.focus-within\:bg-expedition:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
}

.focus-within\:bg-green-base:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
}

.focus-within\:bg-green-light:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
}

.focus-within\:bg-red-base:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
}

.focus-within\:bg-transparent:focus-within {
  background-color: rgba(0,0,0,0);
}

.hover\:bg-tropic-base:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
}

.hover\:bg-tropic-light:hover {
  background-color: rgba(3,39,41,0.7);
}

.hover\:bg-tropic-6p:hover {
  background-color: rgba(3,39,41,0.6);
}

.hover\:bg-tropic-90p:hover {
  background-color: rgba(3,39,41,0.9);
}

.hover\:bg-taiga-base:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
}

.hover\:bg-taiga-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
}

.hover\:bg-savana:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
}

.hover\:bg-tundra:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
}

.hover\:bg-arctic-base:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-arctic-low:hover {
  background-color: rgba(255,255,255,0.12);
}

.hover\:bg-arctic-very-low:hover {
  background-color: rgba(255,255,255,0.06);
}

.hover\:bg-black-base:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.hover\:bg-black-dim:hover {
  background-color: rgba(0,5,5,0.8);
}

.hover\:bg-black-low:hover {
  background-color: #0A000000;
}

.hover\:bg-black-semi:hover {
  background-color: #66000000;
}

.hover\:bg-white-low:hover {
  background-color: rgba(255,255,255,0.06);
}

.hover\:bg-white-medium:hover {
  background-color: rgba(255,255,255,0.12);
}

.hover\:bg-white-semi:hover {
  background-color: rgba(255,255,255,0.6);
}

.hover\:bg-error:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
}

.hover\:bg-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
}

.hover\:bg-expedition:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
}

.hover\:bg-green-base:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
}

.hover\:bg-green-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
}

.hover\:bg-red-base:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
}

.hover\:bg-transparent:hover {
  background-color: rgba(0,0,0,0);
}

.focus\:bg-tropic-base:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
}

.focus\:bg-tropic-light:focus {
  background-color: rgba(3,39,41,0.7);
}

.focus\:bg-tropic-6p:focus {
  background-color: rgba(3,39,41,0.6);
}

.focus\:bg-tropic-90p:focus {
  background-color: rgba(3,39,41,0.9);
}

.focus\:bg-taiga-base:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
}

.focus\:bg-taiga-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
}

.focus\:bg-savana:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
}

.focus\:bg-tundra:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
}

.focus\:bg-arctic-base:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:bg-arctic-low:focus {
  background-color: rgba(255,255,255,0.12);
}

.focus\:bg-arctic-very-low:focus {
  background-color: rgba(255,255,255,0.06);
}

.focus\:bg-black-base:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus\:bg-black-dim:focus {
  background-color: rgba(0,5,5,0.8);
}

.focus\:bg-black-low:focus {
  background-color: #0A000000;
}

.focus\:bg-black-semi:focus {
  background-color: #66000000;
}

.focus\:bg-white-low:focus {
  background-color: rgba(255,255,255,0.06);
}

.focus\:bg-white-medium:focus {
  background-color: rgba(255,255,255,0.12);
}

.focus\:bg-white-semi:focus {
  background-color: rgba(255,255,255,0.6);
}

.focus\:bg-error:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
}

.focus\:bg-yellow:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
}

.focus\:bg-expedition:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
}

.focus\:bg-green-base:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
}

.focus\:bg-green-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
}

.focus\:bg-red-base:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
}

.focus\:bg-transparent:focus {
  background-color: rgba(0,0,0,0);
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-1 {
  --tw-bg-opacity: .01;
}

.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;
}

.group:hover .group-hover\:bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.group:hover .group-hover\:bg-opacity-1 {
  --tw-bg-opacity: .01;
}

.group:hover .group-hover\:bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.group:hover .group-hover\:bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.group:hover .group-hover\:bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.group:hover .group-hover\:bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.group:hover .group-hover\:bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.group:hover .group-hover\:bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.group:hover .group-hover\:bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.group:hover .group-hover\:bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.group:hover .group-hover\:bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.group:hover .group-hover\:bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.group:hover .group-hover\:bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.group:hover .group-hover\:bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.group:hover .group-hover\:bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.group:hover .group-hover\:bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.focus-within\:bg-opacity-0:focus-within {
  --tw-bg-opacity: 0;
}

.focus-within\:bg-opacity-1:focus-within {
  --tw-bg-opacity: .01;
}

.focus-within\:bg-opacity-5:focus-within {
  --tw-bg-opacity: 0.05;
}

.focus-within\:bg-opacity-10:focus-within {
  --tw-bg-opacity: 0.1;
}

.focus-within\:bg-opacity-20:focus-within {
  --tw-bg-opacity: 0.2;
}

.focus-within\:bg-opacity-25:focus-within {
  --tw-bg-opacity: 0.25;
}

.focus-within\:bg-opacity-30:focus-within {
  --tw-bg-opacity: 0.3;
}

.focus-within\:bg-opacity-40:focus-within {
  --tw-bg-opacity: 0.4;
}

.focus-within\:bg-opacity-50:focus-within {
  --tw-bg-opacity: 0.5;
}

.focus-within\:bg-opacity-60:focus-within {
  --tw-bg-opacity: 0.6;
}

.focus-within\:bg-opacity-70:focus-within {
  --tw-bg-opacity: 0.7;
}

.focus-within\:bg-opacity-75:focus-within {
  --tw-bg-opacity: 0.75;
}

.focus-within\:bg-opacity-80:focus-within {
  --tw-bg-opacity: 0.8;
}

.focus-within\:bg-opacity-90:focus-within {
  --tw-bg-opacity: 0.9;
}

.focus-within\:bg-opacity-95:focus-within {
  --tw-bg-opacity: 0.95;
}

.focus-within\:bg-opacity-100:focus-within {
  --tw-bg-opacity: 1;
}

.hover\:bg-opacity-0:hover {
  --tw-bg-opacity: 0;
}

.hover\:bg-opacity-1:hover {
  --tw-bg-opacity: .01;
}

.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05;
}

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}

.hover\:bg-opacity-25:hover {
  --tw-bg-opacity: 0.25;
}

.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3;
}

.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4;
}

.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5;
}

.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6;
}

.hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7;
}

.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75;
}

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}

.hover\:bg-opacity-95:hover {
  --tw-bg-opacity: 0.95;
}

.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}

.focus\:bg-opacity-0:focus {
  --tw-bg-opacity: 0;
}

.focus\:bg-opacity-1:focus {
  --tw-bg-opacity: .01;
}

.focus\:bg-opacity-5:focus {
  --tw-bg-opacity: 0.05;
}

.focus\:bg-opacity-10:focus {
  --tw-bg-opacity: 0.1;
}

.focus\:bg-opacity-20:focus {
  --tw-bg-opacity: 0.2;
}

.focus\:bg-opacity-25:focus {
  --tw-bg-opacity: 0.25;
}

.focus\:bg-opacity-30:focus {
  --tw-bg-opacity: 0.3;
}

.focus\:bg-opacity-40:focus {
  --tw-bg-opacity: 0.4;
}

.focus\:bg-opacity-50:focus {
  --tw-bg-opacity: 0.5;
}

.focus\:bg-opacity-60:focus {
  --tw-bg-opacity: 0.6;
}

.focus\:bg-opacity-70:focus {
  --tw-bg-opacity: 0.7;
}

.focus\:bg-opacity-75:focus {
  --tw-bg-opacity: 0.75;
}

.focus\:bg-opacity-80:focus {
  --tw-bg-opacity: 0.8;
}

.focus\:bg-opacity-90:focus {
  --tw-bg-opacity: 0.9;
}

.focus\:bg-opacity-95:focus {
  --tw-bg-opacity: 0.95;
}

.focus\:bg-opacity-100:focus {
  --tw-bg-opacity: 1;
}

.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));
}

.bg-landing-main {
  background-image: url('resources/imgs/landing-main.jpg');
}

.bg-gradient-radial {
  background-image: radial-gradient(var(--gradient-color-stops));
}

.from-tropic-base {
  --tw-gradient-from: #032729;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
}

.from-tropic-light {
  --tw-gradient-from: rgba(3,39,41,0.7);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
}

.from-tropic-6p {
  --tw-gradient-from: rgba(3,39,41,0.6);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
}

.from-tropic-90p {
  --tw-gradient-from: rgba(3,39,41,0.9);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
}

.from-taiga-base {
  --tw-gradient-from: #56766E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 118, 110, 0));
}

.from-taiga-light {
  --tw-gradient-from: #608178;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 129, 120, 0));
}

.from-savana {
  --tw-gradient-from: #EFD9AE;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 217, 174, 0));
}

.from-tundra {
  --tw-gradient-from: #F2F2EE;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 238, 0));
}

.from-arctic-base {
  --tw-gradient-from: #FFFFFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-arctic-low {
  --tw-gradient-from: rgba(255,255,255,0.12);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-arctic-very-low {
  --tw-gradient-from: rgba(255,255,255,0.06);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-black-base {
  --tw-gradient-from: #000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-black-dim {
  --tw-gradient-from: rgba(0,5,5,0.8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 5, 5, 0));
}

.from-black-low {
  --tw-gradient-from: #0A000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 0, 0, 0));
}

.from-black-semi {
  --tw-gradient-from: #66000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 0, 0, 0));
}

.from-white-low {
  --tw-gradient-from: rgba(255,255,255,0.06);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-white-medium {
  --tw-gradient-from: rgba(255,255,255,0.12);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-white-semi {
  --tw-gradient-from: rgba(255,255,255,0.6);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-error {
  --tw-gradient-from: #D17A3A;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 122, 58, 0));
}

.from-yellow {
  --tw-gradient-from: #CC9747;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 151, 71, 0));
}

.from-expedition {
  --tw-gradient-from: #4F7088;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 112, 136, 0));
}

.from-green-base {
  --tw-gradient-from: #8CAE44;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(140, 174, 68, 0));
}

.from-green-light {
  --tw-gradient-from: #E3E6E1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 230, 225, 0));
}

.from-red-base {
  --tw-gradient-from: #bf0b0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 11, 11, 0));
}

.from-transparent {
  --tw-gradient-from: rgba(0,0,0,0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-tropic-base:hover {
  --tw-gradient-from: #032729;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
}

.hover\:from-tropic-light:hover {
  --tw-gradient-from: rgba(3,39,41,0.7);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
}

.hover\:from-tropic-6p:hover {
  --tw-gradient-from: rgba(3,39,41,0.6);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
}

.hover\:from-tropic-90p:hover {
  --tw-gradient-from: rgba(3,39,41,0.9);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
}

.hover\:from-taiga-base:hover {
  --tw-gradient-from: #56766E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 118, 110, 0));
}

.hover\:from-taiga-light:hover {
  --tw-gradient-from: #608178;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 129, 120, 0));
}

.hover\:from-savana:hover {
  --tw-gradient-from: #EFD9AE;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 217, 174, 0));
}

.hover\:from-tundra:hover {
  --tw-gradient-from: #F2F2EE;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 238, 0));
}

.hover\:from-arctic-base:hover {
  --tw-gradient-from: #FFFFFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-arctic-low:hover {
  --tw-gradient-from: rgba(255,255,255,0.12);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-arctic-very-low:hover {
  --tw-gradient-from: rgba(255,255,255,0.06);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-black-base:hover {
  --tw-gradient-from: #000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-black-dim:hover {
  --tw-gradient-from: rgba(0,5,5,0.8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 5, 5, 0));
}

.hover\:from-black-low:hover {
  --tw-gradient-from: #0A000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 0, 0, 0));
}

.hover\:from-black-semi:hover {
  --tw-gradient-from: #66000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 0, 0, 0));
}

.hover\:from-white-low:hover {
  --tw-gradient-from: rgba(255,255,255,0.06);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-white-medium:hover {
  --tw-gradient-from: rgba(255,255,255,0.12);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-white-semi:hover {
  --tw-gradient-from: rgba(255,255,255,0.6);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-error:hover {
  --tw-gradient-from: #D17A3A;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 122, 58, 0));
}

.hover\:from-yellow:hover {
  --tw-gradient-from: #CC9747;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 151, 71, 0));
}

.hover\:from-expedition:hover {
  --tw-gradient-from: #4F7088;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 112, 136, 0));
}

.hover\:from-green-base:hover {
  --tw-gradient-from: #8CAE44;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(140, 174, 68, 0));
}

.hover\:from-green-light:hover {
  --tw-gradient-from: #E3E6E1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 230, 225, 0));
}

.hover\:from-red-base:hover {
  --tw-gradient-from: #bf0b0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 11, 11, 0));
}

.hover\:from-transparent:hover {
  --tw-gradient-from: rgba(0,0,0,0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-tropic-base:focus {
  --tw-gradient-from: #032729;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
}

.focus\:from-tropic-light:focus {
  --tw-gradient-from: rgba(3,39,41,0.7);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
}

.focus\:from-tropic-6p:focus {
  --tw-gradient-from: rgba(3,39,41,0.6);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
}

.focus\:from-tropic-90p:focus {
  --tw-gradient-from: rgba(3,39,41,0.9);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
}

.focus\:from-taiga-base:focus {
  --tw-gradient-from: #56766E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 118, 110, 0));
}

.focus\:from-taiga-light:focus {
  --tw-gradient-from: #608178;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 129, 120, 0));
}

.focus\:from-savana:focus {
  --tw-gradient-from: #EFD9AE;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 217, 174, 0));
}

.focus\:from-tundra:focus {
  --tw-gradient-from: #F2F2EE;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 238, 0));
}

.focus\:from-arctic-base:focus {
  --tw-gradient-from: #FFFFFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-arctic-low:focus {
  --tw-gradient-from: rgba(255,255,255,0.12);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-arctic-very-low:focus {
  --tw-gradient-from: rgba(255,255,255,0.06);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-black-base:focus {
  --tw-gradient-from: #000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-black-dim:focus {
  --tw-gradient-from: rgba(0,5,5,0.8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 5, 5, 0));
}

.focus\:from-black-low:focus {
  --tw-gradient-from: #0A000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 0, 0, 0));
}

.focus\:from-black-semi:focus {
  --tw-gradient-from: #66000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 0, 0, 0));
}

.focus\:from-white-low:focus {
  --tw-gradient-from: rgba(255,255,255,0.06);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-white-medium:focus {
  --tw-gradient-from: rgba(255,255,255,0.12);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-white-semi:focus {
  --tw-gradient-from: rgba(255,255,255,0.6);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-error:focus {
  --tw-gradient-from: #D17A3A;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 122, 58, 0));
}

.focus\:from-yellow:focus {
  --tw-gradient-from: #CC9747;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 151, 71, 0));
}

.focus\:from-expedition:focus {
  --tw-gradient-from: #4F7088;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 112, 136, 0));
}

.focus\:from-green-base:focus {
  --tw-gradient-from: #8CAE44;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(140, 174, 68, 0));
}

.focus\:from-green-light:focus {
  --tw-gradient-from: #E3E6E1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 230, 225, 0));
}

.focus\:from-red-base:focus {
  --tw-gradient-from: #bf0b0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 11, 11, 0));
}

.focus\:from-transparent:focus {
  --tw-gradient-from: rgba(0,0,0,0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-tropic-base {
  --tw-gradient-stops: var(--tw-gradient-from), #032729, var(--tw-gradient-to, rgba(3, 39, 41, 0));
}

.via-tropic-light {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.7), var(--tw-gradient-to, rgba(3, 39, 41, 0));
}

.via-tropic-6p {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.6), var(--tw-gradient-to, rgba(3, 39, 41, 0));
}

.via-tropic-90p {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.9), var(--tw-gradient-to, rgba(3, 39, 41, 0));
}

.via-taiga-base {
  --tw-gradient-stops: var(--tw-gradient-from), #56766E, var(--tw-gradient-to, rgba(86, 118, 110, 0));
}

.via-taiga-light {
  --tw-gradient-stops: var(--tw-gradient-from), #608178, var(--tw-gradient-to, rgba(96, 129, 120, 0));
}

.via-savana {
  --tw-gradient-stops: var(--tw-gradient-from), #EFD9AE, var(--tw-gradient-to, rgba(239, 217, 174, 0));
}

.via-tundra {
  --tw-gradient-stops: var(--tw-gradient-from), #F2F2EE, var(--tw-gradient-to, rgba(242, 242, 238, 0));
}

.via-arctic-base {
  --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-arctic-low {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-arctic-very-low {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-black-base {
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-black-dim {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,5,5,0.8), var(--tw-gradient-to, rgba(0, 5, 5, 0));
}

.via-black-low {
  --tw-gradient-stops: var(--tw-gradient-from), #0A000000, var(--tw-gradient-to, rgba(10, 0, 0, 0));
}

.via-black-semi {
  --tw-gradient-stops: var(--tw-gradient-from), #66000000, var(--tw-gradient-to, rgba(102, 0, 0, 0));
}

.via-white-low {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-white-medium {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-white-semi {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-error {
  --tw-gradient-stops: var(--tw-gradient-from), #D17A3A, var(--tw-gradient-to, rgba(209, 122, 58, 0));
}

.via-yellow {
  --tw-gradient-stops: var(--tw-gradient-from), #CC9747, var(--tw-gradient-to, rgba(204, 151, 71, 0));
}

.via-expedition {
  --tw-gradient-stops: var(--tw-gradient-from), #4F7088, var(--tw-gradient-to, rgba(79, 112, 136, 0));
}

.via-green-base {
  --tw-gradient-stops: var(--tw-gradient-from), #8CAE44, var(--tw-gradient-to, rgba(140, 174, 68, 0));
}

.via-green-light {
  --tw-gradient-stops: var(--tw-gradient-from), #E3E6E1, var(--tw-gradient-to, rgba(227, 230, 225, 0));
}

.via-red-base {
  --tw-gradient-stops: var(--tw-gradient-from), #bf0b0b, var(--tw-gradient-to, rgba(191, 11, 11, 0));
}

.via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-tropic-base:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #032729, var(--tw-gradient-to, rgba(3, 39, 41, 0));
}

.hover\:via-tropic-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.7), var(--tw-gradient-to, rgba(3, 39, 41, 0));
}

.hover\:via-tropic-6p:hover {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.6), var(--tw-gradient-to, rgba(3, 39, 41, 0));
}

.hover\:via-tropic-90p:hover {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.9), var(--tw-gradient-to, rgba(3, 39, 41, 0));
}

.hover\:via-taiga-base:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #56766E, var(--tw-gradient-to, rgba(86, 118, 110, 0));
}

.hover\:via-taiga-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #608178, var(--tw-gradient-to, rgba(96, 129, 120, 0));
}

.hover\:via-savana:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #EFD9AE, var(--tw-gradient-to, rgba(239, 217, 174, 0));
}

.hover\:via-tundra:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F2F2EE, var(--tw-gradient-to, rgba(242, 242, 238, 0));
}

.hover\:via-arctic-base:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-arctic-low:hover {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-arctic-very-low:hover {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-black-base:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-black-dim:hover {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,5,5,0.8), var(--tw-gradient-to, rgba(0, 5, 5, 0));
}

.hover\:via-black-low:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0A000000, var(--tw-gradient-to, rgba(10, 0, 0, 0));
}

.hover\:via-black-semi:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #66000000, var(--tw-gradient-to, rgba(102, 0, 0, 0));
}

.hover\:via-white-low:hover {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-white-medium:hover {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-white-semi:hover {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-error:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #D17A3A, var(--tw-gradient-to, rgba(209, 122, 58, 0));
}

.hover\:via-yellow:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #CC9747, var(--tw-gradient-to, rgba(204, 151, 71, 0));
}

.hover\:via-expedition:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4F7088, var(--tw-gradient-to, rgba(79, 112, 136, 0));
}

.hover\:via-green-base:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #8CAE44, var(--tw-gradient-to, rgba(140, 174, 68, 0));
}

.hover\:via-green-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #E3E6E1, var(--tw-gradient-to, rgba(227, 230, 225, 0));
}

.hover\:via-red-base:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bf0b0b, var(--tw-gradient-to, rgba(191, 11, 11, 0));
}

.hover\:via-transparent:hover {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-tropic-base:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #032729, var(--tw-gradient-to, rgba(3, 39, 41, 0));
}

.focus\:via-tropic-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.7), var(--tw-gradient-to, rgba(3, 39, 41, 0));
}

.focus\:via-tropic-6p:focus {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.6), var(--tw-gradient-to, rgba(3, 39, 41, 0));
}

.focus\:via-tropic-90p:focus {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.9), var(--tw-gradient-to, rgba(3, 39, 41, 0));
}

.focus\:via-taiga-base:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #56766E, var(--tw-gradient-to, rgba(86, 118, 110, 0));
}

.focus\:via-taiga-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #608178, var(--tw-gradient-to, rgba(96, 129, 120, 0));
}

.focus\:via-savana:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #EFD9AE, var(--tw-gradient-to, rgba(239, 217, 174, 0));
}

.focus\:via-tundra:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F2F2EE, var(--tw-gradient-to, rgba(242, 242, 238, 0));
}

.focus\:via-arctic-base:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-arctic-low:focus {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-arctic-very-low:focus {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-black-base:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-black-dim:focus {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,5,5,0.8), var(--tw-gradient-to, rgba(0, 5, 5, 0));
}

.focus\:via-black-low:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0A000000, var(--tw-gradient-to, rgba(10, 0, 0, 0));
}

.focus\:via-black-semi:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #66000000, var(--tw-gradient-to, rgba(102, 0, 0, 0));
}

.focus\:via-white-low:focus {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-white-medium:focus {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-white-semi:focus {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-error:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #D17A3A, var(--tw-gradient-to, rgba(209, 122, 58, 0));
}

.focus\:via-yellow:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #CC9747, var(--tw-gradient-to, rgba(204, 151, 71, 0));
}

.focus\:via-expedition:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4F7088, var(--tw-gradient-to, rgba(79, 112, 136, 0));
}

.focus\:via-green-base:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #8CAE44, var(--tw-gradient-to, rgba(140, 174, 68, 0));
}

.focus\:via-green-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #E3E6E1, var(--tw-gradient-to, rgba(227, 230, 225, 0));
}

.focus\:via-red-base:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bf0b0b, var(--tw-gradient-to, rgba(191, 11, 11, 0));
}

.focus\:via-transparent:focus {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.to-tropic-base {
  --tw-gradient-to: #032729;
}

.to-tropic-light {
  --tw-gradient-to: rgba(3,39,41,0.7);
}

.to-tropic-6p {
  --tw-gradient-to: rgba(3,39,41,0.6);
}

.to-tropic-90p {
  --tw-gradient-to: rgba(3,39,41,0.9);
}

.to-taiga-base {
  --tw-gradient-to: #56766E;
}

.to-taiga-light {
  --tw-gradient-to: #608178;
}

.to-savana {
  --tw-gradient-to: #EFD9AE;
}

.to-tundra {
  --tw-gradient-to: #F2F2EE;
}

.to-arctic-base {
  --tw-gradient-to: #FFFFFF;
}

.to-arctic-low {
  --tw-gradient-to: rgba(255,255,255,0.12);
}

.to-arctic-very-low {
  --tw-gradient-to: rgba(255,255,255,0.06);
}

.to-black-base {
  --tw-gradient-to: #000000;
}

.to-black-dim {
  --tw-gradient-to: rgba(0,5,5,0.8);
}

.to-black-low {
  --tw-gradient-to: #0A000000;
}

.to-black-semi {
  --tw-gradient-to: #66000000;
}

.to-white-low {
  --tw-gradient-to: rgba(255,255,255,0.06);
}

.to-white-medium {
  --tw-gradient-to: rgba(255,255,255,0.12);
}

.to-white-semi {
  --tw-gradient-to: rgba(255,255,255,0.6);
}

.to-error {
  --tw-gradient-to: #D17A3A;
}

.to-yellow {
  --tw-gradient-to: #CC9747;
}

.to-expedition {
  --tw-gradient-to: #4F7088;
}

.to-green-base {
  --tw-gradient-to: #8CAE44;
}

.to-green-light {
  --tw-gradient-to: #E3E6E1;
}

.to-red-base {
  --tw-gradient-to: #bf0b0b;
}

.to-transparent {
  --tw-gradient-to: rgba(0,0,0,0);
}

.hover\:to-tropic-base:hover {
  --tw-gradient-to: #032729;
}

.hover\:to-tropic-light:hover {
  --tw-gradient-to: rgba(3,39,41,0.7);
}

.hover\:to-tropic-6p:hover {
  --tw-gradient-to: rgba(3,39,41,0.6);
}

.hover\:to-tropic-90p:hover {
  --tw-gradient-to: rgba(3,39,41,0.9);
}

.hover\:to-taiga-base:hover {
  --tw-gradient-to: #56766E;
}

.hover\:to-taiga-light:hover {
  --tw-gradient-to: #608178;
}

.hover\:to-savana:hover {
  --tw-gradient-to: #EFD9AE;
}

.hover\:to-tundra:hover {
  --tw-gradient-to: #F2F2EE;
}

.hover\:to-arctic-base:hover {
  --tw-gradient-to: #FFFFFF;
}

.hover\:to-arctic-low:hover {
  --tw-gradient-to: rgba(255,255,255,0.12);
}

.hover\:to-arctic-very-low:hover {
  --tw-gradient-to: rgba(255,255,255,0.06);
}

.hover\:to-black-base:hover {
  --tw-gradient-to: #000000;
}

.hover\:to-black-dim:hover {
  --tw-gradient-to: rgba(0,5,5,0.8);
}

.hover\:to-black-low:hover {
  --tw-gradient-to: #0A000000;
}

.hover\:to-black-semi:hover {
  --tw-gradient-to: #66000000;
}

.hover\:to-white-low:hover {
  --tw-gradient-to: rgba(255,255,255,0.06);
}

.hover\:to-white-medium:hover {
  --tw-gradient-to: rgba(255,255,255,0.12);
}

.hover\:to-white-semi:hover {
  --tw-gradient-to: rgba(255,255,255,0.6);
}

.hover\:to-error:hover {
  --tw-gradient-to: #D17A3A;
}

.hover\:to-yellow:hover {
  --tw-gradient-to: #CC9747;
}

.hover\:to-expedition:hover {
  --tw-gradient-to: #4F7088;
}

.hover\:to-green-base:hover {
  --tw-gradient-to: #8CAE44;
}

.hover\:to-green-light:hover {
  --tw-gradient-to: #E3E6E1;
}

.hover\:to-red-base:hover {
  --tw-gradient-to: #bf0b0b;
}

.hover\:to-transparent:hover {
  --tw-gradient-to: rgba(0,0,0,0);
}

.focus\:to-tropic-base:focus {
  --tw-gradient-to: #032729;
}

.focus\:to-tropic-light:focus {
  --tw-gradient-to: rgba(3,39,41,0.7);
}

.focus\:to-tropic-6p:focus {
  --tw-gradient-to: rgba(3,39,41,0.6);
}

.focus\:to-tropic-90p:focus {
  --tw-gradient-to: rgba(3,39,41,0.9);
}

.focus\:to-taiga-base:focus {
  --tw-gradient-to: #56766E;
}

.focus\:to-taiga-light:focus {
  --tw-gradient-to: #608178;
}

.focus\:to-savana:focus {
  --tw-gradient-to: #EFD9AE;
}

.focus\:to-tundra:focus {
  --tw-gradient-to: #F2F2EE;
}

.focus\:to-arctic-base:focus {
  --tw-gradient-to: #FFFFFF;
}

.focus\:to-arctic-low:focus {
  --tw-gradient-to: rgba(255,255,255,0.12);
}

.focus\:to-arctic-very-low:focus {
  --tw-gradient-to: rgba(255,255,255,0.06);
}

.focus\:to-black-base:focus {
  --tw-gradient-to: #000000;
}

.focus\:to-black-dim:focus {
  --tw-gradient-to: rgba(0,5,5,0.8);
}

.focus\:to-black-low:focus {
  --tw-gradient-to: #0A000000;
}

.focus\:to-black-semi:focus {
  --tw-gradient-to: #66000000;
}

.focus\:to-white-low:focus {
  --tw-gradient-to: rgba(255,255,255,0.06);
}

.focus\:to-white-medium:focus {
  --tw-gradient-to: rgba(255,255,255,0.12);
}

.focus\:to-white-semi:focus {
  --tw-gradient-to: rgba(255,255,255,0.6);
}

.focus\:to-error:focus {
  --tw-gradient-to: #D17A3A;
}

.focus\:to-yellow:focus {
  --tw-gradient-to: #CC9747;
}

.focus\:to-expedition:focus {
  --tw-gradient-to: #4F7088;
}

.focus\:to-green-base:focus {
  --tw-gradient-to: #8CAE44;
}

.focus\:to-green-light:focus {
  --tw-gradient-to: #E3E6E1;
}

.focus\:to-red-base:focus {
  --tw-gradient-to: #bf0b0b;
}

.focus\:to-transparent:focus {
  --tw-gradient-to: rgba(0,0,0,0);
}

.decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.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-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-origin-border {
  background-origin: border-box;
}

.bg-origin-padding {
  background-origin: padding-box;
}

.bg-origin-content {
  background-origin: content-box;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-0 {
  stroke-width: 0;
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.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-4px {
  padding: 4px;
}

.p-7px {
  padding: 7px;
}

.p-8px {
  padding: 8px;
}

.p-10px {
  padding: 10px;
}

.p-12px {
  padding: 12px;
}

.p-14px {
  padding: 14px;
}

.p-16px {
  padding: 16px;
}

.p-20px {
  padding: 20px;
}

.p-24px {
  padding: 24px;
}

.p-26px {
  padding: 26px;
}

.p-28px {
  padding: 28px;
}

.p-32px {
  padding: 32px;
}

.p-40px {
  padding: 40px;
}

.p-48px {
  padding: 48px;
}

.p-60px {
  padding: 60px;
}

.p-94px {
  padding: 94px;
}

.p-100px {
  padding: 100px;
}

.p-135px {
  padding: 135px;
}

.p-150px {
  padding: 150px;
}

.p-268px {
  padding: 268px;
}

.p-300px {
  padding: 300px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-4px {
  padding-left: 4px;
  padding-right: 4px;
}

.px-7px {
  padding-left: 7px;
  padding-right: 7px;
}

.px-8px {
  padding-left: 8px;
  padding-right: 8px;
}

.px-10px {
  padding-left: 10px;
  padding-right: 10px;
}

.px-12px {
  padding-left: 12px;
  padding-right: 12px;
}

.px-14px {
  padding-left: 14px;
  padding-right: 14px;
}

.px-16px {
  padding-left: 16px;
  padding-right: 16px;
}

.px-20px {
  padding-left: 20px;
  padding-right: 20px;
}

.px-24px {
  padding-left: 24px;
  padding-right: 24px;
}

.px-26px {
  padding-left: 26px;
  padding-right: 26px;
}

.px-28px {
  padding-left: 28px;
  padding-right: 28px;
}

.px-32px {
  padding-left: 32px;
  padding-right: 32px;
}

.px-40px {
  padding-left: 40px;
  padding-right: 40px;
}

.px-48px {
  padding-left: 48px;
  padding-right: 48px;
}

.px-60px {
  padding-left: 60px;
  padding-right: 60px;
}

.px-94px {
  padding-left: 94px;
  padding-right: 94px;
}

.px-100px {
  padding-left: 100px;
  padding-right: 100px;
}

.px-135px {
  padding-left: 135px;
  padding-right: 135px;
}

.px-150px {
  padding-left: 150px;
  padding-right: 150px;
}

.px-268px {
  padding-left: 268px;
  padding-right: 268px;
}

.px-300px {
  padding-left: 300px;
  padding-right: 300px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-4px {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-7px {
  padding-top: 7px;
  padding-bottom: 7px;
}

.py-8px {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-12px {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-14px {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-16px {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-24px {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-26px {
  padding-top: 26px;
  padding-bottom: 26px;
}

.py-28px {
  padding-top: 28px;
  padding-bottom: 28px;
}

.py-32px {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-40px {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-48px {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-60px {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-94px {
  padding-top: 94px;
  padding-bottom: 94px;
}

.py-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-135px {
  padding-top: 135px;
  padding-bottom: 135px;
}

.py-150px {
  padding-top: 150px;
  padding-bottom: 150px;
}

.py-268px {
  padding-top: 268px;
  padding-bottom: 268px;
}

.py-300px {
  padding-top: 300px;
  padding-bottom: 300px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-44 {
  padding-top: 11rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pt-52 {
  padding-top: 13rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pt-60 {
  padding-top: 15rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pt-72 {
  padding-top: 18rem;
}

.pt-80 {
  padding-top: 20rem;
}

.pt-96 {
  padding-top: 24rem;
}

.pt-px {
  padding-top: 1px;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-3\.5 {
  padding-top: 0.875rem;
}

.pt-4px {
  padding-top: 4px;
}

.pt-7px {
  padding-top: 7px;
}

.pt-8px {
  padding-top: 8px;
}

.pt-10px {
  padding-top: 10px;
}

.pt-12px {
  padding-top: 12px;
}

.pt-14px {
  padding-top: 14px;
}

.pt-16px {
  padding-top: 16px;
}

.pt-20px {
  padding-top: 20px;
}

.pt-24px {
  padding-top: 24px;
}

.pt-26px {
  padding-top: 26px;
}

.pt-28px {
  padding-top: 28px;
}

.pt-32px {
  padding-top: 32px;
}

.pt-40px {
  padding-top: 40px;
}

.pt-48px {
  padding-top: 48px;
}

.pt-60px {
  padding-top: 60px;
}

.pt-94px {
  padding-top: 94px;
}

.pt-100px {
  padding-top: 100px;
}

.pt-135px {
  padding-top: 135px;
}

.pt-150px {
  padding-top: 150px;
}

.pt-268px {
  padding-top: 268px;
}

.pt-300px {
  padding-top: 300px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pr-36 {
  padding-right: 9rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pr-52 {
  padding-right: 13rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pr-60 {
  padding-right: 15rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pr-80 {
  padding-right: 20rem;
}

.pr-96 {
  padding-right: 24rem;
}

.pr-px {
  padding-right: 1px;
}

.pr-0\.5 {
  padding-right: 0.125rem;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pr-3\.5 {
  padding-right: 0.875rem;
}

.pr-4px {
  padding-right: 4px;
}

.pr-7px {
  padding-right: 7px;
}

.pr-8px {
  padding-right: 8px;
}

.pr-10px {
  padding-right: 10px;
}

.pr-12px {
  padding-right: 12px;
}

.pr-14px {
  padding-right: 14px;
}

.pr-16px {
  padding-right: 16px;
}

.pr-20px {
  padding-right: 20px;
}

.pr-24px {
  padding-right: 24px;
}

.pr-26px {
  padding-right: 26px;
}

.pr-28px {
  padding-right: 28px;
}

.pr-32px {
  padding-right: 32px;
}

.pr-40px {
  padding-right: 40px;
}

.pr-48px {
  padding-right: 48px;
}

.pr-60px {
  padding-right: 60px;
}

.pr-94px {
  padding-right: 94px;
}

.pr-100px {
  padding-right: 100px;
}

.pr-135px {
  padding-right: 135px;
}

.pr-150px {
  padding-right: 150px;
}

.pr-268px {
  padding-right: 268px;
}

.pr-300px {
  padding-right: 300px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pb-52 {
  padding-bottom: 13rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pb-60 {
  padding-bottom: 15rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pb-72 {
  padding-bottom: 18rem;
}

.pb-80 {
  padding-bottom: 20rem;
}

.pb-96 {
  padding-bottom: 24rem;
}

.pb-px {
  padding-bottom: 1px;
}

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

.pb-4px {
  padding-bottom: 4px;
}

.pb-7px {
  padding-bottom: 7px;
}

.pb-8px {
  padding-bottom: 8px;
}

.pb-10px {
  padding-bottom: 10px;
}

.pb-12px {
  padding-bottom: 12px;
}

.pb-14px {
  padding-bottom: 14px;
}

.pb-16px {
  padding-bottom: 16px;
}

.pb-20px {
  padding-bottom: 20px;
}

.pb-24px {
  padding-bottom: 24px;
}

.pb-26px {
  padding-bottom: 26px;
}

.pb-28px {
  padding-bottom: 28px;
}

.pb-32px {
  padding-bottom: 32px;
}

.pb-40px {
  padding-bottom: 40px;
}

.pb-48px {
  padding-bottom: 48px;
}

.pb-60px {
  padding-bottom: 60px;
}

.pb-94px {
  padding-bottom: 94px;
}

.pb-100px {
  padding-bottom: 100px;
}

.pb-135px {
  padding-bottom: 135px;
}

.pb-150px {
  padding-bottom: 150px;
}

.pb-268px {
  padding-bottom: 268px;
}

.pb-300px {
  padding-bottom: 300px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-36 {
  padding-left: 9rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pl-44 {
  padding-left: 11rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pl-52 {
  padding-left: 13rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pl-60 {
  padding-left: 15rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pl-72 {
  padding-left: 18rem;
}

.pl-80 {
  padding-left: 20rem;
}

.pl-96 {
  padding-left: 24rem;
}

.pl-px {
  padding-left: 1px;
}

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pl-1\.5 {
  padding-left: 0.375rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pl-4px {
  padding-left: 4px;
}

.pl-7px {
  padding-left: 7px;
}

.pl-8px {
  padding-left: 8px;
}

.pl-10px {
  padding-left: 10px;
}

.pl-12px {
  padding-left: 12px;
}

.pl-14px {
  padding-left: 14px;
}

.pl-16px {
  padding-left: 16px;
}

.pl-20px {
  padding-left: 20px;
}

.pl-24px {
  padding-left: 24px;
}

.pl-26px {
  padding-left: 26px;
}

.pl-28px {
  padding-left: 28px;
}

.pl-32px {
  padding-left: 32px;
}

.pl-40px {
  padding-left: 40px;
}

.pl-48px {
  padding-left: 48px;
}

.pl-60px {
  padding-left: 60px;
}

.pl-94px {
  padding-left: 94px;
}

.pl-100px {
  padding-left: 100px;
}

.pl-135px {
  padding-left: 135px;
}

.pl-150px {
  padding-left: 150px;
}

.pl-268px {
  padding-left: 268px;
}

.pl-300px {
  padding-left: 300px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.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;
}

.font-Steelfish {
  font-family: Steelfish;
}

.font-Poppins {
  font-family: Poppins;
}

.font-ReenieBeanie {
  font-family: ReenieBeanie;
}

.text-120px {
  font-size: 120px;
}

.text-100px {
  font-size: 100px;
}

.text-96px {
  font-size: 96px;
}

.text-72px {
  font-size: 72px;
}

.text-64px {
  font-size: 64px;
}

.text-48px {
  font-size: 48px;
}

.text-42px {
  font-size: 42px;
}

.text-38px {
  font-size: 38px;
}

.text-36px {
  font-size: 36px;
}

.text-34px {
  font-size: 34px;
}

.text-32px {
  font-size: 32px;
}

.text-28px {
  font-size: 28px;
}

.text-24px {
  font-size: 24px;
}

.text-22px {
  font-size: 22px;
}

.text-20px {
  font-size: 20px;
}

.text-18px {
  font-size: 18px;
}

.text-17px {
  font-size: 17px;
}

.text-16px {
  font-size: 16px;
}

.text-15px {
  font-size: 15px;
}

.text-14px {
  font-size: 14px;
}

.text-13px {
  font-size: 13px;
}

.text-12px {
  font-size: 12px;
}

.text-11px {
  font-size: 11px;
}

.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;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.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;
}

.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-19 {
  line-height: 19px;
}

.leading-29 {
  line-height: 29px;
}

.leading-46 {
  line-height: 46px;
}

.leading-173 {
  line-height: 173px;
}

.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;
}

.leading-160p {
  line-height: 160%;
}

.leading-145p {
  line-height: 145%;
}

.leading-120p {
  line-height: 120%;
}

.tracking-2 {
  letter-spacing: 0.02em;
}

.tracking-14 {
  letter-spacing: 0.14em;
}

.tracking-26 {
  letter-spacing: 0.26em;
}

.tracking-28 {
  letter-spacing: 0.28em;
}

.text-tropic-base {
  --tw-text-opacity: 1;
  color: rgba(3, 39, 41, var(--tw-text-opacity));
}

.text-tropic-light {
  color: rgba(3,39,41,0.7);
}

.text-tropic-6p {
  color: rgba(3,39,41,0.6);
}

.text-tropic-90p {
  color: rgba(3,39,41,0.9);
}

.text-taiga-base {
  --tw-text-opacity: 1;
  color: rgba(86, 118, 110, var(--tw-text-opacity));
}

.text-taiga-light {
  --tw-text-opacity: 1;
  color: rgba(96, 129, 120, var(--tw-text-opacity));
}

.text-savana {
  --tw-text-opacity: 1;
  color: rgba(239, 217, 174, var(--tw-text-opacity));
}

.text-tundra {
  --tw-text-opacity: 1;
  color: rgba(242, 242, 238, var(--tw-text-opacity));
}

.text-arctic-base {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-arctic-low {
  color: rgba(255,255,255,0.12);
}

.text-arctic-very-low {
  color: rgba(255,255,255,0.06);
}

.text-black-base {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-black-dim {
  color: rgba(0,5,5,0.8);
}

.text-black-low {
  color: #0A000000;
}

.text-black-semi {
  color: #66000000;
}

.text-white-low {
  color: rgba(255,255,255,0.06);
}

.text-white-medium {
  color: rgba(255,255,255,0.12);
}

.text-white-semi {
  color: rgba(255,255,255,0.6);
}

.text-error {
  --tw-text-opacity: 1;
  color: rgba(209, 122, 58, var(--tw-text-opacity));
}

.text-yellow {
  --tw-text-opacity: 1;
  color: rgba(204, 151, 71, var(--tw-text-opacity));
}

.text-expedition {
  --tw-text-opacity: 1;
  color: rgba(79, 112, 136, var(--tw-text-opacity));
}

.text-green-base {
  --tw-text-opacity: 1;
  color: rgba(140, 174, 68, var(--tw-text-opacity));
}

.text-green-light {
  --tw-text-opacity: 1;
  color: rgba(227, 230, 225, var(--tw-text-opacity));
}

.text-red-base {
  --tw-text-opacity: 1;
  color: rgba(191, 11, 11, var(--tw-text-opacity));
}

.text-transparent {
  color: rgba(0,0,0,0);
}

.group:hover .group-hover\:text-tropic-base {
  --tw-text-opacity: 1;
  color: rgba(3, 39, 41, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-tropic-light {
  color: rgba(3,39,41,0.7);
}

.group:hover .group-hover\:text-tropic-6p {
  color: rgba(3,39,41,0.6);
}

.group:hover .group-hover\:text-tropic-90p {
  color: rgba(3,39,41,0.9);
}

.group:hover .group-hover\:text-taiga-base {
  --tw-text-opacity: 1;
  color: rgba(86, 118, 110, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-taiga-light {
  --tw-text-opacity: 1;
  color: rgba(96, 129, 120, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-savana {
  --tw-text-opacity: 1;
  color: rgba(239, 217, 174, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-tundra {
  --tw-text-opacity: 1;
  color: rgba(242, 242, 238, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-arctic-base {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-arctic-low {
  color: rgba(255,255,255,0.12);
}

.group:hover .group-hover\:text-arctic-very-low {
  color: rgba(255,255,255,0.06);
}

.group:hover .group-hover\:text-black-base {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-black-dim {
  color: rgba(0,5,5,0.8);
}

.group:hover .group-hover\:text-black-low {
  color: #0A000000;
}

.group:hover .group-hover\:text-black-semi {
  color: #66000000;
}

.group:hover .group-hover\:text-white-low {
  color: rgba(255,255,255,0.06);
}

.group:hover .group-hover\:text-white-medium {
  color: rgba(255,255,255,0.12);
}

.group:hover .group-hover\:text-white-semi {
  color: rgba(255,255,255,0.6);
}

.group:hover .group-hover\:text-error {
  --tw-text-opacity: 1;
  color: rgba(209, 122, 58, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow {
  --tw-text-opacity: 1;
  color: rgba(204, 151, 71, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-expedition {
  --tw-text-opacity: 1;
  color: rgba(79, 112, 136, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-base {
  --tw-text-opacity: 1;
  color: rgba(140, 174, 68, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-light {
  --tw-text-opacity: 1;
  color: rgba(227, 230, 225, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-base {
  --tw-text-opacity: 1;
  color: rgba(191, 11, 11, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-transparent {
  color: rgba(0,0,0,0);
}

.focus-within\:text-tropic-base:focus-within {
  --tw-text-opacity: 1;
  color: rgba(3, 39, 41, var(--tw-text-opacity));
}

.focus-within\:text-tropic-light:focus-within {
  color: rgba(3,39,41,0.7);
}

.focus-within\:text-tropic-6p:focus-within {
  color: rgba(3,39,41,0.6);
}

.focus-within\:text-tropic-90p:focus-within {
  color: rgba(3,39,41,0.9);
}

.focus-within\:text-taiga-base:focus-within {
  --tw-text-opacity: 1;
  color: rgba(86, 118, 110, var(--tw-text-opacity));
}

.focus-within\:text-taiga-light:focus-within {
  --tw-text-opacity: 1;
  color: rgba(96, 129, 120, var(--tw-text-opacity));
}

.focus-within\:text-savana:focus-within {
  --tw-text-opacity: 1;
  color: rgba(239, 217, 174, var(--tw-text-opacity));
}

.focus-within\:text-tundra:focus-within {
  --tw-text-opacity: 1;
  color: rgba(242, 242, 238, var(--tw-text-opacity));
}

.focus-within\:text-arctic-base:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus-within\:text-arctic-low:focus-within {
  color: rgba(255,255,255,0.12);
}

.focus-within\:text-arctic-very-low:focus-within {
  color: rgba(255,255,255,0.06);
}

.focus-within\:text-black-base:focus-within {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus-within\:text-black-dim:focus-within {
  color: rgba(0,5,5,0.8);
}

.focus-within\:text-black-low:focus-within {
  color: #0A000000;
}

.focus-within\:text-black-semi:focus-within {
  color: #66000000;
}

.focus-within\:text-white-low:focus-within {
  color: rgba(255,255,255,0.06);
}

.focus-within\:text-white-medium:focus-within {
  color: rgba(255,255,255,0.12);
}

.focus-within\:text-white-semi:focus-within {
  color: rgba(255,255,255,0.6);
}

.focus-within\:text-error:focus-within {
  --tw-text-opacity: 1;
  color: rgba(209, 122, 58, var(--tw-text-opacity));
}

.focus-within\:text-yellow:focus-within {
  --tw-text-opacity: 1;
  color: rgba(204, 151, 71, var(--tw-text-opacity));
}

.focus-within\:text-expedition:focus-within {
  --tw-text-opacity: 1;
  color: rgba(79, 112, 136, var(--tw-text-opacity));
}

.focus-within\:text-green-base:focus-within {
  --tw-text-opacity: 1;
  color: rgba(140, 174, 68, var(--tw-text-opacity));
}

.focus-within\:text-green-light:focus-within {
  --tw-text-opacity: 1;
  color: rgba(227, 230, 225, var(--tw-text-opacity));
}

.focus-within\:text-red-base:focus-within {
  --tw-text-opacity: 1;
  color: rgba(191, 11, 11, var(--tw-text-opacity));
}

.focus-within\:text-transparent:focus-within {
  color: rgba(0,0,0,0);
}

.hover\:text-tropic-base:hover {
  --tw-text-opacity: 1;
  color: rgba(3, 39, 41, var(--tw-text-opacity));
}

.hover\:text-tropic-light:hover {
  color: rgba(3,39,41,0.7);
}

.hover\:text-tropic-6p:hover {
  color: rgba(3,39,41,0.6);
}

.hover\:text-tropic-90p:hover {
  color: rgba(3,39,41,0.9);
}

.hover\:text-taiga-base:hover {
  --tw-text-opacity: 1;
  color: rgba(86, 118, 110, var(--tw-text-opacity));
}

.hover\:text-taiga-light:hover {
  --tw-text-opacity: 1;
  color: rgba(96, 129, 120, var(--tw-text-opacity));
}

.hover\:text-savana:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 217, 174, var(--tw-text-opacity));
}

.hover\:text-tundra:hover {
  --tw-text-opacity: 1;
  color: rgba(242, 242, 238, var(--tw-text-opacity));
}

.hover\:text-arctic-base:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-arctic-low:hover {
  color: rgba(255,255,255,0.12);
}

.hover\:text-arctic-very-low:hover {
  color: rgba(255,255,255,0.06);
}

.hover\:text-black-base:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-black-dim:hover {
  color: rgba(0,5,5,0.8);
}

.hover\:text-black-low:hover {
  color: #0A000000;
}

.hover\:text-black-semi:hover {
  color: #66000000;
}

.hover\:text-white-low:hover {
  color: rgba(255,255,255,0.06);
}

.hover\:text-white-medium:hover {
  color: rgba(255,255,255,0.12);
}

.hover\:text-white-semi:hover {
  color: rgba(255,255,255,0.6);
}

.hover\:text-error:hover {
  --tw-text-opacity: 1;
  color: rgba(209, 122, 58, var(--tw-text-opacity));
}

.hover\:text-yellow:hover {
  --tw-text-opacity: 1;
  color: rgba(204, 151, 71, var(--tw-text-opacity));
}

.hover\:text-expedition:hover {
  --tw-text-opacity: 1;
  color: rgba(79, 112, 136, var(--tw-text-opacity));
}

.hover\:text-green-base:hover {
  --tw-text-opacity: 1;
  color: rgba(140, 174, 68, var(--tw-text-opacity));
}

.hover\:text-green-light:hover {
  --tw-text-opacity: 1;
  color: rgba(227, 230, 225, var(--tw-text-opacity));
}

.hover\:text-red-base:hover {
  --tw-text-opacity: 1;
  color: rgba(191, 11, 11, var(--tw-text-opacity));
}

.hover\:text-transparent:hover {
  color: rgba(0,0,0,0);
}

.focus\:text-tropic-base:focus {
  --tw-text-opacity: 1;
  color: rgba(3, 39, 41, var(--tw-text-opacity));
}

.focus\:text-tropic-light:focus {
  color: rgba(3,39,41,0.7);
}

.focus\:text-tropic-6p:focus {
  color: rgba(3,39,41,0.6);
}

.focus\:text-tropic-90p:focus {
  color: rgba(3,39,41,0.9);
}

.focus\:text-taiga-base:focus {
  --tw-text-opacity: 1;
  color: rgba(86, 118, 110, var(--tw-text-opacity));
}

.focus\:text-taiga-light:focus {
  --tw-text-opacity: 1;
  color: rgba(96, 129, 120, var(--tw-text-opacity));
}

.focus\:text-savana:focus {
  --tw-text-opacity: 1;
  color: rgba(239, 217, 174, var(--tw-text-opacity));
}

.focus\:text-tundra:focus {
  --tw-text-opacity: 1;
  color: rgba(242, 242, 238, var(--tw-text-opacity));
}

.focus\:text-arctic-base:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:text-arctic-low:focus {
  color: rgba(255,255,255,0.12);
}

.focus\:text-arctic-very-low:focus {
  color: rgba(255,255,255,0.06);
}

.focus\:text-black-base:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus\:text-black-dim:focus {
  color: rgba(0,5,5,0.8);
}

.focus\:text-black-low:focus {
  color: #0A000000;
}

.focus\:text-black-semi:focus {
  color: #66000000;
}

.focus\:text-white-low:focus {
  color: rgba(255,255,255,0.06);
}

.focus\:text-white-medium:focus {
  color: rgba(255,255,255,0.12);
}

.focus\:text-white-semi:focus {
  color: rgba(255,255,255,0.6);
}

.focus\:text-error:focus {
  --tw-text-opacity: 1;
  color: rgba(209, 122, 58, var(--tw-text-opacity));
}

.focus\:text-yellow:focus {
  --tw-text-opacity: 1;
  color: rgba(204, 151, 71, var(--tw-text-opacity));
}

.focus\:text-expedition:focus {
  --tw-text-opacity: 1;
  color: rgba(79, 112, 136, var(--tw-text-opacity));
}

.focus\:text-green-base:focus {
  --tw-text-opacity: 1;
  color: rgba(140, 174, 68, var(--tw-text-opacity));
}

.focus\:text-green-light:focus {
  --tw-text-opacity: 1;
  color: rgba(227, 230, 225, var(--tw-text-opacity));
}

.focus\:text-red-base:focus {
  --tw-text-opacity: 1;
  color: rgba(191, 11, 11, var(--tw-text-opacity));
}

.focus\:text-transparent:focus {
  color: rgba(0,0,0,0);
}

.text-opacity-0 {
  --tw-text-opacity: 0;
}

.text-opacity-1 {
  --tw-text-opacity: .01;
}

.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-1 {
  --tw-text-opacity: .01;
}

.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-1:focus-within {
  --tw-text-opacity: .01;
}

.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-1:hover {
  --tw-text-opacity: .01;
}

.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-1:focus {
  --tw-text-opacity: .01;
}

.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;
}

.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;
}

.placeholder-tropic-base::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 39, 41, var(--tw-placeholder-opacity));
}

.placeholder-tropic-base::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 39, 41, var(--tw-placeholder-opacity));
}

.placeholder-tropic-light::-moz-placeholder {
  color: rgba(3,39,41,0.7);
}

.placeholder-tropic-light::placeholder {
  color: rgba(3,39,41,0.7);
}

.placeholder-tropic-6p::-moz-placeholder {
  color: rgba(3,39,41,0.6);
}

.placeholder-tropic-6p::placeholder {
  color: rgba(3,39,41,0.6);
}

.placeholder-tropic-90p::-moz-placeholder {
  color: rgba(3,39,41,0.9);
}

.placeholder-tropic-90p::placeholder {
  color: rgba(3,39,41,0.9);
}

.placeholder-taiga-base::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(86, 118, 110, var(--tw-placeholder-opacity));
}

.placeholder-taiga-base::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(86, 118, 110, var(--tw-placeholder-opacity));
}

.placeholder-taiga-light::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 129, 120, var(--tw-placeholder-opacity));
}

.placeholder-taiga-light::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 129, 120, var(--tw-placeholder-opacity));
}

.placeholder-savana::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 217, 174, var(--tw-placeholder-opacity));
}

.placeholder-savana::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 217, 174, var(--tw-placeholder-opacity));
}

.placeholder-tundra::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(242, 242, 238, var(--tw-placeholder-opacity));
}

.placeholder-tundra::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(242, 242, 238, var(--tw-placeholder-opacity));
}

.placeholder-arctic-base::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-arctic-base::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-arctic-low::-moz-placeholder {
  color: rgba(255,255,255,0.12);
}

.placeholder-arctic-low::placeholder {
  color: rgba(255,255,255,0.12);
}

.placeholder-arctic-very-low::-moz-placeholder {
  color: rgba(255,255,255,0.06);
}

.placeholder-arctic-very-low::placeholder {
  color: rgba(255,255,255,0.06);
}

.placeholder-black-base::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black-base::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black-dim::-moz-placeholder {
  color: rgba(0,5,5,0.8);
}

.placeholder-black-dim::placeholder {
  color: rgba(0,5,5,0.8);
}

.placeholder-black-low::-moz-placeholder {
  color: #0A000000;
}

.placeholder-black-low::placeholder {
  color: #0A000000;
}

.placeholder-black-semi::-moz-placeholder {
  color: #66000000;
}

.placeholder-black-semi::placeholder {
  color: #66000000;
}

.placeholder-white-low::-moz-placeholder {
  color: rgba(255,255,255,0.06);
}

.placeholder-white-low::placeholder {
  color: rgba(255,255,255,0.06);
}

.placeholder-white-medium::-moz-placeholder {
  color: rgba(255,255,255,0.12);
}

.placeholder-white-medium::placeholder {
  color: rgba(255,255,255,0.12);
}

.placeholder-white-semi::-moz-placeholder {
  color: rgba(255,255,255,0.6);
}

.placeholder-white-semi::placeholder {
  color: rgba(255,255,255,0.6);
}

.placeholder-error::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 122, 58, var(--tw-placeholder-opacity));
}

.placeholder-error::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 122, 58, var(--tw-placeholder-opacity));
}

.placeholder-yellow::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 151, 71, var(--tw-placeholder-opacity));
}

.placeholder-yellow::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 151, 71, var(--tw-placeholder-opacity));
}

.placeholder-expedition::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 112, 136, var(--tw-placeholder-opacity));
}

.placeholder-expedition::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 112, 136, var(--tw-placeholder-opacity));
}

.placeholder-green-base::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(140, 174, 68, var(--tw-placeholder-opacity));
}

.placeholder-green-base::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(140, 174, 68, var(--tw-placeholder-opacity));
}

.placeholder-green-light::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(227, 230, 225, var(--tw-placeholder-opacity));
}

.placeholder-green-light::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(227, 230, 225, var(--tw-placeholder-opacity));
}

.placeholder-red-base::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 11, 11, var(--tw-placeholder-opacity));
}

.placeholder-red-base::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 11, 11, var(--tw-placeholder-opacity));
}

.placeholder-transparent::-moz-placeholder {
  color: rgba(0,0,0,0);
}

.placeholder-transparent::placeholder {
  color: rgba(0,0,0,0);
}

.focus\:placeholder-tropic-base:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 39, 41, var(--tw-placeholder-opacity));
}

.focus\:placeholder-tropic-base:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 39, 41, var(--tw-placeholder-opacity));
}

.focus\:placeholder-tropic-light:focus::-moz-placeholder {
  color: rgba(3,39,41,0.7);
}

.focus\:placeholder-tropic-light:focus::placeholder {
  color: rgba(3,39,41,0.7);
}

.focus\:placeholder-tropic-6p:focus::-moz-placeholder {
  color: rgba(3,39,41,0.6);
}

.focus\:placeholder-tropic-6p:focus::placeholder {
  color: rgba(3,39,41,0.6);
}

.focus\:placeholder-tropic-90p:focus::-moz-placeholder {
  color: rgba(3,39,41,0.9);
}

.focus\:placeholder-tropic-90p:focus::placeholder {
  color: rgba(3,39,41,0.9);
}

.focus\:placeholder-taiga-base:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(86, 118, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-taiga-base:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(86, 118, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-taiga-light:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 129, 120, var(--tw-placeholder-opacity));
}

.focus\:placeholder-taiga-light:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 129, 120, var(--tw-placeholder-opacity));
}

.focus\:placeholder-savana:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 217, 174, var(--tw-placeholder-opacity));
}

.focus\:placeholder-savana:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 217, 174, var(--tw-placeholder-opacity));
}

.focus\:placeholder-tundra:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(242, 242, 238, var(--tw-placeholder-opacity));
}

.focus\:placeholder-tundra:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(242, 242, 238, var(--tw-placeholder-opacity));
}

.focus\:placeholder-arctic-base:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-arctic-base:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-arctic-low:focus::-moz-placeholder {
  color: rgba(255,255,255,0.12);
}

.focus\:placeholder-arctic-low:focus::placeholder {
  color: rgba(255,255,255,0.12);
}

.focus\:placeholder-arctic-very-low:focus::-moz-placeholder {
  color: rgba(255,255,255,0.06);
}

.focus\:placeholder-arctic-very-low:focus::placeholder {
  color: rgba(255,255,255,0.06);
}

.focus\:placeholder-black-base:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-base:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-dim:focus::-moz-placeholder {
  color: rgba(0,5,5,0.8);
}

.focus\:placeholder-black-dim:focus::placeholder {
  color: rgba(0,5,5,0.8);
}

.focus\:placeholder-black-low:focus::-moz-placeholder {
  color: #0A000000;
}

.focus\:placeholder-black-low:focus::placeholder {
  color: #0A000000;
}

.focus\:placeholder-black-semi:focus::-moz-placeholder {
  color: #66000000;
}

.focus\:placeholder-black-semi:focus::placeholder {
  color: #66000000;
}

.focus\:placeholder-white-low:focus::-moz-placeholder {
  color: rgba(255,255,255,0.06);
}

.focus\:placeholder-white-low:focus::placeholder {
  color: rgba(255,255,255,0.06);
}

.focus\:placeholder-white-medium:focus::-moz-placeholder {
  color: rgba(255,255,255,0.12);
}

.focus\:placeholder-white-medium:focus::placeholder {
  color: rgba(255,255,255,0.12);
}

.focus\:placeholder-white-semi:focus::-moz-placeholder {
  color: rgba(255,255,255,0.6);
}

.focus\:placeholder-white-semi:focus::placeholder {
  color: rgba(255,255,255,0.6);
}

.focus\:placeholder-error:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 122, 58, var(--tw-placeholder-opacity));
}

.focus\:placeholder-error:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 122, 58, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 151, 71, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 151, 71, var(--tw-placeholder-opacity));
}

.focus\:placeholder-expedition:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 112, 136, var(--tw-placeholder-opacity));
}

.focus\:placeholder-expedition:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 112, 136, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-base:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(140, 174, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-base:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(140, 174, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-light:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(227, 230, 225, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-light:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(227, 230, 225, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-base:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 11, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-base:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 11, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: rgba(0,0,0,0);
}

.focus\:placeholder-transparent:focus::placeholder {
  color: rgba(0,0,0,0);
}

.placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-1::-moz-placeholder {
  --tw-placeholder-opacity: .01;
}

.placeholder-opacity-1::placeholder {
  --tw-placeholder-opacity: .01;
}

.placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-1:focus::-moz-placeholder {
  --tw-placeholder-opacity: .01;
}

.focus\:placeholder-opacity-1:focus::placeholder {
  --tw-placeholder-opacity: .01;
}

.focus\:placeholder-opacity-5:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-10:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-10:focus::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-20:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-20:focus::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-30:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-60:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-60:focus::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-70:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-70:focus::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-90:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-90:focus::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-95:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-95:focus::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: .01;
}

.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;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-1 {
  opacity: .01;
}

.group:hover .group-hover\:opacity-5 {
  opacity: 0.05;
}

.group:hover .group-hover\:opacity-10 {
  opacity: 0.1;
}

.group:hover .group-hover\:opacity-20 {
  opacity: 0.2;
}

.group:hover .group-hover\:opacity-25 {
  opacity: 0.25;
}

.group:hover .group-hover\:opacity-30 {
  opacity: 0.3;
}

.group:hover .group-hover\:opacity-40 {
  opacity: 0.4;
}

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}

.group:hover .group-hover\:opacity-60 {
  opacity: 0.6;
}

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7;
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}

.group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9;
}

.group:hover .group-hover\:opacity-95 {
  opacity: 0.95;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.focus-within\:opacity-0:focus-within {
  opacity: 0;
}

.focus-within\:opacity-1:focus-within {
  opacity: .01;
}

.focus-within\:opacity-5:focus-within {
  opacity: 0.05;
}

.focus-within\:opacity-10:focus-within {
  opacity: 0.1;
}

.focus-within\:opacity-20:focus-within {
  opacity: 0.2;
}

.focus-within\:opacity-25:focus-within {
  opacity: 0.25;
}

.focus-within\:opacity-30:focus-within {
  opacity: 0.3;
}

.focus-within\:opacity-40:focus-within {
  opacity: 0.4;
}

.focus-within\:opacity-50:focus-within {
  opacity: 0.5;
}

.focus-within\:opacity-60:focus-within {
  opacity: 0.6;
}

.focus-within\:opacity-70:focus-within {
  opacity: 0.7;
}

.focus-within\:opacity-75:focus-within {
  opacity: 0.75;
}

.focus-within\:opacity-80:focus-within {
  opacity: 0.8;
}

.focus-within\:opacity-90:focus-within {
  opacity: 0.9;
}

.focus-within\:opacity-95:focus-within {
  opacity: 0.95;
}

.focus-within\:opacity-100:focus-within {
  opacity: 1;
}

.hover\:opacity-0:hover {
  opacity: 0;
}

.hover\:opacity-1:hover {
  opacity: .01;
}

.hover\:opacity-5:hover {
  opacity: 0.05;
}

.hover\:opacity-10:hover {
  opacity: 0.1;
}

.hover\:opacity-20:hover {
  opacity: 0.2;
}

.hover\:opacity-25:hover {
  opacity: 0.25;
}

.hover\:opacity-30:hover {
  opacity: 0.3;
}

.hover\:opacity-40:hover {
  opacity: 0.4;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-60:hover {
  opacity: 0.6;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:opacity-95:hover {
  opacity: 0.95;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.focus\:opacity-0:focus {
  opacity: 0;
}

.focus\:opacity-1:focus {
  opacity: .01;
}

.focus\:opacity-5:focus {
  opacity: 0.05;
}

.focus\:opacity-10:focus {
  opacity: 0.1;
}

.focus\:opacity-20:focus {
  opacity: 0.2;
}

.focus\:opacity-25:focus {
  opacity: 0.25;
}

.focus\:opacity-30:focus {
  opacity: 0.3;
}

.focus\:opacity-40:focus {
  opacity: 0.4;
}

.focus\:opacity-50:focus {
  opacity: 0.5;
}

.focus\:opacity-60:focus {
  opacity: 0.6;
}

.focus\:opacity-70:focus {
  opacity: 0.7;
}

.focus\:opacity-75:focus {
  opacity: 0.75;
}

.focus\:opacity-80:focus {
  opacity: 0.8;
}

.focus\:opacity-90:focus {
  opacity: 0.9;
}

.focus\:opacity-95:focus {
  opacity: 0.95;
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.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;
}

.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;
}

*, ::before, ::after {
  --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 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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-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 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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-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 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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-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 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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-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 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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-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);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-white {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.outline-black {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus-within\:outline-none:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-within\:outline-white:focus-within {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus-within\:outline-black:focus-within {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-white:focus {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus\:outline-black:focus {
  outline: 2px dotted black;
  outline-offset: 2px;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --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);
}

.focus-within\:ring-0:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --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);
}

.focus-within\:ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --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);
}

.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --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);
}

.focus-within\:ring-4:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --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);
}

.focus-within\:ring-8:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --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);
}

.focus-within\:ring:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --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);
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --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);
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --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);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --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);
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --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);
}

.focus\:ring-8:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --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);
}

.focus\:ring:focus {
  --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;
}

.focus-within\:ring-inset:focus-within {
  --tw-ring-inset: inset;
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

.ring-tropic-base {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 39, 41, var(--tw-ring-opacity));
}

.ring-tropic-light {
  --tw-ring-color: rgba(3,39,41,0.7);
}

.ring-tropic-6p {
  --tw-ring-color: rgba(3,39,41,0.6);
}

.ring-tropic-90p {
  --tw-ring-color: rgba(3,39,41,0.9);
}

.ring-taiga-base {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(86, 118, 110, var(--tw-ring-opacity));
}

.ring-taiga-light {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 129, 120, var(--tw-ring-opacity));
}

.ring-savana {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 217, 174, var(--tw-ring-opacity));
}

.ring-tundra {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(242, 242, 238, var(--tw-ring-opacity));
}

.ring-arctic-base {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.ring-arctic-low {
  --tw-ring-color: rgba(255,255,255,0.12);
}

.ring-arctic-very-low {
  --tw-ring-color: rgba(255,255,255,0.06);
}

.ring-black-base {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.ring-black-dim {
  --tw-ring-color: rgba(0,5,5,0.8);
}

.ring-black-low {
  --tw-ring-color: #0A000000;
}

.ring-black-semi {
  --tw-ring-color: #66000000;
}

.ring-white-low {
  --tw-ring-color: rgba(255,255,255,0.06);
}

.ring-white-medium {
  --tw-ring-color: rgba(255,255,255,0.12);
}

.ring-white-semi {
  --tw-ring-color: rgba(255,255,255,0.6);
}

.ring-error {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 122, 58, var(--tw-ring-opacity));
}

.ring-yellow {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(204, 151, 71, var(--tw-ring-opacity));
}

.ring-expedition {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 112, 136, var(--tw-ring-opacity));
}

.ring-green-base {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(140, 174, 68, var(--tw-ring-opacity));
}

.ring-green-light {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(227, 230, 225, var(--tw-ring-opacity));
}

.ring-red-base {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 11, 11, var(--tw-ring-opacity));
}

.ring-transparent {
  --tw-ring-color: rgba(0,0,0,0);
}

.focus-within\:ring-tropic-base:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 39, 41, var(--tw-ring-opacity));
}

.focus-within\:ring-tropic-light:focus-within {
  --tw-ring-color: rgba(3,39,41,0.7);
}

.focus-within\:ring-tropic-6p:focus-within {
  --tw-ring-color: rgba(3,39,41,0.6);
}

.focus-within\:ring-tropic-90p:focus-within {
  --tw-ring-color: rgba(3,39,41,0.9);
}

.focus-within\:ring-taiga-base:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(86, 118, 110, var(--tw-ring-opacity));
}

.focus-within\:ring-taiga-light:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 129, 120, var(--tw-ring-opacity));
}

.focus-within\:ring-savana:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 217, 174, var(--tw-ring-opacity));
}

.focus-within\:ring-tundra:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(242, 242, 238, var(--tw-ring-opacity));
}

.focus-within\:ring-arctic-base:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-arctic-low:focus-within {
  --tw-ring-color: rgba(255,255,255,0.12);
}

.focus-within\:ring-arctic-very-low:focus-within {
  --tw-ring-color: rgba(255,255,255,0.06);
}

.focus-within\:ring-black-base:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-black-dim:focus-within {
  --tw-ring-color: rgba(0,5,5,0.8);
}

.focus-within\:ring-black-low:focus-within {
  --tw-ring-color: #0A000000;
}

.focus-within\:ring-black-semi:focus-within {
  --tw-ring-color: #66000000;
}

.focus-within\:ring-white-low:focus-within {
  --tw-ring-color: rgba(255,255,255,0.06);
}

.focus-within\:ring-white-medium:focus-within {
  --tw-ring-color: rgba(255,255,255,0.12);
}

.focus-within\:ring-white-semi:focus-within {
  --tw-ring-color: rgba(255,255,255,0.6);
}

.focus-within\:ring-error:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 122, 58, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(204, 151, 71, var(--tw-ring-opacity));
}

.focus-within\:ring-expedition:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 112, 136, var(--tw-ring-opacity));
}

.focus-within\:ring-green-base:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(140, 174, 68, var(--tw-ring-opacity));
}

.focus-within\:ring-green-light:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(227, 230, 225, var(--tw-ring-opacity));
}

.focus-within\:ring-red-base:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 11, 11, var(--tw-ring-opacity));
}

.focus-within\:ring-transparent:focus-within {
  --tw-ring-color: rgba(0,0,0,0);
}

.focus\:ring-tropic-base:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 39, 41, var(--tw-ring-opacity));
}

.focus\:ring-tropic-light:focus {
  --tw-ring-color: rgba(3,39,41,0.7);
}

.focus\:ring-tropic-6p:focus {
  --tw-ring-color: rgba(3,39,41,0.6);
}

.focus\:ring-tropic-90p:focus {
  --tw-ring-color: rgba(3,39,41,0.9);
}

.focus\:ring-taiga-base:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(86, 118, 110, var(--tw-ring-opacity));
}

.focus\:ring-taiga-light:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 129, 120, var(--tw-ring-opacity));
}

.focus\:ring-savana:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 217, 174, var(--tw-ring-opacity));
}

.focus\:ring-tundra:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(242, 242, 238, var(--tw-ring-opacity));
}

.focus\:ring-arctic-base:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus\:ring-arctic-low:focus {
  --tw-ring-color: rgba(255,255,255,0.12);
}

.focus\:ring-arctic-very-low:focus {
  --tw-ring-color: rgba(255,255,255,0.06);
}

.focus\:ring-black-base:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus\:ring-black-dim:focus {
  --tw-ring-color: rgba(0,5,5,0.8);
}

.focus\:ring-black-low:focus {
  --tw-ring-color: #0A000000;
}

.focus\:ring-black-semi:focus {
  --tw-ring-color: #66000000;
}

.focus\:ring-white-low:focus {
  --tw-ring-color: rgba(255,255,255,0.06);
}

.focus\:ring-white-medium:focus {
  --tw-ring-color: rgba(255,255,255,0.12);
}

.focus\:ring-white-semi:focus {
  --tw-ring-color: rgba(255,255,255,0.6);
}

.focus\:ring-error:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 122, 58, var(--tw-ring-opacity));
}

.focus\:ring-yellow:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(204, 151, 71, var(--tw-ring-opacity));
}

.focus\:ring-expedition:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 112, 136, var(--tw-ring-opacity));
}

.focus\:ring-green-base:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(140, 174, 68, var(--tw-ring-opacity));
}

.focus\:ring-green-light:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(227, 230, 225, var(--tw-ring-opacity));
}

.focus\:ring-red-base:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 11, 11, var(--tw-ring-opacity));
}

.focus\:ring-transparent:focus {
  --tw-ring-color: rgba(0,0,0,0);
}

.ring-opacity-0 {
  --tw-ring-opacity: 0;
}

.ring-opacity-1 {
  --tw-ring-opacity: .01;
}

.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;
}

.focus-within\:ring-opacity-0:focus-within {
  --tw-ring-opacity: 0;
}

.focus-within\:ring-opacity-1:focus-within {
  --tw-ring-opacity: .01;
}

.focus-within\:ring-opacity-5:focus-within {
  --tw-ring-opacity: 0.05;
}

.focus-within\:ring-opacity-10:focus-within {
  --tw-ring-opacity: 0.1;
}

.focus-within\:ring-opacity-20:focus-within {
  --tw-ring-opacity: 0.2;
}

.focus-within\:ring-opacity-25:focus-within {
  --tw-ring-opacity: 0.25;
}

.focus-within\:ring-opacity-30:focus-within {
  --tw-ring-opacity: 0.3;
}

.focus-within\:ring-opacity-40:focus-within {
  --tw-ring-opacity: 0.4;
}

.focus-within\:ring-opacity-50:focus-within {
  --tw-ring-opacity: 0.5;
}

.focus-within\:ring-opacity-60:focus-within {
  --tw-ring-opacity: 0.6;
}

.focus-within\:ring-opacity-70:focus-within {
  --tw-ring-opacity: 0.7;
}

.focus-within\:ring-opacity-75:focus-within {
  --tw-ring-opacity: 0.75;
}

.focus-within\:ring-opacity-80:focus-within {
  --tw-ring-opacity: 0.8;
}

.focus-within\:ring-opacity-90:focus-within {
  --tw-ring-opacity: 0.9;
}

.focus-within\:ring-opacity-95:focus-within {
  --tw-ring-opacity: 0.95;
}

.focus-within\:ring-opacity-100:focus-within {
  --tw-ring-opacity: 1;
}

.focus\:ring-opacity-0:focus {
  --tw-ring-opacity: 0;
}

.focus\:ring-opacity-1:focus {
  --tw-ring-opacity: .01;
}

.focus\:ring-opacity-5:focus {
  --tw-ring-opacity: 0.05;
}

.focus\:ring-opacity-10:focus {
  --tw-ring-opacity: 0.1;
}

.focus\:ring-opacity-20:focus {
  --tw-ring-opacity: 0.2;
}

.focus\:ring-opacity-25:focus {
  --tw-ring-opacity: 0.25;
}

.focus\:ring-opacity-30:focus {
  --tw-ring-opacity: 0.3;
}

.focus\:ring-opacity-40:focus {
  --tw-ring-opacity: 0.4;
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.focus\:ring-opacity-60:focus {
  --tw-ring-opacity: 0.6;
}

.focus\:ring-opacity-70:focus {
  --tw-ring-opacity: 0.7;
}

.focus\:ring-opacity-75:focus {
  --tw-ring-opacity: 0.75;
}

.focus\:ring-opacity-80:focus {
  --tw-ring-opacity: 0.8;
}

.focus\:ring-opacity-90:focus {
  --tw-ring-opacity: 0.9;
}

.focus\:ring-opacity-95:focus {
  --tw-ring-opacity: 0.95;
}

.focus\:ring-opacity-100:focus {
  --tw-ring-opacity: 1;
}

.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;
}

.focus-within\:ring-offset-0:focus-within {
  --tw-ring-offset-width: 0px;
}

.focus-within\:ring-offset-1:focus-within {
  --tw-ring-offset-width: 1px;
}

.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px;
}

.focus-within\:ring-offset-4:focus-within {
  --tw-ring-offset-width: 4px;
}

.focus-within\:ring-offset-8:focus-within {
  --tw-ring-offset-width: 8px;
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}

.focus\:ring-offset-1:focus {
  --tw-ring-offset-width: 1px;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-4:focus {
  --tw-ring-offset-width: 4px;
}

.focus\:ring-offset-8:focus {
  --tw-ring-offset-width: 8px;
}

.ring-offset-tropic-base {
  --tw-ring-offset-color: #032729;
}

.ring-offset-tropic-light {
  --tw-ring-offset-color: rgba(3,39,41,0.7);
}

.ring-offset-tropic-6p {
  --tw-ring-offset-color: rgba(3,39,41,0.6);
}

.ring-offset-tropic-90p {
  --tw-ring-offset-color: rgba(3,39,41,0.9);
}

.ring-offset-taiga-base {
  --tw-ring-offset-color: #56766E;
}

.ring-offset-taiga-light {
  --tw-ring-offset-color: #608178;
}

.ring-offset-savana {
  --tw-ring-offset-color: #EFD9AE;
}

.ring-offset-tundra {
  --tw-ring-offset-color: #F2F2EE;
}

.ring-offset-arctic-base {
  --tw-ring-offset-color: #FFFFFF;
}

.ring-offset-arctic-low {
  --tw-ring-offset-color: rgba(255,255,255,0.12);
}

.ring-offset-arctic-very-low {
  --tw-ring-offset-color: rgba(255,255,255,0.06);
}

.ring-offset-black-base {
  --tw-ring-offset-color: #000000;
}

.ring-offset-black-dim {
  --tw-ring-offset-color: rgba(0,5,5,0.8);
}

.ring-offset-black-low {
  --tw-ring-offset-color: #0A000000;
}

.ring-offset-black-semi {
  --tw-ring-offset-color: #66000000;
}

.ring-offset-white-low {
  --tw-ring-offset-color: rgba(255,255,255,0.06);
}

.ring-offset-white-medium {
  --tw-ring-offset-color: rgba(255,255,255,0.12);
}

.ring-offset-white-semi {
  --tw-ring-offset-color: rgba(255,255,255,0.6);
}

.ring-offset-error {
  --tw-ring-offset-color: #D17A3A;
}

.ring-offset-yellow {
  --tw-ring-offset-color: #CC9747;
}

.ring-offset-expedition {
  --tw-ring-offset-color: #4F7088;
}

.ring-offset-green-base {
  --tw-ring-offset-color: #8CAE44;
}

.ring-offset-green-light {
  --tw-ring-offset-color: #E3E6E1;
}

.ring-offset-red-base {
  --tw-ring-offset-color: #bf0b0b;
}

.ring-offset-transparent {
  --tw-ring-offset-color: rgba(0,0,0,0);
}

.focus-within\:ring-offset-tropic-base:focus-within {
  --tw-ring-offset-color: #032729;
}

.focus-within\:ring-offset-tropic-light:focus-within {
  --tw-ring-offset-color: rgba(3,39,41,0.7);
}

.focus-within\:ring-offset-tropic-6p:focus-within {
  --tw-ring-offset-color: rgba(3,39,41,0.6);
}

.focus-within\:ring-offset-tropic-90p:focus-within {
  --tw-ring-offset-color: rgba(3,39,41,0.9);
}

.focus-within\:ring-offset-taiga-base:focus-within {
  --tw-ring-offset-color: #56766E;
}

.focus-within\:ring-offset-taiga-light:focus-within {
  --tw-ring-offset-color: #608178;
}

.focus-within\:ring-offset-savana:focus-within {
  --tw-ring-offset-color: #EFD9AE;
}

.focus-within\:ring-offset-tundra:focus-within {
  --tw-ring-offset-color: #F2F2EE;
}

.focus-within\:ring-offset-arctic-base:focus-within {
  --tw-ring-offset-color: #FFFFFF;
}

.focus-within\:ring-offset-arctic-low:focus-within {
  --tw-ring-offset-color: rgba(255,255,255,0.12);
}

.focus-within\:ring-offset-arctic-very-low:focus-within {
  --tw-ring-offset-color: rgba(255,255,255,0.06);
}

.focus-within\:ring-offset-black-base:focus-within {
  --tw-ring-offset-color: #000000;
}

.focus-within\:ring-offset-black-dim:focus-within {
  --tw-ring-offset-color: rgba(0,5,5,0.8);
}

.focus-within\:ring-offset-black-low:focus-within {
  --tw-ring-offset-color: #0A000000;
}

.focus-within\:ring-offset-black-semi:focus-within {
  --tw-ring-offset-color: #66000000;
}

.focus-within\:ring-offset-white-low:focus-within {
  --tw-ring-offset-color: rgba(255,255,255,0.06);
}

.focus-within\:ring-offset-white-medium:focus-within {
  --tw-ring-offset-color: rgba(255,255,255,0.12);
}

.focus-within\:ring-offset-white-semi:focus-within {
  --tw-ring-offset-color: rgba(255,255,255,0.6);
}

.focus-within\:ring-offset-error:focus-within {
  --tw-ring-offset-color: #D17A3A;
}

.focus-within\:ring-offset-yellow:focus-within {
  --tw-ring-offset-color: #CC9747;
}

.focus-within\:ring-offset-expedition:focus-within {
  --tw-ring-offset-color: #4F7088;
}

.focus-within\:ring-offset-green-base:focus-within {
  --tw-ring-offset-color: #8CAE44;
}

.focus-within\:ring-offset-green-light:focus-within {
  --tw-ring-offset-color: #E3E6E1;
}

.focus-within\:ring-offset-red-base:focus-within {
  --tw-ring-offset-color: #bf0b0b;
}

.focus-within\:ring-offset-transparent:focus-within {
  --tw-ring-offset-color: rgba(0,0,0,0);
}

.focus\:ring-offset-tropic-base:focus {
  --tw-ring-offset-color: #032729;
}

.focus\:ring-offset-tropic-light:focus {
  --tw-ring-offset-color: rgba(3,39,41,0.7);
}

.focus\:ring-offset-tropic-6p:focus {
  --tw-ring-offset-color: rgba(3,39,41,0.6);
}

.focus\:ring-offset-tropic-90p:focus {
  --tw-ring-offset-color: rgba(3,39,41,0.9);
}

.focus\:ring-offset-taiga-base:focus {
  --tw-ring-offset-color: #56766E;
}

.focus\:ring-offset-taiga-light:focus {
  --tw-ring-offset-color: #608178;
}

.focus\:ring-offset-savana:focus {
  --tw-ring-offset-color: #EFD9AE;
}

.focus\:ring-offset-tundra:focus {
  --tw-ring-offset-color: #F2F2EE;
}

.focus\:ring-offset-arctic-base:focus {
  --tw-ring-offset-color: #FFFFFF;
}

.focus\:ring-offset-arctic-low:focus {
  --tw-ring-offset-color: rgba(255,255,255,0.12);
}

.focus\:ring-offset-arctic-very-low:focus {
  --tw-ring-offset-color: rgba(255,255,255,0.06);
}

.focus\:ring-offset-black-base:focus {
  --tw-ring-offset-color: #000000;
}

.focus\:ring-offset-black-dim:focus {
  --tw-ring-offset-color: rgba(0,5,5,0.8);
}

.focus\:ring-offset-black-low:focus {
  --tw-ring-offset-color: #0A000000;
}

.focus\:ring-offset-black-semi:focus {
  --tw-ring-offset-color: #66000000;
}

.focus\:ring-offset-white-low:focus {
  --tw-ring-offset-color: rgba(255,255,255,0.06);
}

.focus\:ring-offset-white-medium:focus {
  --tw-ring-offset-color: rgba(255,255,255,0.12);
}

.focus\:ring-offset-white-semi:focus {
  --tw-ring-offset-color: rgba(255,255,255,0.6);
}

.focus\:ring-offset-error:focus {
  --tw-ring-offset-color: #D17A3A;
}

.focus\:ring-offset-yellow:focus {
  --tw-ring-offset-color: #CC9747;
}

.focus\:ring-offset-expedition:focus {
  --tw-ring-offset-color: #4F7088;
}

.focus\:ring-offset-green-base:focus {
  --tw-ring-offset-color: #8CAE44;
}

.focus\:ring-offset-green-light:focus {
  --tw-ring-offset-color: #E3E6E1;
}

.focus\:ring-offset-red-base:focus {
  --tw-ring-offset-color: #bf0b0b;
}

.focus\:ring-offset-transparent:focus {
  --tw-ring-offset-color: rgba(0,0,0,0);
}

.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-none {
  --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-none {
  --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-1 {
  --tw-backdrop-opacity: opacity(.01);
}

.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%);
}

.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;
}

.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;
}

.duration-0 {
  transition-duration: 0ms;
}

.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;
}

.duration-1300 {
  transition-duration: 1300ms;
}

.duration-1500 {
  transition-duration: 1500ms;
}

.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);
}

.text-shadow {
  text-shadow: 0 6px 16px rgba(0, 0, 0, 0.8);
}

@media (min-width: 360px) {
  .sm\:container {
    width: 100%;
  }

  @media (min-width: 360px) {
    .sm\:container {
      max-width: 360px;
    }
  }

  @media (min-width: 420px) {
    .sm\:container {
      max-width: 420px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1920px) {
    .sm\:container {
      max-width: 1920px;
    }
  }

  .sm\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: sticky;
  }

  .sm\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .sm\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .sm\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .sm\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .sm\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .sm\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .sm\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .sm\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .sm\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .sm\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .sm\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .sm\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .sm\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .sm\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .sm\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .sm\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .sm\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .sm\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .sm\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .sm\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .sm\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .sm\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .sm\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .sm\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .sm\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .sm\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .sm\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .sm\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .sm\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .sm\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .sm\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .sm\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .sm\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .sm\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .sm\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .sm\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .sm\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .sm\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .sm\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .sm\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .sm\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .sm\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .sm\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .sm\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .sm\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .sm\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .sm\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .sm\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .sm\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .sm\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .sm\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .sm\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .sm\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .sm\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .sm\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .sm\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .sm\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .sm\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .sm\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .sm\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .sm\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .sm\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .sm\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .sm\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .sm\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .sm\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .sm\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .sm\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .sm\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .sm\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .sm\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .sm\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .sm\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .sm\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .sm\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .sm\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .sm\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .sm\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .sm\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .sm\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .sm\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .sm\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .sm\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .sm\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .sm\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .sm\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .sm\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .sm\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .sm\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .sm\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .sm\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .sm\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .sm\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .sm\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .sm\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .sm\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .sm\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .sm\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .sm\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .sm\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .sm\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .sm\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .sm\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .sm\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .sm\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .sm\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .sm\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .sm\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .sm\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .sm\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .sm\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .sm\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .sm\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .sm\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .sm\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .sm\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .sm\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .sm\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .sm\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .sm\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .sm\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .sm\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .sm\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .sm\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .sm\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .sm\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .sm\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .sm\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .sm\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .sm\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .sm\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .sm\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .sm\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .sm\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .sm\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .sm\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .sm\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .sm\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .sm\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .sm\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .sm\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .sm\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .sm\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .sm\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .sm\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .sm\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .sm\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .sm\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .sm\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .sm\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .sm\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .sm\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .sm\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .sm\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .sm\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .sm\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .sm\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .sm\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .sm\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .sm\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .sm\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .sm\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .sm\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .sm\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .sm\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .sm\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .sm\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .sm\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .sm\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .sm\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .sm\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .sm\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .sm\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .sm\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .sm\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .sm\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .sm\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .sm\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .sm\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .sm\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .sm\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .sm\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .sm\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .sm\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .sm\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .sm\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .sm\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .sm\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .sm\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .sm\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .sm\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .sm\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .sm\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .sm\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .sm\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .sm\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .sm\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .sm\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .sm\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .sm\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .sm\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .sm\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .sm\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .sm\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .sm\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .sm\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .sm\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .sm\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .sm\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .sm\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .sm\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .sm\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .sm\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .sm\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .sm\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .sm\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .sm\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .sm\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .sm\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .sm\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .sm\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .sm\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .sm\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .sm\:top-0 {
    top: 0px;
  }

  .sm\:top-1 {
    top: 0.25rem;
  }

  .sm\:top-2 {
    top: 0.5rem;
  }

  .sm\:top-3 {
    top: 0.75rem;
  }

  .sm\:top-4 {
    top: 1rem;
  }

  .sm\:top-5 {
    top: 1.25rem;
  }

  .sm\:top-6 {
    top: 1.5rem;
  }

  .sm\:top-7 {
    top: 1.75rem;
  }

  .sm\:top-8 {
    top: 2rem;
  }

  .sm\:top-9 {
    top: 2.25rem;
  }

  .sm\:top-10 {
    top: 2.5rem;
  }

  .sm\:top-11 {
    top: 2.75rem;
  }

  .sm\:top-12 {
    top: 3rem;
  }

  .sm\:top-14 {
    top: 3.5rem;
  }

  .sm\:top-16 {
    top: 4rem;
  }

  .sm\:top-20 {
    top: 5rem;
  }

  .sm\:top-24 {
    top: 6rem;
  }

  .sm\:top-28 {
    top: 7rem;
  }

  .sm\:top-32 {
    top: 8rem;
  }

  .sm\:top-36 {
    top: 9rem;
  }

  .sm\:top-40 {
    top: 10rem;
  }

  .sm\:top-44 {
    top: 11rem;
  }

  .sm\:top-48 {
    top: 12rem;
  }

  .sm\:top-52 {
    top: 13rem;
  }

  .sm\:top-56 {
    top: 14rem;
  }

  .sm\:top-60 {
    top: 15rem;
  }

  .sm\:top-64 {
    top: 16rem;
  }

  .sm\:top-72 {
    top: 18rem;
  }

  .sm\:top-80 {
    top: 20rem;
  }

  .sm\:top-96 {
    top: 24rem;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:top-px {
    top: 1px;
  }

  .sm\:top-0\.5 {
    top: 0.125rem;
  }

  .sm\:top-1\.5 {
    top: 0.375rem;
  }

  .sm\:top-2\.5 {
    top: 0.625rem;
  }

  .sm\:top-3\.5 {
    top: 0.875rem;
  }

  .sm\:-top-0 {
    top: 0px;
  }

  .sm\:-top-1 {
    top: -0.25rem;
  }

  .sm\:-top-2 {
    top: -0.5rem;
  }

  .sm\:-top-3 {
    top: -0.75rem;
  }

  .sm\:-top-4 {
    top: -1rem;
  }

  .sm\:-top-5 {
    top: -1.25rem;
  }

  .sm\:-top-6 {
    top: -1.5rem;
  }

  .sm\:-top-7 {
    top: -1.75rem;
  }

  .sm\:-top-8 {
    top: -2rem;
  }

  .sm\:-top-9 {
    top: -2.25rem;
  }

  .sm\:-top-10 {
    top: -2.5rem;
  }

  .sm\:-top-11 {
    top: -2.75rem;
  }

  .sm\:-top-12 {
    top: -3rem;
  }

  .sm\:-top-14 {
    top: -3.5rem;
  }

  .sm\:-top-16 {
    top: -4rem;
  }

  .sm\:-top-20 {
    top: -5rem;
  }

  .sm\:-top-24 {
    top: -6rem;
  }

  .sm\:-top-28 {
    top: -7rem;
  }

  .sm\:-top-32 {
    top: -8rem;
  }

  .sm\:-top-36 {
    top: -9rem;
  }

  .sm\:-top-40 {
    top: -10rem;
  }

  .sm\:-top-44 {
    top: -11rem;
  }

  .sm\:-top-48 {
    top: -12rem;
  }

  .sm\:-top-52 {
    top: -13rem;
  }

  .sm\:-top-56 {
    top: -14rem;
  }

  .sm\:-top-60 {
    top: -15rem;
  }

  .sm\:-top-64 {
    top: -16rem;
  }

  .sm\:-top-72 {
    top: -18rem;
  }

  .sm\:-top-80 {
    top: -20rem;
  }

  .sm\:-top-96 {
    top: -24rem;
  }

  .sm\:-top-px {
    top: -1px;
  }

  .sm\:-top-0\.5 {
    top: -0.125rem;
  }

  .sm\:-top-1\.5 {
    top: -0.375rem;
  }

  .sm\:-top-2\.5 {
    top: -0.625rem;
  }

  .sm\:-top-3\.5 {
    top: -0.875rem;
  }

  .sm\:top-1\/2 {
    top: 50%;
  }

  .sm\:top-1\/3 {
    top: 33.333333%;
  }

  .sm\:top-2\/3 {
    top: 66.666667%;
  }

  .sm\:top-1\/4 {
    top: 25%;
  }

  .sm\:top-2\/4 {
    top: 50%;
  }

  .sm\:top-3\/4 {
    top: 75%;
  }

  .sm\:top-full {
    top: 100%;
  }

  .sm\:-top-1\/2 {
    top: -50%;
  }

  .sm\:-top-1\/3 {
    top: -33.333333%;
  }

  .sm\:-top-2\/3 {
    top: -66.666667%;
  }

  .sm\:-top-1\/4 {
    top: -25%;
  }

  .sm\:-top-2\/4 {
    top: -50%;
  }

  .sm\:-top-3\/4 {
    top: -75%;
  }

  .sm\:-top-full {
    top: -100%;
  }

  .sm\:right-0 {
    right: 0px;
  }

  .sm\:right-1 {
    right: 0.25rem;
  }

  .sm\:right-2 {
    right: 0.5rem;
  }

  .sm\:right-3 {
    right: 0.75rem;
  }

  .sm\:right-4 {
    right: 1rem;
  }

  .sm\:right-5 {
    right: 1.25rem;
  }

  .sm\:right-6 {
    right: 1.5rem;
  }

  .sm\:right-7 {
    right: 1.75rem;
  }

  .sm\:right-8 {
    right: 2rem;
  }

  .sm\:right-9 {
    right: 2.25rem;
  }

  .sm\:right-10 {
    right: 2.5rem;
  }

  .sm\:right-11 {
    right: 2.75rem;
  }

  .sm\:right-12 {
    right: 3rem;
  }

  .sm\:right-14 {
    right: 3.5rem;
  }

  .sm\:right-16 {
    right: 4rem;
  }

  .sm\:right-20 {
    right: 5rem;
  }

  .sm\:right-24 {
    right: 6rem;
  }

  .sm\:right-28 {
    right: 7rem;
  }

  .sm\:right-32 {
    right: 8rem;
  }

  .sm\:right-36 {
    right: 9rem;
  }

  .sm\:right-40 {
    right: 10rem;
  }

  .sm\:right-44 {
    right: 11rem;
  }

  .sm\:right-48 {
    right: 12rem;
  }

  .sm\:right-52 {
    right: 13rem;
  }

  .sm\:right-56 {
    right: 14rem;
  }

  .sm\:right-60 {
    right: 15rem;
  }

  .sm\:right-64 {
    right: 16rem;
  }

  .sm\:right-72 {
    right: 18rem;
  }

  .sm\:right-80 {
    right: 20rem;
  }

  .sm\:right-96 {
    right: 24rem;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:right-px {
    right: 1px;
  }

  .sm\:right-0\.5 {
    right: 0.125rem;
  }

  .sm\:right-1\.5 {
    right: 0.375rem;
  }

  .sm\:right-2\.5 {
    right: 0.625rem;
  }

  .sm\:right-3\.5 {
    right: 0.875rem;
  }

  .sm\:-right-0 {
    right: 0px;
  }

  .sm\:-right-1 {
    right: -0.25rem;
  }

  .sm\:-right-2 {
    right: -0.5rem;
  }

  .sm\:-right-3 {
    right: -0.75rem;
  }

  .sm\:-right-4 {
    right: -1rem;
  }

  .sm\:-right-5 {
    right: -1.25rem;
  }

  .sm\:-right-6 {
    right: -1.5rem;
  }

  .sm\:-right-7 {
    right: -1.75rem;
  }

  .sm\:-right-8 {
    right: -2rem;
  }

  .sm\:-right-9 {
    right: -2.25rem;
  }

  .sm\:-right-10 {
    right: -2.5rem;
  }

  .sm\:-right-11 {
    right: -2.75rem;
  }

  .sm\:-right-12 {
    right: -3rem;
  }

  .sm\:-right-14 {
    right: -3.5rem;
  }

  .sm\:-right-16 {
    right: -4rem;
  }

  .sm\:-right-20 {
    right: -5rem;
  }

  .sm\:-right-24 {
    right: -6rem;
  }

  .sm\:-right-28 {
    right: -7rem;
  }

  .sm\:-right-32 {
    right: -8rem;
  }

  .sm\:-right-36 {
    right: -9rem;
  }

  .sm\:-right-40 {
    right: -10rem;
  }

  .sm\:-right-44 {
    right: -11rem;
  }

  .sm\:-right-48 {
    right: -12rem;
  }

  .sm\:-right-52 {
    right: -13rem;
  }

  .sm\:-right-56 {
    right: -14rem;
  }

  .sm\:-right-60 {
    right: -15rem;
  }

  .sm\:-right-64 {
    right: -16rem;
  }

  .sm\:-right-72 {
    right: -18rem;
  }

  .sm\:-right-80 {
    right: -20rem;
  }

  .sm\:-right-96 {
    right: -24rem;
  }

  .sm\:-right-px {
    right: -1px;
  }

  .sm\:-right-0\.5 {
    right: -0.125rem;
  }

  .sm\:-right-1\.5 {
    right: -0.375rem;
  }

  .sm\:-right-2\.5 {
    right: -0.625rem;
  }

  .sm\:-right-3\.5 {
    right: -0.875rem;
  }

  .sm\:right-1\/2 {
    right: 50%;
  }

  .sm\:right-1\/3 {
    right: 33.333333%;
  }

  .sm\:right-2\/3 {
    right: 66.666667%;
  }

  .sm\:right-1\/4 {
    right: 25%;
  }

  .sm\:right-2\/4 {
    right: 50%;
  }

  .sm\:right-3\/4 {
    right: 75%;
  }

  .sm\:right-full {
    right: 100%;
  }

  .sm\:-right-1\/2 {
    right: -50%;
  }

  .sm\:-right-1\/3 {
    right: -33.333333%;
  }

  .sm\:-right-2\/3 {
    right: -66.666667%;
  }

  .sm\:-right-1\/4 {
    right: -25%;
  }

  .sm\:-right-2\/4 {
    right: -50%;
  }

  .sm\:-right-3\/4 {
    right: -75%;
  }

  .sm\:-right-full {
    right: -100%;
  }

  .sm\:bottom-0 {
    bottom: 0px;
  }

  .sm\:bottom-1 {
    bottom: 0.25rem;
  }

  .sm\:bottom-2 {
    bottom: 0.5rem;
  }

  .sm\:bottom-3 {
    bottom: 0.75rem;
  }

  .sm\:bottom-4 {
    bottom: 1rem;
  }

  .sm\:bottom-5 {
    bottom: 1.25rem;
  }

  .sm\:bottom-6 {
    bottom: 1.5rem;
  }

  .sm\:bottom-7 {
    bottom: 1.75rem;
  }

  .sm\:bottom-8 {
    bottom: 2rem;
  }

  .sm\:bottom-9 {
    bottom: 2.25rem;
  }

  .sm\:bottom-10 {
    bottom: 2.5rem;
  }

  .sm\:bottom-11 {
    bottom: 2.75rem;
  }

  .sm\:bottom-12 {
    bottom: 3rem;
  }

  .sm\:bottom-14 {
    bottom: 3.5rem;
  }

  .sm\:bottom-16 {
    bottom: 4rem;
  }

  .sm\:bottom-20 {
    bottom: 5rem;
  }

  .sm\:bottom-24 {
    bottom: 6rem;
  }

  .sm\:bottom-28 {
    bottom: 7rem;
  }

  .sm\:bottom-32 {
    bottom: 8rem;
  }

  .sm\:bottom-36 {
    bottom: 9rem;
  }

  .sm\:bottom-40 {
    bottom: 10rem;
  }

  .sm\:bottom-44 {
    bottom: 11rem;
  }

  .sm\:bottom-48 {
    bottom: 12rem;
  }

  .sm\:bottom-52 {
    bottom: 13rem;
  }

  .sm\:bottom-56 {
    bottom: 14rem;
  }

  .sm\:bottom-60 {
    bottom: 15rem;
  }

  .sm\:bottom-64 {
    bottom: 16rem;
  }

  .sm\:bottom-72 {
    bottom: 18rem;
  }

  .sm\:bottom-80 {
    bottom: 20rem;
  }

  .sm\:bottom-96 {
    bottom: 24rem;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:bottom-px {
    bottom: 1px;
  }

  .sm\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .sm\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .sm\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .sm\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .sm\:-bottom-0 {
    bottom: 0px;
  }

  .sm\:-bottom-1 {
    bottom: -0.25rem;
  }

  .sm\:-bottom-2 {
    bottom: -0.5rem;
  }

  .sm\:-bottom-3 {
    bottom: -0.75rem;
  }

  .sm\:-bottom-4 {
    bottom: -1rem;
  }

  .sm\:-bottom-5 {
    bottom: -1.25rem;
  }

  .sm\:-bottom-6 {
    bottom: -1.5rem;
  }

  .sm\:-bottom-7 {
    bottom: -1.75rem;
  }

  .sm\:-bottom-8 {
    bottom: -2rem;
  }

  .sm\:-bottom-9 {
    bottom: -2.25rem;
  }

  .sm\:-bottom-10 {
    bottom: -2.5rem;
  }

  .sm\:-bottom-11 {
    bottom: -2.75rem;
  }

  .sm\:-bottom-12 {
    bottom: -3rem;
  }

  .sm\:-bottom-14 {
    bottom: -3.5rem;
  }

  .sm\:-bottom-16 {
    bottom: -4rem;
  }

  .sm\:-bottom-20 {
    bottom: -5rem;
  }

  .sm\:-bottom-24 {
    bottom: -6rem;
  }

  .sm\:-bottom-28 {
    bottom: -7rem;
  }

  .sm\:-bottom-32 {
    bottom: -8rem;
  }

  .sm\:-bottom-36 {
    bottom: -9rem;
  }

  .sm\:-bottom-40 {
    bottom: -10rem;
  }

  .sm\:-bottom-44 {
    bottom: -11rem;
  }

  .sm\:-bottom-48 {
    bottom: -12rem;
  }

  .sm\:-bottom-52 {
    bottom: -13rem;
  }

  .sm\:-bottom-56 {
    bottom: -14rem;
  }

  .sm\:-bottom-60 {
    bottom: -15rem;
  }

  .sm\:-bottom-64 {
    bottom: -16rem;
  }

  .sm\:-bottom-72 {
    bottom: -18rem;
  }

  .sm\:-bottom-80 {
    bottom: -20rem;
  }

  .sm\:-bottom-96 {
    bottom: -24rem;
  }

  .sm\:-bottom-px {
    bottom: -1px;
  }

  .sm\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .sm\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .sm\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .sm\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .sm\:bottom-1\/2 {
    bottom: 50%;
  }

  .sm\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .sm\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .sm\:bottom-1\/4 {
    bottom: 25%;
  }

  .sm\:bottom-2\/4 {
    bottom: 50%;
  }

  .sm\:bottom-3\/4 {
    bottom: 75%;
  }

  .sm\:bottom-full {
    bottom: 100%;
  }

  .sm\:-bottom-1\/2 {
    bottom: -50%;
  }

  .sm\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .sm\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .sm\:-bottom-1\/4 {
    bottom: -25%;
  }

  .sm\:-bottom-2\/4 {
    bottom: -50%;
  }

  .sm\:-bottom-3\/4 {
    bottom: -75%;
  }

  .sm\:-bottom-full {
    bottom: -100%;
  }

  .sm\:left-0 {
    left: 0px;
  }

  .sm\:left-1 {
    left: 0.25rem;
  }

  .sm\:left-2 {
    left: 0.5rem;
  }

  .sm\:left-3 {
    left: 0.75rem;
  }

  .sm\:left-4 {
    left: 1rem;
  }

  .sm\:left-5 {
    left: 1.25rem;
  }

  .sm\:left-6 {
    left: 1.5rem;
  }

  .sm\:left-7 {
    left: 1.75rem;
  }

  .sm\:left-8 {
    left: 2rem;
  }

  .sm\:left-9 {
    left: 2.25rem;
  }

  .sm\:left-10 {
    left: 2.5rem;
  }

  .sm\:left-11 {
    left: 2.75rem;
  }

  .sm\:left-12 {
    left: 3rem;
  }

  .sm\:left-14 {
    left: 3.5rem;
  }

  .sm\:left-16 {
    left: 4rem;
  }

  .sm\:left-20 {
    left: 5rem;
  }

  .sm\:left-24 {
    left: 6rem;
  }

  .sm\:left-28 {
    left: 7rem;
  }

  .sm\:left-32 {
    left: 8rem;
  }

  .sm\:left-36 {
    left: 9rem;
  }

  .sm\:left-40 {
    left: 10rem;
  }

  .sm\:left-44 {
    left: 11rem;
  }

  .sm\:left-48 {
    left: 12rem;
  }

  .sm\:left-52 {
    left: 13rem;
  }

  .sm\:left-56 {
    left: 14rem;
  }

  .sm\:left-60 {
    left: 15rem;
  }

  .sm\:left-64 {
    left: 16rem;
  }

  .sm\:left-72 {
    left: 18rem;
  }

  .sm\:left-80 {
    left: 20rem;
  }

  .sm\:left-96 {
    left: 24rem;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:left-px {
    left: 1px;
  }

  .sm\:left-0\.5 {
    left: 0.125rem;
  }

  .sm\:left-1\.5 {
    left: 0.375rem;
  }

  .sm\:left-2\.5 {
    left: 0.625rem;
  }

  .sm\:left-3\.5 {
    left: 0.875rem;
  }

  .sm\:-left-0 {
    left: 0px;
  }

  .sm\:-left-1 {
    left: -0.25rem;
  }

  .sm\:-left-2 {
    left: -0.5rem;
  }

  .sm\:-left-3 {
    left: -0.75rem;
  }

  .sm\:-left-4 {
    left: -1rem;
  }

  .sm\:-left-5 {
    left: -1.25rem;
  }

  .sm\:-left-6 {
    left: -1.5rem;
  }

  .sm\:-left-7 {
    left: -1.75rem;
  }

  .sm\:-left-8 {
    left: -2rem;
  }

  .sm\:-left-9 {
    left: -2.25rem;
  }

  .sm\:-left-10 {
    left: -2.5rem;
  }

  .sm\:-left-11 {
    left: -2.75rem;
  }

  .sm\:-left-12 {
    left: -3rem;
  }

  .sm\:-left-14 {
    left: -3.5rem;
  }

  .sm\:-left-16 {
    left: -4rem;
  }

  .sm\:-left-20 {
    left: -5rem;
  }

  .sm\:-left-24 {
    left: -6rem;
  }

  .sm\:-left-28 {
    left: -7rem;
  }

  .sm\:-left-32 {
    left: -8rem;
  }

  .sm\:-left-36 {
    left: -9rem;
  }

  .sm\:-left-40 {
    left: -10rem;
  }

  .sm\:-left-44 {
    left: -11rem;
  }

  .sm\:-left-48 {
    left: -12rem;
  }

  .sm\:-left-52 {
    left: -13rem;
  }

  .sm\:-left-56 {
    left: -14rem;
  }

  .sm\:-left-60 {
    left: -15rem;
  }

  .sm\:-left-64 {
    left: -16rem;
  }

  .sm\:-left-72 {
    left: -18rem;
  }

  .sm\:-left-80 {
    left: -20rem;
  }

  .sm\:-left-96 {
    left: -24rem;
  }

  .sm\:-left-px {
    left: -1px;
  }

  .sm\:-left-0\.5 {
    left: -0.125rem;
  }

  .sm\:-left-1\.5 {
    left: -0.375rem;
  }

  .sm\:-left-2\.5 {
    left: -0.625rem;
  }

  .sm\:-left-3\.5 {
    left: -0.875rem;
  }

  .sm\:left-1\/2 {
    left: 50%;
  }

  .sm\:left-1\/3 {
    left: 33.333333%;
  }

  .sm\:left-2\/3 {
    left: 66.666667%;
  }

  .sm\:left-1\/4 {
    left: 25%;
  }

  .sm\:left-2\/4 {
    left: 50%;
  }

  .sm\:left-3\/4 {
    left: 75%;
  }

  .sm\:left-full {
    left: 100%;
  }

  .sm\:-left-1\/2 {
    left: -50%;
  }

  .sm\:-left-1\/3 {
    left: -33.333333%;
  }

  .sm\:-left-2\/3 {
    left: -66.666667%;
  }

  .sm\:-left-1\/4 {
    left: -25%;
  }

  .sm\:-left-2\/4 {
    left: -50%;
  }

  .sm\:-left-3\/4 {
    left: -75%;
  }

  .sm\:-left-full {
    left: -100%;
  }

  .sm\:isolate {
    isolation: isolate;
  }

  .sm\:isolation-auto {
    isolation: auto;
  }

  .sm\:z-0 {
    z-index: 0;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }

  .sm\:-z-1 {
    z-index: -1;
  }

  .sm\:-z-2 {
    z-index: -2;
  }

  .sm\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .sm\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .sm\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .sm\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .sm\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .sm\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .sm\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .sm\:focus-within\:-z-1:focus-within {
    z-index: -1;
  }

  .sm\:focus-within\:-z-2:focus-within {
    z-index: -2;
  }

  .sm\:focus\:z-0:focus {
    z-index: 0;
  }

  .sm\:focus\:z-10:focus {
    z-index: 10;
  }

  .sm\:focus\:z-20:focus {
    z-index: 20;
  }

  .sm\:focus\:z-30:focus {
    z-index: 30;
  }

  .sm\:focus\:z-40:focus {
    z-index: 40;
  }

  .sm\:focus\:z-50:focus {
    z-index: 50;
  }

  .sm\:focus\:z-auto:focus {
    z-index: auto;
  }

  .sm\:focus\:-z-1:focus {
    z-index: -1;
  }

  .sm\:focus\:-z-2:focus {
    z-index: -2;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:order-4 {
    order: 4;
  }

  .sm\:order-5 {
    order: 5;
  }

  .sm\:order-6 {
    order: 6;
  }

  .sm\:order-7 {
    order: 7;
  }

  .sm\:order-8 {
    order: 8;
  }

  .sm\:order-9 {
    order: 9;
  }

  .sm\:order-10 {
    order: 10;
  }

  .sm\:order-11 {
    order: 11;
  }

  .sm\:order-12 {
    order: 12;
  }

  .sm\:order-first {
    order: -9999;
  }

  .sm\:order-last {
    order: 9999;
  }

  .sm\:order-none {
    order: 0;
  }

  .sm\:col-auto {
    grid-column: auto;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .sm\:col-span-full {
    grid-column: 1 / -1;
  }

  .sm\:col-start-1 {
    grid-column-start: 1;
  }

  .sm\:col-start-2 {
    grid-column-start: 2;
  }

  .sm\:col-start-3 {
    grid-column-start: 3;
  }

  .sm\:col-start-4 {
    grid-column-start: 4;
  }

  .sm\:col-start-5 {
    grid-column-start: 5;
  }

  .sm\:col-start-6 {
    grid-column-start: 6;
  }

  .sm\:col-start-7 {
    grid-column-start: 7;
  }

  .sm\:col-start-8 {
    grid-column-start: 8;
  }

  .sm\:col-start-9 {
    grid-column-start: 9;
  }

  .sm\:col-start-10 {
    grid-column-start: 10;
  }

  .sm\:col-start-11 {
    grid-column-start: 11;
  }

  .sm\:col-start-12 {
    grid-column-start: 12;
  }

  .sm\:col-start-13 {
    grid-column-start: 13;
  }

  .sm\:col-start-auto {
    grid-column-start: auto;
  }

  .sm\:col-end-1 {
    grid-column-end: 1;
  }

  .sm\:col-end-2 {
    grid-column-end: 2;
  }

  .sm\:col-end-3 {
    grid-column-end: 3;
  }

  .sm\:col-end-4 {
    grid-column-end: 4;
  }

  .sm\:col-end-5 {
    grid-column-end: 5;
  }

  .sm\:col-end-6 {
    grid-column-end: 6;
  }

  .sm\:col-end-7 {
    grid-column-end: 7;
  }

  .sm\:col-end-8 {
    grid-column-end: 8;
  }

  .sm\:col-end-9 {
    grid-column-end: 9;
  }

  .sm\:col-end-10 {
    grid-column-end: 10;
  }

  .sm\:col-end-11 {
    grid-column-end: 11;
  }

  .sm\:col-end-12 {
    grid-column-end: 12;
  }

  .sm\:col-end-13 {
    grid-column-end: 13;
  }

  .sm\:col-end-auto {
    grid-column-end: auto;
  }

  .sm\:row-auto {
    grid-row: auto;
  }

  .sm\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .sm\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .sm\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .sm\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .sm\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .sm\:row-span-full {
    grid-row: 1 / -1;
  }

  .sm\:row-start-1 {
    grid-row-start: 1;
  }

  .sm\:row-start-2 {
    grid-row-start: 2;
  }

  .sm\:row-start-3 {
    grid-row-start: 3;
  }

  .sm\:row-start-4 {
    grid-row-start: 4;
  }

  .sm\:row-start-5 {
    grid-row-start: 5;
  }

  .sm\:row-start-6 {
    grid-row-start: 6;
  }

  .sm\:row-start-7 {
    grid-row-start: 7;
  }

  .sm\:row-start-auto {
    grid-row-start: auto;
  }

  .sm\:row-end-1 {
    grid-row-end: 1;
  }

  .sm\:row-end-2 {
    grid-row-end: 2;
  }

  .sm\:row-end-3 {
    grid-row-end: 3;
  }

  .sm\:row-end-4 {
    grid-row-end: 4;
  }

  .sm\:row-end-5 {
    grid-row-end: 5;
  }

  .sm\:row-end-6 {
    grid-row-end: 6;
  }

  .sm\:row-end-7 {
    grid-row-end: 7;
  }

  .sm\:row-end-auto {
    grid-row-end: auto;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clear-left {
    clear: left;
  }

  .sm\:clear-right {
    clear: right;
  }

  .sm\:clear-both {
    clear: both;
  }

  .sm\:clear-none {
    clear: none;
  }

  .sm\:m-0 {
    margin: 0px;
  }

  .sm\:m-1 {
    margin: 0.25rem;
  }

  .sm\:m-2 {
    margin: 0.5rem;
  }

  .sm\:m-3 {
    margin: 0.75rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:m-5 {
    margin: 1.25rem;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-7 {
    margin: 1.75rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-9 {
    margin: 2.25rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:m-11 {
    margin: 2.75rem;
  }

  .sm\:m-12 {
    margin: 3rem;
  }

  .sm\:m-14 {
    margin: 3.5rem;
  }

  .sm\:m-16 {
    margin: 4rem;
  }

  .sm\:m-20 {
    margin: 5rem;
  }

  .sm\:m-24 {
    margin: 6rem;
  }

  .sm\:m-28 {
    margin: 7rem;
  }

  .sm\:m-32 {
    margin: 8rem;
  }

  .sm\:m-36 {
    margin: 9rem;
  }

  .sm\:m-40 {
    margin: 10rem;
  }

  .sm\:m-44 {
    margin: 11rem;
  }

  .sm\:m-48 {
    margin: 12rem;
  }

  .sm\:m-52 {
    margin: 13rem;
  }

  .sm\:m-56 {
    margin: 14rem;
  }

  .sm\:m-60 {
    margin: 15rem;
  }

  .sm\:m-64 {
    margin: 16rem;
  }

  .sm\:m-72 {
    margin: 18rem;
  }

  .sm\:m-80 {
    margin: 20rem;
  }

  .sm\:m-96 {
    margin: 24rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-px {
    margin: 1px;
  }

  .sm\:m-0\.5 {
    margin: 0.125rem;
  }

  .sm\:m-1\.5 {
    margin: 0.375rem;
  }

  .sm\:m-2\.5 {
    margin: 0.625rem;
  }

  .sm\:m-3\.5 {
    margin: 0.875rem;
  }

  .sm\:-m-0 {
    margin: 0px;
  }

  .sm\:-m-1 {
    margin: -0.25rem;
  }

  .sm\:-m-2 {
    margin: -0.5rem;
  }

  .sm\:-m-3 {
    margin: -0.75rem;
  }

  .sm\:-m-4 {
    margin: -1rem;
  }

  .sm\:-m-5 {
    margin: -1.25rem;
  }

  .sm\:-m-6 {
    margin: -1.5rem;
  }

  .sm\:-m-7 {
    margin: -1.75rem;
  }

  .sm\:-m-8 {
    margin: -2rem;
  }

  .sm\:-m-9 {
    margin: -2.25rem;
  }

  .sm\:-m-10 {
    margin: -2.5rem;
  }

  .sm\:-m-11 {
    margin: -2.75rem;
  }

  .sm\:-m-12 {
    margin: -3rem;
  }

  .sm\:-m-14 {
    margin: -3.5rem;
  }

  .sm\:-m-16 {
    margin: -4rem;
  }

  .sm\:-m-20 {
    margin: -5rem;
  }

  .sm\:-m-24 {
    margin: -6rem;
  }

  .sm\:-m-28 {
    margin: -7rem;
  }

  .sm\:-m-32 {
    margin: -8rem;
  }

  .sm\:-m-36 {
    margin: -9rem;
  }

  .sm\:-m-40 {
    margin: -10rem;
  }

  .sm\:-m-44 {
    margin: -11rem;
  }

  .sm\:-m-48 {
    margin: -12rem;
  }

  .sm\:-m-52 {
    margin: -13rem;
  }

  .sm\:-m-56 {
    margin: -14rem;
  }

  .sm\:-m-60 {
    margin: -15rem;
  }

  .sm\:-m-64 {
    margin: -16rem;
  }

  .sm\:-m-72 {
    margin: -18rem;
  }

  .sm\:-m-80 {
    margin: -20rem;
  }

  .sm\:-m-96 {
    margin: -24rem;
  }

  .sm\:-m-px {
    margin: -1px;
  }

  .sm\:-m-0\.5 {
    margin: -0.125rem;
  }

  .sm\:-m-1\.5 {
    margin: -0.375rem;
  }

  .sm\:-m-2\.5 {
    margin: -0.625rem;
  }

  .sm\:-m-3\.5 {
    margin: -0.875rem;
  }

  .sm\:m-8p {
    margin: 8%;
  }

  .sm\:-m-20px {
    margin: -20px;
  }

  .sm\:-m-10px {
    margin: -10px;
  }

  .sm\:m-5px {
    margin: 5px;
  }

  .sm\:m-6px {
    margin: 6px;
  }

  .sm\:m-8px {
    margin: 8px;
  }

  .sm\:m-10px {
    margin: 10px;
  }

  .sm\:m-12px {
    margin: 12px;
  }

  .sm\:m-14px {
    margin: 14px;
  }

  .sm\:m-16px {
    margin: 16px;
  }

  .sm\:m-18px {
    margin: 18px;
  }

  .sm\:m-20px {
    margin: 20px;
  }

  .sm\:m-24px {
    margin: 24px;
  }

  .sm\:m-26px {
    margin: 26px;
  }

  .sm\:m-30px {
    margin: 30px;
  }

  .sm\:m-32px {
    margin: 32px;
  }

  .sm\:m-34px {
    margin: 34px;
  }

  .sm\:m-36px {
    margin: 36px;
  }

  .sm\:m-40px {
    margin: 40px;
  }

  .sm\:m-48px {
    margin: 48px;
  }

  .sm\:m-50px {
    margin: 50px;
  }

  .sm\:m-60px {
    margin: 60px;
  }

  .sm\:m-70px {
    margin: 70px;
  }

  .sm\:m-78px {
    margin: 78px;
  }

  .sm\:m-80px {
    margin: 80px;
  }

  .sm\:m-90px {
    margin: 90px;
  }

  .sm\:m-100px {
    margin: 100px;
  }

  .sm\:m-120px {
    margin: 120px;
  }

  .sm\:m-145px {
    margin: 145px;
  }

  .sm\:m-172px {
    margin: 172px;
  }

  .sm\:m-185px {
    margin: 185px;
  }

  .sm\:m-200px {
    margin: 200px;
  }

  .sm\:m-260px {
    margin: 260px;
  }

  .sm\:m-268px {
    margin: 268px;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm\:mx-8p {
    margin-left: 8%;
    margin-right: 8%;
  }

  .sm\:-mx-20px {
    margin-left: -20px;
    margin-right: -20px;
  }

  .sm\:-mx-10px {
    margin-left: -10px;
    margin-right: -10px;
  }

  .sm\:mx-5px {
    margin-left: 5px;
    margin-right: 5px;
  }

  .sm\:mx-6px {
    margin-left: 6px;
    margin-right: 6px;
  }

  .sm\:mx-8px {
    margin-left: 8px;
    margin-right: 8px;
  }

  .sm\:mx-10px {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sm\:mx-12px {
    margin-left: 12px;
    margin-right: 12px;
  }

  .sm\:mx-14px {
    margin-left: 14px;
    margin-right: 14px;
  }

  .sm\:mx-16px {
    margin-left: 16px;
    margin-right: 16px;
  }

  .sm\:mx-18px {
    margin-left: 18px;
    margin-right: 18px;
  }

  .sm\:mx-20px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sm\:mx-24px {
    margin-left: 24px;
    margin-right: 24px;
  }

  .sm\:mx-26px {
    margin-left: 26px;
    margin-right: 26px;
  }

  .sm\:mx-30px {
    margin-left: 30px;
    margin-right: 30px;
  }

  .sm\:mx-32px {
    margin-left: 32px;
    margin-right: 32px;
  }

  .sm\:mx-34px {
    margin-left: 34px;
    margin-right: 34px;
  }

  .sm\:mx-36px {
    margin-left: 36px;
    margin-right: 36px;
  }

  .sm\:mx-40px {
    margin-left: 40px;
    margin-right: 40px;
  }

  .sm\:mx-48px {
    margin-left: 48px;
    margin-right: 48px;
  }

  .sm\:mx-50px {
    margin-left: 50px;
    margin-right: 50px;
  }

  .sm\:mx-60px {
    margin-left: 60px;
    margin-right: 60px;
  }

  .sm\:mx-70px {
    margin-left: 70px;
    margin-right: 70px;
  }

  .sm\:mx-78px {
    margin-left: 78px;
    margin-right: 78px;
  }

  .sm\:mx-80px {
    margin-left: 80px;
    margin-right: 80px;
  }

  .sm\:mx-90px {
    margin-left: 90px;
    margin-right: 90px;
  }

  .sm\:mx-100px {
    margin-left: 100px;
    margin-right: 100px;
  }

  .sm\:mx-120px {
    margin-left: 120px;
    margin-right: 120px;
  }

  .sm\:mx-145px {
    margin-left: 145px;
    margin-right: 145px;
  }

  .sm\:mx-172px {
    margin-left: 172px;
    margin-right: 172px;
  }

  .sm\:mx-185px {
    margin-left: 185px;
    margin-right: 185px;
  }

  .sm\:mx-200px {
    margin-left: 200px;
    margin-right: 200px;
  }

  .sm\:mx-260px {
    margin-left: 260px;
    margin-right: 260px;
  }

  .sm\:mx-268px {
    margin-left: 268px;
    margin-right: 268px;
  }

  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm\:my-8p {
    margin-top: 8%;
    margin-bottom: 8%;
  }

  .sm\:-my-20px {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .sm\:-my-10px {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .sm\:my-5px {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .sm\:my-6px {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .sm\:my-8px {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .sm\:my-10px {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sm\:my-12px {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .sm\:my-14px {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .sm\:my-16px {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sm\:my-18px {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .sm\:my-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sm\:my-24px {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .sm\:my-26px {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .sm\:my-30px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sm\:my-32px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .sm\:my-34px {
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .sm\:my-36px {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .sm\:my-40px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sm\:my-48px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .sm\:my-50px {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sm\:my-60px {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .sm\:my-70px {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .sm\:my-78px {
    margin-top: 78px;
    margin-bottom: 78px;
  }

  .sm\:my-80px {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .sm\:my-90px {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .sm\:my-100px {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .sm\:my-120px {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .sm\:my-145px {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .sm\:my-172px {
    margin-top: 172px;
    margin-bottom: 172px;
  }

  .sm\:my-185px {
    margin-top: 185px;
    margin-bottom: 185px;
  }

  .sm\:my-200px {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .sm\:my-260px {
    margin-top: 260px;
    margin-bottom: 260px;
  }

  .sm\:my-268px {
    margin-top: 268px;
    margin-bottom: 268px;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mt-7 {
    margin-top: 1.75rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mt-9 {
    margin-top: 2.25rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mt-11 {
    margin-top: 2.75rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mt-28 {
    margin-top: 7rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mt-36 {
    margin-top: 9rem;
  }

  .sm\:mt-40 {
    margin-top: 10rem;
  }

  .sm\:mt-44 {
    margin-top: 11rem;
  }

  .sm\:mt-48 {
    margin-top: 12rem;
  }

  .sm\:mt-52 {
    margin-top: 13rem;
  }

  .sm\:mt-56 {
    margin-top: 14rem;
  }

  .sm\:mt-60 {
    margin-top: 15rem;
  }

  .sm\:mt-64 {
    margin-top: 16rem;
  }

  .sm\:mt-72 {
    margin-top: 18rem;
  }

  .sm\:mt-80 {
    margin-top: 20rem;
  }

  .sm\:mt-96 {
    margin-top: 24rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .sm\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .sm\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .sm\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .sm\:-mt-0 {
    margin-top: 0px;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mt-7 {
    margin-top: -1.75rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mt-9 {
    margin-top: -2.25rem;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:-mt-11 {
    margin-top: -2.75rem;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

  .sm\:-mt-14 {
    margin-top: -3.5rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:-mt-20 {
    margin-top: -5rem;
  }

  .sm\:-mt-24 {
    margin-top: -6rem;
  }

  .sm\:-mt-28 {
    margin-top: -7rem;
  }

  .sm\:-mt-32 {
    margin-top: -8rem;
  }

  .sm\:-mt-36 {
    margin-top: -9rem;
  }

  .sm\:-mt-40 {
    margin-top: -10rem;
  }

  .sm\:-mt-44 {
    margin-top: -11rem;
  }

  .sm\:-mt-48 {
    margin-top: -12rem;
  }

  .sm\:-mt-52 {
    margin-top: -13rem;
  }

  .sm\:-mt-56 {
    margin-top: -14rem;
  }

  .sm\:-mt-60 {
    margin-top: -15rem;
  }

  .sm\:-mt-64 {
    margin-top: -16rem;
  }

  .sm\:-mt-72 {
    margin-top: -18rem;
  }

  .sm\:-mt-80 {
    margin-top: -20rem;
  }

  .sm\:-mt-96 {
    margin-top: -24rem;
  }

  .sm\:-mt-px {
    margin-top: -1px;
  }

  .sm\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .sm\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .sm\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .sm\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .sm\:mt-8p {
    margin-top: 8%;
  }

  .sm\:-mt-20px {
    margin-top: -20px;
  }

  .sm\:-mt-10px {
    margin-top: -10px;
  }

  .sm\:mt-5px {
    margin-top: 5px;
  }

  .sm\:mt-6px {
    margin-top: 6px;
  }

  .sm\:mt-8px {
    margin-top: 8px;
  }

  .sm\:mt-10px {
    margin-top: 10px;
  }

  .sm\:mt-12px {
    margin-top: 12px;
  }

  .sm\:mt-14px {
    margin-top: 14px;
  }

  .sm\:mt-16px {
    margin-top: 16px;
  }

  .sm\:mt-18px {
    margin-top: 18px;
  }

  .sm\:mt-20px {
    margin-top: 20px;
  }

  .sm\:mt-24px {
    margin-top: 24px;
  }

  .sm\:mt-26px {
    margin-top: 26px;
  }

  .sm\:mt-30px {
    margin-top: 30px;
  }

  .sm\:mt-32px {
    margin-top: 32px;
  }

  .sm\:mt-34px {
    margin-top: 34px;
  }

  .sm\:mt-36px {
    margin-top: 36px;
  }

  .sm\:mt-40px {
    margin-top: 40px;
  }

  .sm\:mt-48px {
    margin-top: 48px;
  }

  .sm\:mt-50px {
    margin-top: 50px;
  }

  .sm\:mt-60px {
    margin-top: 60px;
  }

  .sm\:mt-70px {
    margin-top: 70px;
  }

  .sm\:mt-78px {
    margin-top: 78px;
  }

  .sm\:mt-80px {
    margin-top: 80px;
  }

  .sm\:mt-90px {
    margin-top: 90px;
  }

  .sm\:mt-100px {
    margin-top: 100px;
  }

  .sm\:mt-120px {
    margin-top: 120px;
  }

  .sm\:mt-145px {
    margin-top: 145px;
  }

  .sm\:mt-172px {
    margin-top: 172px;
  }

  .sm\:mt-185px {
    margin-top: 185px;
  }

  .sm\:mt-200px {
    margin-top: 200px;
  }

  .sm\:mt-260px {
    margin-top: 260px;
  }

  .sm\:mt-268px {
    margin-top: 268px;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mr-7 {
    margin-right: 1.75rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mr-9 {
    margin-right: 2.25rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mr-11 {
    margin-right: 2.75rem;
  }

  .sm\:mr-12 {
    margin-right: 3rem;
  }

  .sm\:mr-14 {
    margin-right: 3.5rem;
  }

  .sm\:mr-16 {
    margin-right: 4rem;
  }

  .sm\:mr-20 {
    margin-right: 5rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:mr-28 {
    margin-right: 7rem;
  }

  .sm\:mr-32 {
    margin-right: 8rem;
  }

  .sm\:mr-36 {
    margin-right: 9rem;
  }

  .sm\:mr-40 {
    margin-right: 10rem;
  }

  .sm\:mr-44 {
    margin-right: 11rem;
  }

  .sm\:mr-48 {
    margin-right: 12rem;
  }

  .sm\:mr-52 {
    margin-right: 13rem;
  }

  .sm\:mr-56 {
    margin-right: 14rem;
  }

  .sm\:mr-60 {
    margin-right: 15rem;
  }

  .sm\:mr-64 {
    margin-right: 16rem;
  }

  .sm\:mr-72 {
    margin-right: 18rem;
  }

  .sm\:mr-80 {
    margin-right: 20rem;
  }

  .sm\:mr-96 {
    margin-right: 24rem;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .sm\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .sm\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .sm\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .sm\:-mr-0 {
    margin-right: 0px;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mr-7 {
    margin-right: -1.75rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mr-9 {
    margin-right: -2.25rem;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:-mr-11 {
    margin-right: -2.75rem;
  }

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:-mr-14 {
    margin-right: -3.5rem;
  }

  .sm\:-mr-16 {
    margin-right: -4rem;
  }

  .sm\:-mr-20 {
    margin-right: -5rem;
  }

  .sm\:-mr-24 {
    margin-right: -6rem;
  }

  .sm\:-mr-28 {
    margin-right: -7rem;
  }

  .sm\:-mr-32 {
    margin-right: -8rem;
  }

  .sm\:-mr-36 {
    margin-right: -9rem;
  }

  .sm\:-mr-40 {
    margin-right: -10rem;
  }

  .sm\:-mr-44 {
    margin-right: -11rem;
  }

  .sm\:-mr-48 {
    margin-right: -12rem;
  }

  .sm\:-mr-52 {
    margin-right: -13rem;
  }

  .sm\:-mr-56 {
    margin-right: -14rem;
  }

  .sm\:-mr-60 {
    margin-right: -15rem;
  }

  .sm\:-mr-64 {
    margin-right: -16rem;
  }

  .sm\:-mr-72 {
    margin-right: -18rem;
  }

  .sm\:-mr-80 {
    margin-right: -20rem;
  }

  .sm\:-mr-96 {
    margin-right: -24rem;
  }

  .sm\:-mr-px {
    margin-right: -1px;
  }

  .sm\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .sm\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .sm\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .sm\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .sm\:mr-8p {
    margin-right: 8%;
  }

  .sm\:-mr-20px {
    margin-right: -20px;
  }

  .sm\:-mr-10px {
    margin-right: -10px;
  }

  .sm\:mr-5px {
    margin-right: 5px;
  }

  .sm\:mr-6px {
    margin-right: 6px;
  }

  .sm\:mr-8px {
    margin-right: 8px;
  }

  .sm\:mr-10px {
    margin-right: 10px;
  }

  .sm\:mr-12px {
    margin-right: 12px;
  }

  .sm\:mr-14px {
    margin-right: 14px;
  }

  .sm\:mr-16px {
    margin-right: 16px;
  }

  .sm\:mr-18px {
    margin-right: 18px;
  }

  .sm\:mr-20px {
    margin-right: 20px;
  }

  .sm\:mr-24px {
    margin-right: 24px;
  }

  .sm\:mr-26px {
    margin-right: 26px;
  }

  .sm\:mr-30px {
    margin-right: 30px;
  }

  .sm\:mr-32px {
    margin-right: 32px;
  }

  .sm\:mr-34px {
    margin-right: 34px;
  }

  .sm\:mr-36px {
    margin-right: 36px;
  }

  .sm\:mr-40px {
    margin-right: 40px;
  }

  .sm\:mr-48px {
    margin-right: 48px;
  }

  .sm\:mr-50px {
    margin-right: 50px;
  }

  .sm\:mr-60px {
    margin-right: 60px;
  }

  .sm\:mr-70px {
    margin-right: 70px;
  }

  .sm\:mr-78px {
    margin-right: 78px;
  }

  .sm\:mr-80px {
    margin-right: 80px;
  }

  .sm\:mr-90px {
    margin-right: 90px;
  }

  .sm\:mr-100px {
    margin-right: 100px;
  }

  .sm\:mr-120px {
    margin-right: 120px;
  }

  .sm\:mr-145px {
    margin-right: 145px;
  }

  .sm\:mr-172px {
    margin-right: 172px;
  }

  .sm\:mr-185px {
    margin-right: 185px;
  }

  .sm\:mr-200px {
    margin-right: 200px;
  }

  .sm\:mr-260px {
    margin-right: 260px;
  }

  .sm\:mr-268px {
    margin-right: 268px;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:mb-28 {
    margin-bottom: 7rem;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem;
  }

  .sm\:mb-36 {
    margin-bottom: 9rem;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem;
  }

  .sm\:mb-44 {
    margin-bottom: 11rem;
  }

  .sm\:mb-48 {
    margin-bottom: 12rem;
  }

  .sm\:mb-52 {
    margin-bottom: 13rem;
  }

  .sm\:mb-56 {
    margin-bottom: 14rem;
  }

  .sm\:mb-60 {
    margin-bottom: 15rem;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem;
  }

  .sm\:mb-72 {
    margin-bottom: 18rem;
  }

  .sm\:mb-80 {
    margin-bottom: 20rem;
  }

  .sm\:mb-96 {
    margin-bottom: 24rem;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .sm\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .sm\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .sm\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .sm\:-mb-0 {
    margin-bottom: 0px;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem;
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem;
  }

  .sm\:-mb-28 {
    margin-bottom: -7rem;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem;
  }

  .sm\:-mb-36 {
    margin-bottom: -9rem;
  }

  .sm\:-mb-40 {
    margin-bottom: -10rem;
  }

  .sm\:-mb-44 {
    margin-bottom: -11rem;
  }

  .sm\:-mb-48 {
    margin-bottom: -12rem;
  }

  .sm\:-mb-52 {
    margin-bottom: -13rem;
  }

  .sm\:-mb-56 {
    margin-bottom: -14rem;
  }

  .sm\:-mb-60 {
    margin-bottom: -15rem;
  }

  .sm\:-mb-64 {
    margin-bottom: -16rem;
  }

  .sm\:-mb-72 {
    margin-bottom: -18rem;
  }

  .sm\:-mb-80 {
    margin-bottom: -20rem;
  }

  .sm\:-mb-96 {
    margin-bottom: -24rem;
  }

  .sm\:-mb-px {
    margin-bottom: -1px;
  }

  .sm\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .sm\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .sm\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .sm\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .sm\:mb-8p {
    margin-bottom: 8%;
  }

  .sm\:-mb-20px {
    margin-bottom: -20px;
  }

  .sm\:-mb-10px {
    margin-bottom: -10px;
  }

  .sm\:mb-5px {
    margin-bottom: 5px;
  }

  .sm\:mb-6px {
    margin-bottom: 6px;
  }

  .sm\:mb-8px {
    margin-bottom: 8px;
  }

  .sm\:mb-10px {
    margin-bottom: 10px;
  }

  .sm\:mb-12px {
    margin-bottom: 12px;
  }

  .sm\:mb-14px {
    margin-bottom: 14px;
  }

  .sm\:mb-16px {
    margin-bottom: 16px;
  }

  .sm\:mb-18px {
    margin-bottom: 18px;
  }

  .sm\:mb-20px {
    margin-bottom: 20px;
  }

  .sm\:mb-24px {
    margin-bottom: 24px;
  }

  .sm\:mb-26px {
    margin-bottom: 26px;
  }

  .sm\:mb-30px {
    margin-bottom: 30px;
  }

  .sm\:mb-32px {
    margin-bottom: 32px;
  }

  .sm\:mb-34px {
    margin-bottom: 34px;
  }

  .sm\:mb-36px {
    margin-bottom: 36px;
  }

  .sm\:mb-40px {
    margin-bottom: 40px;
  }

  .sm\:mb-48px {
    margin-bottom: 48px;
  }

  .sm\:mb-50px {
    margin-bottom: 50px;
  }

  .sm\:mb-60px {
    margin-bottom: 60px;
  }

  .sm\:mb-70px {
    margin-bottom: 70px;
  }

  .sm\:mb-78px {
    margin-bottom: 78px;
  }

  .sm\:mb-80px {
    margin-bottom: 80px;
  }

  .sm\:mb-90px {
    margin-bottom: 90px;
  }

  .sm\:mb-100px {
    margin-bottom: 100px;
  }

  .sm\:mb-120px {
    margin-bottom: 120px;
  }

  .sm\:mb-145px {
    margin-bottom: 145px;
  }

  .sm\:mb-172px {
    margin-bottom: 172px;
  }

  .sm\:mb-185px {
    margin-bottom: 185px;
  }

  .sm\:mb-200px {
    margin-bottom: 200px;
  }

  .sm\:mb-260px {
    margin-bottom: 260px;
  }

  .sm\:mb-268px {
    margin-bottom: 268px;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:ml-7 {
    margin-left: 1.75rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:ml-9 {
    margin-left: 2.25rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:ml-11 {
    margin-left: 2.75rem;
  }

  .sm\:ml-12 {
    margin-left: 3rem;
  }

  .sm\:ml-14 {
    margin-left: 3.5rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:ml-24 {
    margin-left: 6rem;
  }

  .sm\:ml-28 {
    margin-left: 7rem;
  }

  .sm\:ml-32 {
    margin-left: 8rem;
  }

  .sm\:ml-36 {
    margin-left: 9rem;
  }

  .sm\:ml-40 {
    margin-left: 10rem;
  }

  .sm\:ml-44 {
    margin-left: 11rem;
  }

  .sm\:ml-48 {
    margin-left: 12rem;
  }

  .sm\:ml-52 {
    margin-left: 13rem;
  }

  .sm\:ml-56 {
    margin-left: 14rem;
  }

  .sm\:ml-60 {
    margin-left: 15rem;
  }

  .sm\:ml-64 {
    margin-left: 16rem;
  }

  .sm\:ml-72 {
    margin-left: 18rem;
  }

  .sm\:ml-80 {
    margin-left: 20rem;
  }

  .sm\:ml-96 {
    margin-left: 24rem;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .sm\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .sm\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .sm\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .sm\:-ml-0 {
    margin-left: 0px;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-ml-7 {
    margin-left: -1.75rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-ml-9 {
    margin-left: -2.25rem;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:-ml-11 {
    margin-left: -2.75rem;
  }

  .sm\:-ml-12 {
    margin-left: -3rem;
  }

  .sm\:-ml-14 {
    margin-left: -3.5rem;
  }

  .sm\:-ml-16 {
    margin-left: -4rem;
  }

  .sm\:-ml-20 {
    margin-left: -5rem;
  }

  .sm\:-ml-24 {
    margin-left: -6rem;
  }

  .sm\:-ml-28 {
    margin-left: -7rem;
  }

  .sm\:-ml-32 {
    margin-left: -8rem;
  }

  .sm\:-ml-36 {
    margin-left: -9rem;
  }

  .sm\:-ml-40 {
    margin-left: -10rem;
  }

  .sm\:-ml-44 {
    margin-left: -11rem;
  }

  .sm\:-ml-48 {
    margin-left: -12rem;
  }

  .sm\:-ml-52 {
    margin-left: -13rem;
  }

  .sm\:-ml-56 {
    margin-left: -14rem;
  }

  .sm\:-ml-60 {
    margin-left: -15rem;
  }

  .sm\:-ml-64 {
    margin-left: -16rem;
  }

  .sm\:-ml-72 {
    margin-left: -18rem;
  }

  .sm\:-ml-80 {
    margin-left: -20rem;
  }

  .sm\:-ml-96 {
    margin-left: -24rem;
  }

  .sm\:-ml-px {
    margin-left: -1px;
  }

  .sm\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .sm\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .sm\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .sm\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .sm\:ml-8p {
    margin-left: 8%;
  }

  .sm\:-ml-20px {
    margin-left: -20px;
  }

  .sm\:-ml-10px {
    margin-left: -10px;
  }

  .sm\:ml-5px {
    margin-left: 5px;
  }

  .sm\:ml-6px {
    margin-left: 6px;
  }

  .sm\:ml-8px {
    margin-left: 8px;
  }

  .sm\:ml-10px {
    margin-left: 10px;
  }

  .sm\:ml-12px {
    margin-left: 12px;
  }

  .sm\:ml-14px {
    margin-left: 14px;
  }

  .sm\:ml-16px {
    margin-left: 16px;
  }

  .sm\:ml-18px {
    margin-left: 18px;
  }

  .sm\:ml-20px {
    margin-left: 20px;
  }

  .sm\:ml-24px {
    margin-left: 24px;
  }

  .sm\:ml-26px {
    margin-left: 26px;
  }

  .sm\:ml-30px {
    margin-left: 30px;
  }

  .sm\:ml-32px {
    margin-left: 32px;
  }

  .sm\:ml-34px {
    margin-left: 34px;
  }

  .sm\:ml-36px {
    margin-left: 36px;
  }

  .sm\:ml-40px {
    margin-left: 40px;
  }

  .sm\:ml-48px {
    margin-left: 48px;
  }

  .sm\:ml-50px {
    margin-left: 50px;
  }

  .sm\:ml-60px {
    margin-left: 60px;
  }

  .sm\:ml-70px {
    margin-left: 70px;
  }

  .sm\:ml-78px {
    margin-left: 78px;
  }

  .sm\:ml-80px {
    margin-left: 80px;
  }

  .sm\:ml-90px {
    margin-left: 90px;
  }

  .sm\:ml-100px {
    margin-left: 100px;
  }

  .sm\:ml-120px {
    margin-left: 120px;
  }

  .sm\:ml-145px {
    margin-left: 145px;
  }

  .sm\:ml-172px {
    margin-left: 172px;
  }

  .sm\:ml-185px {
    margin-left: 185px;
  }

  .sm\:ml-200px {
    margin-left: 200px;
  }

  .sm\:ml-260px {
    margin-left: 260px;
  }

  .sm\:ml-268px {
    margin-left: 268px;
  }

  .sm\:box-border {
    box-sizing: border-box;
  }

  .sm\:box-content {
    box-sizing: content-box;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:table {
    display: table;
  }

  .sm\:inline-table {
    display: inline-table;
  }

  .sm\:table-caption {
    display: table-caption;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:table-column {
    display: table-column;
  }

  .sm\:table-column-group {
    display: table-column-group;
  }

  .sm\:table-footer-group {
    display: table-footer-group;
  }

  .sm\:table-header-group {
    display: table-header-group;
  }

  .sm\:table-row-group {
    display: table-row-group;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:flow-root {
    display: flow-root;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:inline-grid {
    display: inline-grid;
  }

  .sm\:contents {
    display: contents;
  }

  .sm\:list-item {
    display: list-item;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-0 {
    height: 0px;
  }

  .sm\:h-1 {
    height: 0.25rem;
  }

  .sm\:h-2 {
    height: 0.5rem;
  }

  .sm\:h-3 {
    height: 0.75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-11 {
    height: 2.75rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-14 {
    height: 3.5rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-28 {
    height: 7rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-36 {
    height: 9rem;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-44 {
    height: 11rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-52 {
    height: 13rem;
  }

  .sm\:h-56 {
    height: 14rem;
  }

  .sm\:h-60 {
    height: 15rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-72 {
    height: 18rem;
  }

  .sm\:h-80 {
    height: 20rem;
  }

  .sm\:h-96 {
    height: 24rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-0\.5 {
    height: 0.125rem;
  }

  .sm\:h-1\.5 {
    height: 0.375rem;
  }

  .sm\:h-2\.5 {
    height: 0.625rem;
  }

  .sm\:h-3\.5 {
    height: 0.875rem;
  }

  .sm\:h-1\/2 {
    height: 50%;
  }

  .sm\:h-1\/3 {
    height: 33.333333%;
  }

  .sm\:h-2\/3 {
    height: 66.666667%;
  }

  .sm\:h-1\/4 {
    height: 25%;
  }

  .sm\:h-2\/4 {
    height: 50%;
  }

  .sm\:h-3\/4 {
    height: 75%;
  }

  .sm\:h-1\/5 {
    height: 20%;
  }

  .sm\:h-2\/5 {
    height: 40%;
  }

  .sm\:h-3\/5 {
    height: 60%;
  }

  .sm\:h-4\/5 {
    height: 80%;
  }

  .sm\:h-1\/6 {
    height: 16.666667%;
  }

  .sm\:h-2\/6 {
    height: 33.333333%;
  }

  .sm\:h-3\/6 {
    height: 50%;
  }

  .sm\:h-4\/6 {
    height: 66.666667%;
  }

  .sm\:h-5\/6 {
    height: 83.333333%;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:h-divider {
    height: 1px;
  }

  .sm\:h-2px {
    height: 2px;
  }

  .sm\:h-24px {
    height: 24px;
  }

  .sm\:h-28px {
    height: 28px;
  }

  .sm\:h-30px {
    height: 30px;
  }

  .sm\:h-32px {
    height: 32px;
  }

  .sm\:h-36px {
    height: 36px;
  }

  .sm\:h-38px {
    height: 38px;
  }

  .sm\:h-40px {
    height: 40px;
  }

  .sm\:h-42px {
    height: 42px;
  }

  .sm\:h-44px {
    height: 44px;
  }

  .sm\:h-48px {
    height: 48px;
  }

  .sm\:h-54px {
    height: 54px;
  }

  .sm\:h-56px {
    height: 56px;
  }

  .sm\:h-58px {
    height: 58px;
  }

  .sm\:h-68px {
    height: 68px;
  }

  .sm\:h-82px {
    height: 82px;
  }

  .sm\:h-125px {
    height: 125px;
  }

  .sm\:h-132px {
    height: 132px;
  }

  .sm\:h-198px {
    height: 198px;
  }

  .sm\:h-229px {
    height: 229px;
  }

  .sm\:h-319px {
    height: 319px;
  }

  .sm\:h-400px {
    height: 400px;
  }

  .sm\:h-420px {
    height: 420px;
  }

  .sm\:h-450px {
    height: 450px;
  }

  .sm\:h-465px {
    height: 465px;
  }

  .sm\:h-485px {
    height: 485px;
  }

  .sm\:h-501px {
    height: 501px;
  }

  .sm\:h-558px {
    height: 558px;
  }

  .sm\:h-526px {
    height: 526px;
  }

  .sm\:h-533px {
    height: 533px;
  }

  .sm\:h-566px {
    height: 566px;
  }

  .sm\:h-617px {
    height: 617px;
  }

  .sm\:h-756px {
    height: 756px;
  }

  .sm\:h-768px {
    height: 768px;
  }

  .sm\:h-800px {
    height: 800px;
  }

  .sm\:h-860px {
    height: 860px;
  }

  .sm\:max-h-0 {
    max-height: 0px;
  }

  .sm\:max-h-1 {
    max-height: 0.25rem;
  }

  .sm\:max-h-2 {
    max-height: 0.5rem;
  }

  .sm\:max-h-3 {
    max-height: 0.75rem;
  }

  .sm\:max-h-4 {
    max-height: 1rem;
  }

  .sm\:max-h-5 {
    max-height: 1.25rem;
  }

  .sm\:max-h-6 {
    max-height: 1.5rem;
  }

  .sm\:max-h-7 {
    max-height: 1.75rem;
  }

  .sm\:max-h-8 {
    max-height: 2rem;
  }

  .sm\:max-h-9 {
    max-height: 2.25rem;
  }

  .sm\:max-h-10 {
    max-height: 2.5rem;
  }

  .sm\:max-h-11 {
    max-height: 2.75rem;
  }

  .sm\:max-h-12 {
    max-height: 3rem;
  }

  .sm\:max-h-14 {
    max-height: 3.5rem;
  }

  .sm\:max-h-16 {
    max-height: 4rem;
  }

  .sm\:max-h-20 {
    max-height: 5rem;
  }

  .sm\:max-h-24 {
    max-height: 6rem;
  }

  .sm\:max-h-28 {
    max-height: 7rem;
  }

  .sm\:max-h-32 {
    max-height: 8rem;
  }

  .sm\:max-h-36 {
    max-height: 9rem;
  }

  .sm\:max-h-40 {
    max-height: 10rem;
  }

  .sm\:max-h-44 {
    max-height: 11rem;
  }

  .sm\:max-h-48 {
    max-height: 12rem;
  }

  .sm\:max-h-52 {
    max-height: 13rem;
  }

  .sm\:max-h-56 {
    max-height: 14rem;
  }

  .sm\:max-h-60 {
    max-height: 15rem;
  }

  .sm\:max-h-64 {
    max-height: 16rem;
  }

  .sm\:max-h-72 {
    max-height: 18rem;
  }

  .sm\:max-h-80 {
    max-height: 20rem;
  }

  .sm\:max-h-96 {
    max-height: 24rem;
  }

  .sm\:max-h-px {
    max-height: 1px;
  }

  .sm\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .sm\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .sm\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .sm\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:max-h-70p {
    max-height: 70%;
  }

  .sm\:min-h-0 {
    min-height: 0px;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:min-h-400px {
    min-height: 400px;
  }

  .sm\:min-h-800px {
    min-height: 800px;
  }

  .sm\:w-0 {
    width: 0px;
  }

  .sm\:w-1 {
    width: 0.25rem;
  }

  .sm\:w-2 {
    width: 0.5rem;
  }

  .sm\:w-3 {
    width: 0.75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-7 {
    width: 1.75rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-9 {
    width: 2.25rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-11 {
    width: 2.75rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-28 {
    width: 7rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-36 {
    width: 9rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-44 {
    width: 11rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-52 {
    width: 13rem;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-60 {
    width: 15rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-72 {
    width: 18rem;
  }

  .sm\:w-80 {
    width: 20rem;
  }

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-0\.5 {
    width: 0.125rem;
  }

  .sm\:w-1\.5 {
    width: 0.375rem;
  }

  .sm\:w-2\.5 {
    width: 0.625rem;
  }

  .sm\:w-3\.5 {
    width: 0.875rem;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-2\/4 {
    width: 50%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.666667%;
  }

  .sm\:w-2\/6 {
    width: 33.333333%;
  }

  .sm\:w-3\/6 {
    width: 50%;
  }

  .sm\:w-4\/6 {
    width: 66.666667%;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:w-1\/12 {
    width: 8.333333%;
  }

  .sm\:w-2\/12 {
    width: 16.666667%;
  }

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-9\/12 {
    width: 75%;
  }

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .sm\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:w-50p {
    width: 50%;
  }

  .sm\:w-75p {
    width: 75%;
  }

  .sm\:w-80p {
    width: 80%;
  }

  .sm\:w-divider {
    width: 1px;
  }

  .sm\:w-16px {
    width: 16px;
  }

  .sm\:w-17px {
    width: 17px;
  }

  .sm\:w-24px {
    width: 24px;
  }

  .sm\:w-28px {
    width: 28px;
  }

  .sm\:w-32px {
    width: 32px;
  }

  .sm\:w-34px {
    width: 34px;
  }

  .sm\:w-38px {
    width: 38px;
  }

  .sm\:w-40px {
    width: 40px;
  }

  .sm\:w-42px {
    width: 42px;
  }

  .sm\:w-44px {
    width: 44px;
  }

  .sm\:w-48px {
    width: 48px;
  }

  .sm\:w-56px {
    width: 56px;
  }

  .sm\:w-58px {
    width: 58px;
  }

  .sm\:w-68px {
    width: 68px;
  }

  .sm\:w-82px {
    width: 82px;
  }

  .sm\:w-93px {
    width: 93px;
  }

  .sm\:w-100px {
    width: 100px;
  }

  .sm\:w-115px {
    width: 115px;
  }

  .sm\:w-125px {
    width: 125px;
  }

  .sm\:w-132px {
    width: 132px;
  }

  .sm\:w-146px {
    width: 146px;
  }

  .sm\:w-157px {
    width: 157px;
  }

  .sm\:w-224px {
    width: 224px;
  }

  .sm\:w-236px {
    width: 236px;
  }

  .sm\:w-255px {
    width: 255px;
  }

  .sm\:w-320px {
    width: 320px;
  }

  .sm\:w-372px {
    width: 372px;
  }

  .sm\:w-401px {
    width: 401px;
  }

  .sm\:w-735px {
    width: 735px;
  }

  .sm\:w-857px {
    width: 857px;
  }

  .sm\:min-w-0 {
    min-width: 0px;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .sm\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .sm\:min-w-140px {
    min-width: 140px;
  }

  .sm\:max-w-0 {
    max-width: 0rem;
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

  .sm\:max-w-4xl {
    max-width: 56rem;
  }

  .sm\:max-w-5xl {
    max-width: 64rem;
  }

  .sm\:max-w-6xl {
    max-width: 72rem;
  }

  .sm\:max-w-7xl {
    max-width: 80rem;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .sm\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sm\:max-w-prose {
    max-width: 65ch;
  }

  .sm\:max-w-screen-sm {
    max-width: 360px;
  }

  .sm\:max-w-screen-lm {
    max-width: 420px;
  }

  .sm\:max-w-screen-md {
    max-width: 768px;
  }

  .sm\:max-w-screen-lg {
    max-width: 1024px;
  }

  .sm\:max-w-screen-xlg {
    max-width: 1920px;
  }

  .sm\:max-w-200px {
    max-width: 200px;
  }

  .sm\:max-w-220px {
    max-width: 220px;
  }

  .sm\:max-w-348px {
    max-width: 348px;
  }

  .sm\:max-w-814px {
    max-width: 814px;
  }

  .sm\:max-w-960px {
    max-width: 960px;
  }

  .sm\:max-w-1380px {
    max-width: 1380px;
  }

  .sm\:max-w-1920px {
    max-width: 1920px;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0;
  }

  .sm\:flex-grow {
    flex-grow: 1;
  }

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:border-collapse {
    border-collapse: collapse;
  }

  .sm\:border-separate {
    border-collapse: separate;
  }

  .sm\:origin-center {
    transform-origin: center;
  }

  .sm\:origin-top {
    transform-origin: top;
  }

  .sm\:origin-top-right {
    transform-origin: top right;
  }

  .sm\:origin-right {
    transform-origin: right;
  }

  .sm\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .sm\:origin-bottom {
    transform-origin: bottom;
  }

  .sm\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .sm\:origin-left {
    transform-origin: left;
  }

  .sm\:origin-top-left {
    transform-origin: top left;
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\:transform-none {
    transform: none;
  }

  .sm\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .sm\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .sm\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .sm\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .sm\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .sm\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .sm\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .sm\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .sm\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .sm\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .sm\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .sm\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .sm\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .sm\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .sm\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .sm\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .sm\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .sm\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .sm\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .sm\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .sm\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .sm\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .sm\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .sm\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .sm\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .sm\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .sm\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .sm\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .sm\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .sm\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .sm\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .sm\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .sm\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .sm\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .sm\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .sm\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .sm\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .sm\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .sm\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .sm\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .sm\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .sm\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .sm\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .sm\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .sm\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .sm\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .sm\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .sm\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .sm\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .sm\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .sm\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .sm\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .sm\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .sm\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .sm\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .sm\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .sm\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .sm\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .sm\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .sm\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .sm\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .sm\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .sm\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .sm\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .sm\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .sm\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .sm\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .sm\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .sm\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .sm\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .sm\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .sm\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .sm\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .sm\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .sm\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .sm\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .sm\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .sm\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .sm\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .sm\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .sm\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .sm\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .sm\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .sm\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .sm\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .sm\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .sm\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .sm\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .sm\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .sm\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .sm\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .sm\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .sm\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .sm\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .sm\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .sm\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .sm\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .sm\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .sm\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .sm\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .sm\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .sm\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .sm\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .sm\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .sm\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .sm\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .sm\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .sm\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .sm\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .sm\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .sm\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .sm\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .sm\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .sm\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .sm\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .sm\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .sm\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .sm\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .sm\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .sm\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .sm\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .sm\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .sm\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .sm\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .sm\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .sm\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .sm\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .sm\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .sm\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .sm\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .sm\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .sm\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .sm\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .sm\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .sm\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .sm\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .sm\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .sm\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .sm\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .sm\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .sm\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .sm\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .sm\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .sm\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .sm\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .sm\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .sm\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .sm\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .sm\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .sm\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .sm\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .sm\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .sm\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .sm\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .sm\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .sm\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .sm\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .sm\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .sm\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .sm\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .sm\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .sm\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .sm\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .sm\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .sm\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .sm\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .sm\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .sm\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .sm\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .sm\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .sm\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .sm\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .sm\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .sm\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .sm\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .sm\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .sm\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .sm\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .sm\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .sm\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .sm\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .sm\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .sm\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .sm\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .sm\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .sm\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .sm\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .sm\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .sm\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .sm\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .sm\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .sm\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .sm\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .sm\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .sm\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .sm\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .sm\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .sm\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .sm\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .sm\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .sm\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .sm\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .sm\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .sm\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .sm\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .sm\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .sm\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .sm\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .sm\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .sm\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .sm\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .sm\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .sm\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .sm\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .sm\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .sm\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .sm\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .sm\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .sm\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .sm\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .sm\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .sm\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .sm\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .sm\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .sm\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .sm\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .sm\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .sm\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .sm\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .sm\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .sm\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .sm\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .sm\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .sm\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .sm\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .sm\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .sm\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .sm\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .sm\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .sm\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .sm\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .sm\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .sm\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .sm\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .sm\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .sm\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .sm\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .sm\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .sm\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .sm\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .sm\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .sm\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .sm\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .sm\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .sm\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .sm\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .sm\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .sm\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .sm\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .sm\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .sm\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .sm\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .sm\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .sm\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .sm\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .sm\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .sm\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .sm\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .sm\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .sm\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .sm\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .sm\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .sm\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .sm\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .sm\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .sm\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .sm\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .sm\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .sm\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .sm\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .sm\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .sm\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .sm\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .sm\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .sm\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .sm\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .sm\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .sm\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .sm\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .sm\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .sm\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .sm\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .sm\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .sm\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .sm\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .sm\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .sm\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .sm\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .sm\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .sm\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .sm\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .sm\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .sm\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .sm\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .sm\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .sm\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .sm\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .sm\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .sm\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .sm\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .sm\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .sm\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .sm\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .sm\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .sm\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .sm\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .sm\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .sm\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .sm\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .sm\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .sm\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .sm\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .sm\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .sm\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .sm\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .sm\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .sm\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .sm\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .sm\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .sm\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .sm\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .sm\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .sm\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .sm\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .sm\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .sm\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .sm\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .sm\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .sm\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .sm\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .sm\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .sm\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .sm\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .sm\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .sm\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .sm\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .sm\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .sm\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .sm\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .sm\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .sm\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .sm\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .sm\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .sm\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .sm\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .sm\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .sm\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .sm\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .sm\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .sm\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .sm\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .sm\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .sm\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .sm\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .sm\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .sm\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .sm\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .sm\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .sm\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .sm\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .sm\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .sm\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .sm\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .sm\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .sm\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .sm\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .sm\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .sm\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .sm\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .sm\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .sm\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .sm\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .sm\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .sm\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .sm\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .sm\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .sm\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .sm\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .sm\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .sm\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .sm\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .sm\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .sm\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .sm\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .sm\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .sm\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .sm\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .sm\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .sm\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .sm\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .sm\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .sm\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .sm\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .sm\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .sm\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .sm\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .sm\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .sm\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .sm\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .sm\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .sm\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .sm\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .sm\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .sm\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .sm\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .sm\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .sm\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .sm\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .sm\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .sm\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .sm\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .sm\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .sm\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .sm\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .sm\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .sm\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .sm\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .sm\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .sm\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .sm\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .sm\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .sm\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .sm\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .sm\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .sm\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .sm\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .sm\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .sm\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .sm\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .sm\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .sm\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .sm\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .sm\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .sm\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .sm\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .sm\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .sm\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .sm\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .sm\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .sm\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .sm\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .sm\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .sm\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .sm\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .sm\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .sm\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .sm\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .sm\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .sm\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .sm\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .sm\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .sm\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .sm\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .sm\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .sm\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .sm\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .sm\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .sm\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .sm\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .sm\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .sm\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .sm\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .sm\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .sm\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .sm\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .sm\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .sm\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .sm\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .sm\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .sm\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .sm\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .sm\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .sm\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .sm\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .sm\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .sm\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .sm\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .sm\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .sm\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .sm\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .sm\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .sm\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .sm\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .sm\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .sm\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .sm\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .sm\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .sm\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .sm\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .sm\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .sm\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .sm\:rotate-20 {
    --tw-rotate: 20deg;
  }

  .sm\:rotate-35 {
    --tw-rotate: 35deg;
  }

  .sm\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .sm\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .sm\:rotate-127 {
    --tw-rotate: 127deg;
  }

  .sm\:rotate-150 {
    --tw-rotate: 150deg;
  }

  .sm\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .sm\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .sm\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .sm\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .sm\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .sm\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .sm\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .sm\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .sm\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .sm\:-rotate-8 {
    --tw-rotate: -8deg;
  }

  .sm\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .sm\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .sm\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .sm\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .sm\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .sm\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .sm\:hover\:rotate-20:hover {
    --tw-rotate: 20deg;
  }

  .sm\:hover\:rotate-35:hover {
    --tw-rotate: 35deg;
  }

  .sm\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .sm\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .sm\:hover\:rotate-127:hover {
    --tw-rotate: 127deg;
  }

  .sm\:hover\:rotate-150:hover {
    --tw-rotate: 150deg;
  }

  .sm\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .sm\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .sm\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .sm\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .sm\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .sm\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .sm\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .sm\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .sm\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .sm\:hover\:-rotate-8:hover {
    --tw-rotate: -8deg;
  }

  .sm\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .sm\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .sm\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .sm\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .sm\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .sm\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .sm\:focus\:rotate-20:focus {
    --tw-rotate: 20deg;
  }

  .sm\:focus\:rotate-35:focus {
    --tw-rotate: 35deg;
  }

  .sm\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .sm\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .sm\:focus\:rotate-127:focus {
    --tw-rotate: 127deg;
  }

  .sm\:focus\:rotate-150:focus {
    --tw-rotate: 150deg;
  }

  .sm\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .sm\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .sm\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .sm\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .sm\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .sm\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .sm\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .sm\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .sm\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .sm\:focus\:-rotate-8:focus {
    --tw-rotate: -8deg;
  }

  .sm\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .sm\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .sm\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .sm\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .sm\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .sm\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .sm\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .sm\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .sm\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .sm\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .sm\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .sm\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .sm\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .sm\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .sm\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .sm\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .sm\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .sm\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .sm\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .sm\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .sm\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .sm\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .sm\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .sm\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .sm\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .sm\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .sm\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .sm\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .sm\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .sm\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .sm\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .sm\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .sm\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .sm\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .sm\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .sm\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .sm\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .sm\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .sm\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .sm\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .sm\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .sm\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .sm\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .sm\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .sm\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .sm\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .sm\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .sm\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .sm\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .sm\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .sm\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .sm\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .sm\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .sm\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .sm\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .sm\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .sm\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .sm\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .sm\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .sm\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .sm\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .sm\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .sm\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .sm\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .sm\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .sm\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .sm\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .sm\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .sm\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .sm\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .sm\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .sm\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .sm\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .sm\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .sm\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .sm\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .sm\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .sm\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .sm\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .sm\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .sm\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .sm\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .sm\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .sm\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .sm\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .sm\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .sm\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .sm\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .sm\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .sm\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .sm\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .sm\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .sm\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .sm\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .sm\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .sm\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .sm\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .sm\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .sm\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .sm\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .sm\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .sm\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .sm\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .sm\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .sm\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .sm\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .sm\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .sm\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .sm\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .sm\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .sm\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .sm\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .sm\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .sm\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .sm\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .sm\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .sm\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .sm\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .sm\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .sm\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .sm\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .sm\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .sm\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .sm\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .sm\:animate-none {
    animation: none;
  }

  .sm\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .sm\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .sm\:animate-zoom-in-out {
    animation: zoom-in-out 20s ease-in-out infinite;
  }

  .sm\:animate-reveal-scale {
    animation: reveal-scale 0.35s ease-in;
  }

  .sm\:animate-pulsing {
    animation: pulsing 1.6s infinite;
  }

  .sm\:animate-reveal-top {
    animation: reveal-top 0.6s ease-in-out;
  }

  .sm\:animate-reveal-bottom {
    animation: reveal-bottom 0.6s ease-in-out;
  }

  .sm\:animate-reveal-left {
    animation: reveal-left 0.6s ease-in-out;
  }

  .sm\:animate-reveal-right {
    animation: reveal-right 0.6s ease-in-out;
  }

  .sm\:animate-expand-avatar-skill {
    animation: expand-avatar-skill 0.35s ease-in-out;
  }

  .sm\:animate-collapse-avatar-skill {
    animation: collapse-avatar-skill 0.35s ease-in-out;
  }

  .sm\:animate-grow {
    animation: grow 2s ease-in-out;
  }

  .sm\:animate-shake {
    animation: shake 2s ease-in-out infinite;
  }

  .sm\:cursor-auto {
    cursor: auto;
  }

  .sm\:cursor-default {
    cursor: default;
  }

  .sm\:cursor-pointer {
    cursor: pointer;
  }

  .sm\:cursor-wait {
    cursor: wait;
  }

  .sm\:cursor-text {
    cursor: text;
  }

  .sm\:cursor-move {
    cursor: move;
  }

  .sm\:cursor-help {
    cursor: help;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .sm\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .sm\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .sm\:list-inside {
    list-style-position: inside;
  }

  .sm\:list-outside {
    list-style-position: outside;
  }

  .sm\:list-none {
    list-style-type: none;
  }

  .sm\:list-disc {
    list-style-type: disc;
  }

  .sm\:list-decimal {
    list-style-type: decimal;
  }

  .sm\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .sm\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .sm\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm\:grid-flow-row {
    grid-auto-flow: row;
  }

  .sm\:grid-flow-col {
    grid-auto-flow: column;
  }

  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .sm\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .sm\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .sm\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .sm\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-cols-none {
    grid-template-columns: none;
  }

  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-rows-none {
    grid-template-rows: none;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:place-content-center {
    place-content: center;
  }

  .sm\:place-content-start {
    place-content: start;
  }

  .sm\:place-content-end {
    place-content: end;
  }

  .sm\:place-content-between {
    place-content: space-between;
  }

  .sm\:place-content-around {
    place-content: space-around;
  }

  .sm\:place-content-evenly {
    place-content: space-evenly;
  }

  .sm\:place-content-stretch {
    place-content: stretch;
  }

  .sm\:place-items-start {
    place-items: start;
  }

  .sm\:place-items-end {
    place-items: end;
  }

  .sm\:place-items-center {
    place-items: center;
  }

  .sm\:place-items-stretch {
    place-items: stretch;
  }

  .sm\:content-center {
    align-content: center;
  }

  .sm\:content-start {
    align-content: flex-start;
  }

  .sm\:content-end {
    align-content: flex-end;
  }

  .sm\:content-between {
    align-content: space-between;
  }

  .sm\:content-around {
    align-content: space-around;
  }

  .sm\:content-evenly {
    align-content: space-evenly;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm\:justify-items-start {
    justify-items: start;
  }

  .sm\:justify-items-end {
    justify-items: end;
  }

  .sm\:justify-items-center {
    justify-items: center;
  }

  .sm\:justify-items-stretch {
    justify-items: stretch;
  }

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:gap-1 {
    gap: 0.25rem;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-7 {
    gap: 1.75rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-9 {
    gap: 2.25rem;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-11 {
    gap: 2.75rem;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-14 {
    gap: 3.5rem;
  }

  .sm\:gap-16 {
    gap: 4rem;
  }

  .sm\:gap-20 {
    gap: 5rem;
  }

  .sm\:gap-24 {
    gap: 6rem;
  }

  .sm\:gap-28 {
    gap: 7rem;
  }

  .sm\:gap-32 {
    gap: 8rem;
  }

  .sm\:gap-36 {
    gap: 9rem;
  }

  .sm\:gap-40 {
    gap: 10rem;
  }

  .sm\:gap-44 {
    gap: 11rem;
  }

  .sm\:gap-48 {
    gap: 12rem;
  }

  .sm\:gap-52 {
    gap: 13rem;
  }

  .sm\:gap-56 {
    gap: 14rem;
  }

  .sm\:gap-60 {
    gap: 15rem;
  }

  .sm\:gap-64 {
    gap: 16rem;
  }

  .sm\:gap-72 {
    gap: 18rem;
  }

  .sm\:gap-80 {
    gap: 20rem;
  }

  .sm\:gap-96 {
    gap: 24rem;
  }

  .sm\:gap-px {
    gap: 1px;
  }

  .sm\:gap-0\.5 {
    gap: 0.125rem;
  }

  .sm\:gap-1\.5 {
    gap: 0.375rem;
  }

  .sm\:gap-2\.5 {
    gap: 0.625rem;
  }

  .sm\:gap-3\.5 {
    gap: 0.875rem;
  }

  .sm\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .sm\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .sm\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .sm\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .sm\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .sm\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .sm\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .sm\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sm\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sm\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sm\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .sm\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .sm\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sm\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .sm\:gap-y-0 {
    row-gap: 0px;
  }

  .sm\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .sm\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .sm\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .sm\:gap-y-4 {
    row-gap: 1rem;
  }

  .sm\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .sm\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .sm\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .sm\:gap-y-8 {
    row-gap: 2rem;
  }

  .sm\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .sm\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .sm\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .sm\:gap-y-12 {
    row-gap: 3rem;
  }

  .sm\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .sm\:gap-y-16 {
    row-gap: 4rem;
  }

  .sm\:gap-y-20 {
    row-gap: 5rem;
  }

  .sm\:gap-y-24 {
    row-gap: 6rem;
  }

  .sm\:gap-y-28 {
    row-gap: 7rem;
  }

  .sm\:gap-y-32 {
    row-gap: 8rem;
  }

  .sm\:gap-y-36 {
    row-gap: 9rem;
  }

  .sm\:gap-y-40 {
    row-gap: 10rem;
  }

  .sm\:gap-y-44 {
    row-gap: 11rem;
  }

  .sm\:gap-y-48 {
    row-gap: 12rem;
  }

  .sm\:gap-y-52 {
    row-gap: 13rem;
  }

  .sm\:gap-y-56 {
    row-gap: 14rem;
  }

  .sm\:gap-y-60 {
    row-gap: 15rem;
  }

  .sm\:gap-y-64 {
    row-gap: 16rem;
  }

  .sm\:gap-y-72 {
    row-gap: 18rem;
  }

  .sm\:gap-y-80 {
    row-gap: 20rem;
  }

  .sm\:gap-y-96 {
    row-gap: 24rem;
  }

  .sm\:gap-y-px {
    row-gap: 1px;
  }

  .sm\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .sm\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .sm\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .sm\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\:-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)));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:-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));
  }

  .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\:divide-x-1px > :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)));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\:divide-y-1px > :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));
  }

  .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .sm\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .sm\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .sm\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .sm\:divide-tropic-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-divide-opacity));
  }

  .sm\:divide-tropic-light > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(3,39,41,0.7);
  }

  .sm\:divide-tropic-6p > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(3,39,41,0.6);
  }

  .sm\:divide-tropic-90p > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(3,39,41,0.9);
  }

  .sm\:divide-taiga-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-divide-opacity));
  }

  .sm\:divide-taiga-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-divide-opacity));
  }

  .sm\:divide-savana > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-divide-opacity));
  }

  .sm\:divide-tundra > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-divide-opacity));
  }

  .sm\:divide-arctic-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-arctic-low > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(255,255,255,0.12);
  }

  .sm\:divide-arctic-very-low > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(255,255,255,0.06);
  }

  .sm\:divide-black-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-black-dim > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(0,5,5,0.8);
  }

  .sm\:divide-black-low > :not([hidden]) ~ :not([hidden]) {
    border-color: #0A000000;
  }

  .sm\:divide-black-semi > :not([hidden]) ~ :not([hidden]) {
    border-color: #66000000;
  }

  .sm\:divide-white-low > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(255,255,255,0.06);
  }

  .sm\:divide-white-medium > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(255,255,255,0.12);
  }

  .sm\:divide-white-semi > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(255,255,255,0.6);
  }

  .sm\:divide-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-divide-opacity));
  }

  .sm\:divide-expedition > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-divide-opacity));
  }

  .sm\:divide-green-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-divide-opacity));
  }

  .sm\:divide-green-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-divide-opacity));
  }

  .sm\:divide-red-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-divide-opacity));
  }

  .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(0,0,0,0);
  }

  .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .sm\:divide-opacity-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: .01;
  }

  .sm\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .sm\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .sm\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .sm\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .sm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .sm\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .sm\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .sm\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .sm\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .sm\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .sm\:place-self-auto {
    place-self: auto;
  }

  .sm\:place-self-start {
    place-self: start;
  }

  .sm\:place-self-end {
    place-self: end;
  }

  .sm\:place-self-center {
    place-self: center;
  }

  .sm\:place-self-stretch {
    place-self: stretch;
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:self-end {
    align-self: flex-end;
  }

  .sm\:self-center {
    align-self: center;
  }

  .sm\:self-stretch {
    align-self: stretch;
  }

  .sm\:self-baseline {
    align-self: baseline;
  }

  .sm\:justify-self-auto {
    justify-self: auto;
  }

  .sm\:justify-self-start {
    justify-self: start;
  }

  .sm\:justify-self-end {
    justify-self: end;
  }

  .sm\:justify-self-center {
    justify-self: center;
  }

  .sm\:justify-self-stretch {
    justify-self: stretch;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .sm\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .sm\:overscroll-none {
    overscroll-behavior: none;
  }

  .sm\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .sm\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .sm\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .sm\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .sm\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .sm\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .sm\:overflow-clip {
    text-overflow: clip;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-nowrap {
    white-space: nowrap;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words {
    overflow-wrap: break-word;
  }

  .sm\:break-all {
    word-break: break-all;
  }

  .sm\:rounded-50p {
    border-radius: 50%;
  }

  .sm\:rounded-4px {
    border-radius: 4px;
  }

  .sm\:rounded-8px {
    border-radius: 8px;
  }

  .sm\:rounded-12px {
    border-radius: 12px;
  }

  .sm\:rounded-16px {
    border-radius: 16px;
  }

  .sm\:rounded-18px {
    border-radius: 18px;
  }

  .sm\:rounded-20px {
    border-radius: 20px;
  }

  .sm\:rounded-24px {
    border-radius: 24px;
  }

  .sm\:rounded-t-50p {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }

  .sm\:rounded-t-4px {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .sm\:rounded-t-8px {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .sm\:rounded-t-12px {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .sm\:rounded-t-16px {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .sm\:rounded-t-18px {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .sm\:rounded-t-20px {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .sm\:rounded-t-24px {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .sm\:rounded-r-50p {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }

  .sm\:rounded-r-4px {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .sm\:rounded-r-8px {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .sm\:rounded-r-12px {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .sm\:rounded-r-16px {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  .sm\:rounded-r-18px {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
  }

  .sm\:rounded-r-20px {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .sm\:rounded-r-24px {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  .sm\:rounded-b-50p {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .sm\:rounded-b-4px {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .sm\:rounded-b-8px {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .sm\:rounded-b-12px {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .sm\:rounded-b-16px {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .sm\:rounded-b-18px {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }

  .sm\:rounded-b-20px {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .sm\:rounded-b-24px {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .sm\:rounded-l-50p {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .sm\:rounded-l-4px {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .sm\:rounded-l-8px {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .sm\:rounded-l-12px {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .sm\:rounded-l-16px {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .sm\:rounded-l-18px {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
  }

  .sm\:rounded-l-20px {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .sm\:rounded-l-24px {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .sm\:rounded-tl-50p {
    border-top-left-radius: 50%;
  }

  .sm\:rounded-tl-4px {
    border-top-left-radius: 4px;
  }

  .sm\:rounded-tl-8px {
    border-top-left-radius: 8px;
  }

  .sm\:rounded-tl-12px {
    border-top-left-radius: 12px;
  }

  .sm\:rounded-tl-16px {
    border-top-left-radius: 16px;
  }

  .sm\:rounded-tl-18px {
    border-top-left-radius: 18px;
  }

  .sm\:rounded-tl-20px {
    border-top-left-radius: 20px;
  }

  .sm\:rounded-tl-24px {
    border-top-left-radius: 24px;
  }

  .sm\:rounded-tr-50p {
    border-top-right-radius: 50%;
  }

  .sm\:rounded-tr-4px {
    border-top-right-radius: 4px;
  }

  .sm\:rounded-tr-8px {
    border-top-right-radius: 8px;
  }

  .sm\:rounded-tr-12px {
    border-top-right-radius: 12px;
  }

  .sm\:rounded-tr-16px {
    border-top-right-radius: 16px;
  }

  .sm\:rounded-tr-18px {
    border-top-right-radius: 18px;
  }

  .sm\:rounded-tr-20px {
    border-top-right-radius: 20px;
  }

  .sm\:rounded-tr-24px {
    border-top-right-radius: 24px;
  }

  .sm\:rounded-br-50p {
    border-bottom-right-radius: 50%;
  }

  .sm\:rounded-br-4px {
    border-bottom-right-radius: 4px;
  }

  .sm\:rounded-br-8px {
    border-bottom-right-radius: 8px;
  }

  .sm\:rounded-br-12px {
    border-bottom-right-radius: 12px;
  }

  .sm\:rounded-br-16px {
    border-bottom-right-radius: 16px;
  }

  .sm\:rounded-br-18px {
    border-bottom-right-radius: 18px;
  }

  .sm\:rounded-br-20px {
    border-bottom-right-radius: 20px;
  }

  .sm\:rounded-br-24px {
    border-bottom-right-radius: 24px;
  }

  .sm\:rounded-bl-50p {
    border-bottom-left-radius: 50%;
  }

  .sm\:rounded-bl-4px {
    border-bottom-left-radius: 4px;
  }

  .sm\:rounded-bl-8px {
    border-bottom-left-radius: 8px;
  }

  .sm\:rounded-bl-12px {
    border-bottom-left-radius: 12px;
  }

  .sm\:rounded-bl-16px {
    border-bottom-left-radius: 16px;
  }

  .sm\:rounded-bl-18px {
    border-bottom-left-radius: 18px;
  }

  .sm\:rounded-bl-20px {
    border-bottom-left-radius: 20px;
  }

  .sm\:rounded-bl-24px {
    border-bottom-left-radius: 24px;
  }

  .sm\:border-0 {
    border-width: 0px;
  }

  .sm\:border-2 {
    border-width: 2px;
  }

  .sm\:border-4 {
    border-width: 4px;
  }

  .sm\:border-8 {
    border-width: 8px;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-1px {
    border-width: 1px;
  }

  .sm\:border-t-0 {
    border-top-width: 0px;
  }

  .sm\:border-t-2 {
    border-top-width: 2px;
  }

  .sm\:border-t-4 {
    border-top-width: 4px;
  }

  .sm\:border-t-8 {
    border-top-width: 8px;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-t-1px {
    border-top-width: 1px;
  }

  .sm\:border-r-0 {
    border-right-width: 0px;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:border-r-8 {
    border-right-width: 8px;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:border-r-1px {
    border-right-width: 1px;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0px;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-b-1px {
    border-bottom-width: 1px;
  }

  .sm\:border-l-0 {
    border-left-width: 0px;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-l-8 {
    border-left-width: 8px;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:border-l-1px {
    border-left-width: 1px;
  }

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-dashed {
    border-style: dashed;
  }

  .sm\:border-dotted {
    border-style: dotted;
  }

  .sm\:border-double {
    border-style: double;
  }

  .sm\:border-none {
    border-style: none;
  }

  .sm\:border-tropic-base {
    --tw-border-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-border-opacity));
  }

  .sm\:border-tropic-light {
    border-color: rgba(3,39,41,0.7);
  }

  .sm\:border-tropic-6p {
    border-color: rgba(3,39,41,0.6);
  }

  .sm\:border-tropic-90p {
    border-color: rgba(3,39,41,0.9);
  }

  .sm\:border-taiga-base {
    --tw-border-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-border-opacity));
  }

  .sm\:border-taiga-light {
    --tw-border-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-border-opacity));
  }

  .sm\:border-savana {
    --tw-border-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-border-opacity));
  }

  .sm\:border-tundra {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-border-opacity));
  }

  .sm\:border-arctic-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:border-arctic-low {
    border-color: rgba(255,255,255,0.12);
  }

  .sm\:border-arctic-very-low {
    border-color: rgba(255,255,255,0.06);
  }

  .sm\:border-black-base {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:border-black-dim {
    border-color: rgba(0,5,5,0.8);
  }

  .sm\:border-black-low {
    border-color: #0A000000;
  }

  .sm\:border-black-semi {
    border-color: #66000000;
  }

  .sm\:border-white-low {
    border-color: rgba(255,255,255,0.06);
  }

  .sm\:border-white-medium {
    border-color: rgba(255,255,255,0.12);
  }

  .sm\:border-white-semi {
    border-color: rgba(255,255,255,0.6);
  }

  .sm\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-border-opacity));
  }

  .sm\:border-yellow {
    --tw-border-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-border-opacity));
  }

  .sm\:border-expedition {
    --tw-border-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-border-opacity));
  }

  .sm\:border-green-base {
    --tw-border-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-border-opacity));
  }

  .sm\:border-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-border-opacity));
  }

  .sm\:border-red-base {
    --tw-border-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-border-opacity));
  }

  .sm\:border-transparent {
    border-color: rgba(0,0,0,0);
  }

  .group:hover .sm\:group-hover\:border-tropic-base {
    --tw-border-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-tropic-light {
    border-color: rgba(3,39,41,0.7);
  }

  .group:hover .sm\:group-hover\:border-tropic-6p {
    border-color: rgba(3,39,41,0.6);
  }

  .group:hover .sm\:group-hover\:border-tropic-90p {
    border-color: rgba(3,39,41,0.9);
  }

  .group:hover .sm\:group-hover\:border-taiga-base {
    --tw-border-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-taiga-light {
    --tw-border-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-savana {
    --tw-border-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-tundra {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-arctic-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-arctic-low {
    border-color: rgba(255,255,255,0.12);
  }

  .group:hover .sm\:group-hover\:border-arctic-very-low {
    border-color: rgba(255,255,255,0.06);
  }

  .group:hover .sm\:group-hover\:border-black-base {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-black-dim {
    border-color: rgba(0,5,5,0.8);
  }

  .group:hover .sm\:group-hover\:border-black-low {
    border-color: #0A000000;
  }

  .group:hover .sm\:group-hover\:border-black-semi {
    border-color: #66000000;
  }

  .group:hover .sm\:group-hover\:border-white-low {
    border-color: rgba(255,255,255,0.06);
  }

  .group:hover .sm\:group-hover\:border-white-medium {
    border-color: rgba(255,255,255,0.12);
  }

  .group:hover .sm\:group-hover\:border-white-semi {
    border-color: rgba(255,255,255,0.6);
  }

  .group:hover .sm\:group-hover\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow {
    --tw-border-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-expedition {
    --tw-border-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-base {
    --tw-border-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-base {
    --tw-border-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-transparent {
    border-color: rgba(0,0,0,0);
  }

  .sm\:focus-within\:border-tropic-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-tropic-light:focus-within {
    border-color: rgba(3,39,41,0.7);
  }

  .sm\:focus-within\:border-tropic-6p:focus-within {
    border-color: rgba(3,39,41,0.6);
  }

  .sm\:focus-within\:border-tropic-90p:focus-within {
    border-color: rgba(3,39,41,0.9);
  }

  .sm\:focus-within\:border-taiga-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-taiga-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-savana:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-tundra:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-arctic-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-arctic-low:focus-within {
    border-color: rgba(255,255,255,0.12);
  }

  .sm\:focus-within\:border-arctic-very-low:focus-within {
    border-color: rgba(255,255,255,0.06);
  }

  .sm\:focus-within\:border-black-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-black-dim:focus-within {
    border-color: rgba(0,5,5,0.8);
  }

  .sm\:focus-within\:border-black-low:focus-within {
    border-color: #0A000000;
  }

  .sm\:focus-within\:border-black-semi:focus-within {
    border-color: #66000000;
  }

  .sm\:focus-within\:border-white-low:focus-within {
    border-color: rgba(255,255,255,0.06);
  }

  .sm\:focus-within\:border-white-medium:focus-within {
    border-color: rgba(255,255,255,0.12);
  }

  .sm\:focus-within\:border-white-semi:focus-within {
    border-color: rgba(255,255,255,0.6);
  }

  .sm\:focus-within\:border-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-expedition:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-transparent:focus-within {
    border-color: rgba(0,0,0,0);
  }

  .sm\:hover\:border-tropic-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-border-opacity));
  }

  .sm\:hover\:border-tropic-light:hover {
    border-color: rgba(3,39,41,0.7);
  }

  .sm\:hover\:border-tropic-6p:hover {
    border-color: rgba(3,39,41,0.6);
  }

  .sm\:hover\:border-tropic-90p:hover {
    border-color: rgba(3,39,41,0.9);
  }

  .sm\:hover\:border-taiga-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-border-opacity));
  }

  .sm\:hover\:border-taiga-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-border-opacity));
  }

  .sm\:hover\:border-savana:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-border-opacity));
  }

  .sm\:hover\:border-tundra:hover {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-border-opacity));
  }

  .sm\:hover\:border-arctic-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-arctic-low:hover {
    border-color: rgba(255,255,255,0.12);
  }

  .sm\:hover\:border-arctic-very-low:hover {
    border-color: rgba(255,255,255,0.06);
  }

  .sm\:hover\:border-black-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-black-dim:hover {
    border-color: rgba(0,5,5,0.8);
  }

  .sm\:hover\:border-black-low:hover {
    border-color: #0A000000;
  }

  .sm\:hover\:border-black-semi:hover {
    border-color: #66000000;
  }

  .sm\:hover\:border-white-low:hover {
    border-color: rgba(255,255,255,0.06);
  }

  .sm\:hover\:border-white-medium:hover {
    border-color: rgba(255,255,255,0.12);
  }

  .sm\:hover\:border-white-semi:hover {
    border-color: rgba(255,255,255,0.6);
  }

  .sm\:hover\:border-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow:hover {
    --tw-border-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-border-opacity));
  }

  .sm\:hover\:border-expedition:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-border-opacity));
  }

  .sm\:hover\:border-transparent:hover {
    border-color: rgba(0,0,0,0);
  }

  .sm\:focus\:border-tropic-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-border-opacity));
  }

  .sm\:focus\:border-tropic-light:focus {
    border-color: rgba(3,39,41,0.7);
  }

  .sm\:focus\:border-tropic-6p:focus {
    border-color: rgba(3,39,41,0.6);
  }

  .sm\:focus\:border-tropic-90p:focus {
    border-color: rgba(3,39,41,0.9);
  }

  .sm\:focus\:border-taiga-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-border-opacity));
  }

  .sm\:focus\:border-taiga-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-border-opacity));
  }

  .sm\:focus\:border-savana:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-border-opacity));
  }

  .sm\:focus\:border-tundra:focus {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-border-opacity));
  }

  .sm\:focus\:border-arctic-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-arctic-low:focus {
    border-color: rgba(255,255,255,0.12);
  }

  .sm\:focus\:border-arctic-very-low:focus {
    border-color: rgba(255,255,255,0.06);
  }

  .sm\:focus\:border-black-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-black-dim:focus {
    border-color: rgba(0,5,5,0.8);
  }

  .sm\:focus\:border-black-low:focus {
    border-color: #0A000000;
  }

  .sm\:focus\:border-black-semi:focus {
    border-color: #66000000;
  }

  .sm\:focus\:border-white-low:focus {
    border-color: rgba(255,255,255,0.06);
  }

  .sm\:focus\:border-white-medium:focus {
    border-color: rgba(255,255,255,0.12);
  }

  .sm\:focus\:border-white-semi:focus {
    border-color: rgba(255,255,255,0.6);
  }

  .sm\:focus\:border-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow:focus {
    --tw-border-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-border-opacity));
  }

  .sm\:focus\:border-expedition:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-border-opacity));
  }

  .sm\:focus\:border-transparent:focus {
    border-color: rgba(0,0,0,0);
  }

  .sm\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .sm\:border-opacity-1 {
    --tw-border-opacity: .01;
  }

  .sm\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .sm\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .sm\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .sm\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .sm\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .sm\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .sm\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .sm\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .sm\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .sm\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .sm\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .sm\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .sm\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .sm\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .sm\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .sm\:group-hover\:border-opacity-1 {
    --tw-border-opacity: .01;
  }

  .group:hover .sm\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .sm\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .sm\:focus-within\:border-opacity-1:focus-within {
    --tw-border-opacity: .01;
  }

  .sm\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .sm\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .sm\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .sm\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .sm\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .sm\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .sm\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .sm\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .sm\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .sm\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .sm\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .sm\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .sm\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .sm\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .sm\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .sm\:hover\:border-opacity-1:hover {
    --tw-border-opacity: .01;
  }

  .sm\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .sm\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .sm\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .sm\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .sm\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .sm\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .sm\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .sm\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .sm\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .sm\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .sm\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .sm\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .sm\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .sm\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .sm\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .sm\:focus\:border-opacity-1:focus {
    --tw-border-opacity: .01;
  }

  .sm\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .sm\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .sm\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .sm\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .sm\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .sm\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .sm\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .sm\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .sm\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .sm\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .sm\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .sm\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .sm\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .sm\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .sm\:bg-tropic-base {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
  }

  .sm\:bg-tropic-light {
    background-color: rgba(3,39,41,0.7);
  }

  .sm\:bg-tropic-6p {
    background-color: rgba(3,39,41,0.6);
  }

  .sm\:bg-tropic-90p {
    background-color: rgba(3,39,41,0.9);
  }

  .sm\:bg-taiga-base {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
  }

  .sm\:bg-taiga-light {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
  }

  .sm\:bg-savana {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
  }

  .sm\:bg-tundra {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
  }

  .sm\:bg-arctic-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-arctic-low {
    background-color: rgba(255,255,255,0.12);
  }

  .sm\:bg-arctic-very-low {
    background-color: rgba(255,255,255,0.06);
  }

  .sm\:bg-black-base {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-black-dim {
    background-color: rgba(0,5,5,0.8);
  }

  .sm\:bg-black-low {
    background-color: #0A000000;
  }

  .sm\:bg-black-semi {
    background-color: #66000000;
  }

  .sm\:bg-white-low {
    background-color: rgba(255,255,255,0.06);
  }

  .sm\:bg-white-medium {
    background-color: rgba(255,255,255,0.12);
  }

  .sm\:bg-white-semi {
    background-color: rgba(255,255,255,0.6);
  }

  .sm\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
  }

  .sm\:bg-expedition {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
  }

  .sm\:bg-green-base {
    --tw-bg-opacity: 1;
    background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
  }

  .sm\:bg-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
  }

  .sm\:bg-red-base {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
  }

  .sm\:bg-transparent {
    background-color: rgba(0,0,0,0);
  }

  .group:hover .sm\:group-hover\:bg-tropic-base {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-tropic-light {
    background-color: rgba(3,39,41,0.7);
  }

  .group:hover .sm\:group-hover\:bg-tropic-6p {
    background-color: rgba(3,39,41,0.6);
  }

  .group:hover .sm\:group-hover\:bg-tropic-90p {
    background-color: rgba(3,39,41,0.9);
  }

  .group:hover .sm\:group-hover\:bg-taiga-base {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-taiga-light {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-savana {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-tundra {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-arctic-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-arctic-low {
    background-color: rgba(255,255,255,0.12);
  }

  .group:hover .sm\:group-hover\:bg-arctic-very-low {
    background-color: rgba(255,255,255,0.06);
  }

  .group:hover .sm\:group-hover\:bg-black-base {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-black-dim {
    background-color: rgba(0,5,5,0.8);
  }

  .group:hover .sm\:group-hover\:bg-black-low {
    background-color: #0A000000;
  }

  .group:hover .sm\:group-hover\:bg-black-semi {
    background-color: #66000000;
  }

  .group:hover .sm\:group-hover\:bg-white-low {
    background-color: rgba(255,255,255,0.06);
  }

  .group:hover .sm\:group-hover\:bg-white-medium {
    background-color: rgba(255,255,255,0.12);
  }

  .group:hover .sm\:group-hover\:bg-white-semi {
    background-color: rgba(255,255,255,0.6);
  }

  .group:hover .sm\:group-hover\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-expedition {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-base {
    --tw-bg-opacity: 1;
    background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-base {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-transparent {
    background-color: rgba(0,0,0,0);
  }

  .sm\:focus-within\:bg-tropic-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-tropic-light:focus-within {
    background-color: rgba(3,39,41,0.7);
  }

  .sm\:focus-within\:bg-tropic-6p:focus-within {
    background-color: rgba(3,39,41,0.6);
  }

  .sm\:focus-within\:bg-tropic-90p:focus-within {
    background-color: rgba(3,39,41,0.9);
  }

  .sm\:focus-within\:bg-taiga-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-taiga-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-savana:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-tundra:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-arctic-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-arctic-low:focus-within {
    background-color: rgba(255,255,255,0.12);
  }

  .sm\:focus-within\:bg-arctic-very-low:focus-within {
    background-color: rgba(255,255,255,0.06);
  }

  .sm\:focus-within\:bg-black-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-black-dim:focus-within {
    background-color: rgba(0,5,5,0.8);
  }

  .sm\:focus-within\:bg-black-low:focus-within {
    background-color: #0A000000;
  }

  .sm\:focus-within\:bg-black-semi:focus-within {
    background-color: #66000000;
  }

  .sm\:focus-within\:bg-white-low:focus-within {
    background-color: rgba(255,255,255,0.06);
  }

  .sm\:focus-within\:bg-white-medium:focus-within {
    background-color: rgba(255,255,255,0.12);
  }

  .sm\:focus-within\:bg-white-semi:focus-within {
    background-color: rgba(255,255,255,0.6);
  }

  .sm\:focus-within\:bg-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-expedition:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-transparent:focus-within {
    background-color: rgba(0,0,0,0);
  }

  .sm\:hover\:bg-tropic-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-tropic-light:hover {
    background-color: rgba(3,39,41,0.7);
  }

  .sm\:hover\:bg-tropic-6p:hover {
    background-color: rgba(3,39,41,0.6);
  }

  .sm\:hover\:bg-tropic-90p:hover {
    background-color: rgba(3,39,41,0.9);
  }

  .sm\:hover\:bg-taiga-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-taiga-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-savana:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-tundra:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-arctic-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-arctic-low:hover {
    background-color: rgba(255,255,255,0.12);
  }

  .sm\:hover\:bg-arctic-very-low:hover {
    background-color: rgba(255,255,255,0.06);
  }

  .sm\:hover\:bg-black-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-black-dim:hover {
    background-color: rgba(0,5,5,0.8);
  }

  .sm\:hover\:bg-black-low:hover {
    background-color: #0A000000;
  }

  .sm\:hover\:bg-black-semi:hover {
    background-color: #66000000;
  }

  .sm\:hover\:bg-white-low:hover {
    background-color: rgba(255,255,255,0.06);
  }

  .sm\:hover\:bg-white-medium:hover {
    background-color: rgba(255,255,255,0.12);
  }

  .sm\:hover\:bg-white-semi:hover {
    background-color: rgba(255,255,255,0.6);
  }

  .sm\:hover\:bg-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-expedition:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: rgba(0,0,0,0);
  }

  .sm\:focus\:bg-tropic-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-tropic-light:focus {
    background-color: rgba(3,39,41,0.7);
  }

  .sm\:focus\:bg-tropic-6p:focus {
    background-color: rgba(3,39,41,0.6);
  }

  .sm\:focus\:bg-tropic-90p:focus {
    background-color: rgba(3,39,41,0.9);
  }

  .sm\:focus\:bg-taiga-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-taiga-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-savana:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-tundra:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-arctic-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-arctic-low:focus {
    background-color: rgba(255,255,255,0.12);
  }

  .sm\:focus\:bg-arctic-very-low:focus {
    background-color: rgba(255,255,255,0.06);
  }

  .sm\:focus\:bg-black-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-black-dim:focus {
    background-color: rgba(0,5,5,0.8);
  }

  .sm\:focus\:bg-black-low:focus {
    background-color: #0A000000;
  }

  .sm\:focus\:bg-black-semi:focus {
    background-color: #66000000;
  }

  .sm\:focus\:bg-white-low:focus {
    background-color: rgba(255,255,255,0.06);
  }

  .sm\:focus\:bg-white-medium:focus {
    background-color: rgba(255,255,255,0.12);
  }

  .sm\:focus\:bg-white-semi:focus {
    background-color: rgba(255,255,255,0.6);
  }

  .sm\:focus\:bg-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-expedition:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: rgba(0,0,0,0);
  }

  .sm\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .sm\:bg-opacity-1 {
    --tw-bg-opacity: .01;
  }

  .sm\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .sm\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .sm\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .sm\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .sm\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .sm\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .sm\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .sm\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .sm\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .sm\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .sm\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .sm\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .sm\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .sm\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .sm\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .sm\:group-hover\:bg-opacity-1 {
    --tw-bg-opacity: .01;
  }

  .group:hover .sm\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .sm\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .sm\:focus-within\:bg-opacity-1:focus-within {
    --tw-bg-opacity: .01;
  }

  .sm\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .sm\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .sm\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .sm\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .sm\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .sm\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .sm\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .sm\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .sm\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .sm\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .sm\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .sm\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .sm\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .sm\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .sm\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .sm\:hover\:bg-opacity-1:hover {
    --tw-bg-opacity: .01;
  }

  .sm\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .sm\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .sm\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .sm\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .sm\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .sm\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .sm\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .sm\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .sm\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .sm\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .sm\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .sm\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .sm\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .sm\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .sm\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .sm\:focus\:bg-opacity-1:focus {
    --tw-bg-opacity: .01;
  }

  .sm\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .sm\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .sm\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .sm\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .sm\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .sm\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .sm\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .sm\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .sm\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .sm\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .sm\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .sm\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .sm\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .sm\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .sm\:bg-none {
    background-image: none;
  }

  .sm\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .sm\:bg-landing-main {
    background-image: url('resources/imgs/landing-main.jpg');
  }

  .sm\:bg-gradient-radial {
    background-image: radial-gradient(var(--gradient-color-stops));
  }

  .sm\:from-tropic-base {
    --tw-gradient-from: #032729;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .sm\:from-tropic-light {
    --tw-gradient-from: rgba(3,39,41,0.7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .sm\:from-tropic-6p {
    --tw-gradient-from: rgba(3,39,41,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .sm\:from-tropic-90p {
    --tw-gradient-from: rgba(3,39,41,0.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .sm\:from-taiga-base {
    --tw-gradient-from: #56766E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .sm\:from-taiga-light {
    --tw-gradient-from: #608178;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .sm\:from-savana {
    --tw-gradient-from: #EFD9AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .sm\:from-tundra {
    --tw-gradient-from: #F2F2EE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .sm\:from-arctic-base {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-arctic-low {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-arctic-very-low {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-black-base {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-black-dim {
    --tw-gradient-from: rgba(0,5,5,0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .sm\:from-black-low {
    --tw-gradient-from: #0A000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .sm\:from-black-semi {
    --tw-gradient-from: #66000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .sm\:from-white-low {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-white-medium {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-white-semi {
    --tw-gradient-from: rgba(255,255,255,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-error {
    --tw-gradient-from: #D17A3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .sm\:from-yellow {
    --tw-gradient-from: #CC9747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .sm\:from-expedition {
    --tw-gradient-from: #4F7088;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .sm\:from-green-base {
    --tw-gradient-from: #8CAE44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .sm\:from-green-light {
    --tw-gradient-from: #E3E6E1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .sm\:from-red-base {
    --tw-gradient-from: #bf0b0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .sm\:from-transparent {
    --tw-gradient-from: rgba(0,0,0,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-tropic-base:hover {
    --tw-gradient-from: #032729;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .sm\:hover\:from-tropic-light:hover {
    --tw-gradient-from: rgba(3,39,41,0.7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .sm\:hover\:from-tropic-6p:hover {
    --tw-gradient-from: rgba(3,39,41,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .sm\:hover\:from-tropic-90p:hover {
    --tw-gradient-from: rgba(3,39,41,0.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .sm\:hover\:from-taiga-base:hover {
    --tw-gradient-from: #56766E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .sm\:hover\:from-taiga-light:hover {
    --tw-gradient-from: #608178;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .sm\:hover\:from-savana:hover {
    --tw-gradient-from: #EFD9AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .sm\:hover\:from-tundra:hover {
    --tw-gradient-from: #F2F2EE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .sm\:hover\:from-arctic-base:hover {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-arctic-low:hover {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-arctic-very-low:hover {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-black-base:hover {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-black-dim:hover {
    --tw-gradient-from: rgba(0,5,5,0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .sm\:hover\:from-black-low:hover {
    --tw-gradient-from: #0A000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .sm\:hover\:from-black-semi:hover {
    --tw-gradient-from: #66000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .sm\:hover\:from-white-low:hover {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-white-medium:hover {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-white-semi:hover {
    --tw-gradient-from: rgba(255,255,255,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-error:hover {
    --tw-gradient-from: #D17A3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .sm\:hover\:from-yellow:hover {
    --tw-gradient-from: #CC9747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .sm\:hover\:from-expedition:hover {
    --tw-gradient-from: #4F7088;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .sm\:hover\:from-green-base:hover {
    --tw-gradient-from: #8CAE44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .sm\:hover\:from-green-light:hover {
    --tw-gradient-from: #E3E6E1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .sm\:hover\:from-red-base:hover {
    --tw-gradient-from: #bf0b0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .sm\:hover\:from-transparent:hover {
    --tw-gradient-from: rgba(0,0,0,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-tropic-base:focus {
    --tw-gradient-from: #032729;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .sm\:focus\:from-tropic-light:focus {
    --tw-gradient-from: rgba(3,39,41,0.7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .sm\:focus\:from-tropic-6p:focus {
    --tw-gradient-from: rgba(3,39,41,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .sm\:focus\:from-tropic-90p:focus {
    --tw-gradient-from: rgba(3,39,41,0.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .sm\:focus\:from-taiga-base:focus {
    --tw-gradient-from: #56766E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .sm\:focus\:from-taiga-light:focus {
    --tw-gradient-from: #608178;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .sm\:focus\:from-savana:focus {
    --tw-gradient-from: #EFD9AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .sm\:focus\:from-tundra:focus {
    --tw-gradient-from: #F2F2EE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .sm\:focus\:from-arctic-base:focus {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-arctic-low:focus {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-arctic-very-low:focus {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-black-base:focus {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-black-dim:focus {
    --tw-gradient-from: rgba(0,5,5,0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .sm\:focus\:from-black-low:focus {
    --tw-gradient-from: #0A000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .sm\:focus\:from-black-semi:focus {
    --tw-gradient-from: #66000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .sm\:focus\:from-white-low:focus {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-white-medium:focus {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-white-semi:focus {
    --tw-gradient-from: rgba(255,255,255,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-error:focus {
    --tw-gradient-from: #D17A3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .sm\:focus\:from-yellow:focus {
    --tw-gradient-from: #CC9747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .sm\:focus\:from-expedition:focus {
    --tw-gradient-from: #4F7088;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .sm\:focus\:from-green-base:focus {
    --tw-gradient-from: #8CAE44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .sm\:focus\:from-green-light:focus {
    --tw-gradient-from: #E3E6E1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .sm\:focus\:from-red-base:focus {
    --tw-gradient-from: #bf0b0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .sm\:focus\:from-transparent:focus {
    --tw-gradient-from: rgba(0,0,0,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-tropic-base {
    --tw-gradient-stops: var(--tw-gradient-from), #032729, var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .sm\:via-tropic-light {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.7), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .sm\:via-tropic-6p {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.6), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .sm\:via-tropic-90p {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.9), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .sm\:via-taiga-base {
    --tw-gradient-stops: var(--tw-gradient-from), #56766E, var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .sm\:via-taiga-light {
    --tw-gradient-stops: var(--tw-gradient-from), #608178, var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .sm\:via-savana {
    --tw-gradient-stops: var(--tw-gradient-from), #EFD9AE, var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .sm\:via-tundra {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2EE, var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .sm\:via-arctic-base {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-arctic-low {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-arctic-very-low {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-black-base {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-black-dim {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,5,5,0.8), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .sm\:via-black-low {
    --tw-gradient-stops: var(--tw-gradient-from), #0A000000, var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .sm\:via-black-semi {
    --tw-gradient-stops: var(--tw-gradient-from), #66000000, var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .sm\:via-white-low {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-white-medium {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-white-semi {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), #D17A3A, var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .sm\:via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #CC9747, var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .sm\:via-expedition {
    --tw-gradient-stops: var(--tw-gradient-from), #4F7088, var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .sm\:via-green-base {
    --tw-gradient-stops: var(--tw-gradient-from), #8CAE44, var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .sm\:via-green-light {
    --tw-gradient-stops: var(--tw-gradient-from), #E3E6E1, var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .sm\:via-red-base {
    --tw-gradient-stops: var(--tw-gradient-from), #bf0b0b, var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .sm\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-tropic-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #032729, var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .sm\:hover\:via-tropic-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.7), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .sm\:hover\:via-tropic-6p:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.6), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .sm\:hover\:via-tropic-90p:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.9), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .sm\:hover\:via-taiga-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #56766E, var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .sm\:hover\:via-taiga-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #608178, var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .sm\:hover\:via-savana:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EFD9AE, var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .sm\:hover\:via-tundra:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2EE, var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .sm\:hover\:via-arctic-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-arctic-low:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-arctic-very-low:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-black-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-black-dim:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,5,5,0.8), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .sm\:hover\:via-black-low:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0A000000, var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .sm\:hover\:via-black-semi:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #66000000, var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .sm\:hover\:via-white-low:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-white-medium:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-white-semi:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D17A3A, var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .sm\:hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CC9747, var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .sm\:hover\:via-expedition:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F7088, var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .sm\:hover\:via-green-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8CAE44, var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .sm\:hover\:via-green-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E3E6E1, var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .sm\:hover\:via-red-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bf0b0b, var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .sm\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-tropic-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #032729, var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .sm\:focus\:via-tropic-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.7), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .sm\:focus\:via-tropic-6p:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.6), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .sm\:focus\:via-tropic-90p:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.9), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .sm\:focus\:via-taiga-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #56766E, var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .sm\:focus\:via-taiga-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #608178, var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .sm\:focus\:via-savana:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EFD9AE, var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .sm\:focus\:via-tundra:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2EE, var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .sm\:focus\:via-arctic-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-arctic-low:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-arctic-very-low:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-black-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-black-dim:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,5,5,0.8), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .sm\:focus\:via-black-low:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0A000000, var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .sm\:focus\:via-black-semi:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #66000000, var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .sm\:focus\:via-white-low:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-white-medium:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-white-semi:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D17A3A, var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .sm\:focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CC9747, var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .sm\:focus\:via-expedition:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F7088, var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .sm\:focus\:via-green-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8CAE44, var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .sm\:focus\:via-green-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E3E6E1, var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .sm\:focus\:via-red-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bf0b0b, var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .sm\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:to-tropic-base {
    --tw-gradient-to: #032729;
  }

  .sm\:to-tropic-light {
    --tw-gradient-to: rgba(3,39,41,0.7);
  }

  .sm\:to-tropic-6p {
    --tw-gradient-to: rgba(3,39,41,0.6);
  }

  .sm\:to-tropic-90p {
    --tw-gradient-to: rgba(3,39,41,0.9);
  }

  .sm\:to-taiga-base {
    --tw-gradient-to: #56766E;
  }

  .sm\:to-taiga-light {
    --tw-gradient-to: #608178;
  }

  .sm\:to-savana {
    --tw-gradient-to: #EFD9AE;
  }

  .sm\:to-tundra {
    --tw-gradient-to: #F2F2EE;
  }

  .sm\:to-arctic-base {
    --tw-gradient-to: #FFFFFF;
  }

  .sm\:to-arctic-low {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .sm\:to-arctic-very-low {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .sm\:to-black-base {
    --tw-gradient-to: #000000;
  }

  .sm\:to-black-dim {
    --tw-gradient-to: rgba(0,5,5,0.8);
  }

  .sm\:to-black-low {
    --tw-gradient-to: #0A000000;
  }

  .sm\:to-black-semi {
    --tw-gradient-to: #66000000;
  }

  .sm\:to-white-low {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .sm\:to-white-medium {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .sm\:to-white-semi {
    --tw-gradient-to: rgba(255,255,255,0.6);
  }

  .sm\:to-error {
    --tw-gradient-to: #D17A3A;
  }

  .sm\:to-yellow {
    --tw-gradient-to: #CC9747;
  }

  .sm\:to-expedition {
    --tw-gradient-to: #4F7088;
  }

  .sm\:to-green-base {
    --tw-gradient-to: #8CAE44;
  }

  .sm\:to-green-light {
    --tw-gradient-to: #E3E6E1;
  }

  .sm\:to-red-base {
    --tw-gradient-to: #bf0b0b;
  }

  .sm\:to-transparent {
    --tw-gradient-to: rgba(0,0,0,0);
  }

  .sm\:hover\:to-tropic-base:hover {
    --tw-gradient-to: #032729;
  }

  .sm\:hover\:to-tropic-light:hover {
    --tw-gradient-to: rgba(3,39,41,0.7);
  }

  .sm\:hover\:to-tropic-6p:hover {
    --tw-gradient-to: rgba(3,39,41,0.6);
  }

  .sm\:hover\:to-tropic-90p:hover {
    --tw-gradient-to: rgba(3,39,41,0.9);
  }

  .sm\:hover\:to-taiga-base:hover {
    --tw-gradient-to: #56766E;
  }

  .sm\:hover\:to-taiga-light:hover {
    --tw-gradient-to: #608178;
  }

  .sm\:hover\:to-savana:hover {
    --tw-gradient-to: #EFD9AE;
  }

  .sm\:hover\:to-tundra:hover {
    --tw-gradient-to: #F2F2EE;
  }

  .sm\:hover\:to-arctic-base:hover {
    --tw-gradient-to: #FFFFFF;
  }

  .sm\:hover\:to-arctic-low:hover {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .sm\:hover\:to-arctic-very-low:hover {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .sm\:hover\:to-black-base:hover {
    --tw-gradient-to: #000000;
  }

  .sm\:hover\:to-black-dim:hover {
    --tw-gradient-to: rgba(0,5,5,0.8);
  }

  .sm\:hover\:to-black-low:hover {
    --tw-gradient-to: #0A000000;
  }

  .sm\:hover\:to-black-semi:hover {
    --tw-gradient-to: #66000000;
  }

  .sm\:hover\:to-white-low:hover {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .sm\:hover\:to-white-medium:hover {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .sm\:hover\:to-white-semi:hover {
    --tw-gradient-to: rgba(255,255,255,0.6);
  }

  .sm\:hover\:to-error:hover {
    --tw-gradient-to: #D17A3A;
  }

  .sm\:hover\:to-yellow:hover {
    --tw-gradient-to: #CC9747;
  }

  .sm\:hover\:to-expedition:hover {
    --tw-gradient-to: #4F7088;
  }

  .sm\:hover\:to-green-base:hover {
    --tw-gradient-to: #8CAE44;
  }

  .sm\:hover\:to-green-light:hover {
    --tw-gradient-to: #E3E6E1;
  }

  .sm\:hover\:to-red-base:hover {
    --tw-gradient-to: #bf0b0b;
  }

  .sm\:hover\:to-transparent:hover {
    --tw-gradient-to: rgba(0,0,0,0);
  }

  .sm\:focus\:to-tropic-base:focus {
    --tw-gradient-to: #032729;
  }

  .sm\:focus\:to-tropic-light:focus {
    --tw-gradient-to: rgba(3,39,41,0.7);
  }

  .sm\:focus\:to-tropic-6p:focus {
    --tw-gradient-to: rgba(3,39,41,0.6);
  }

  .sm\:focus\:to-tropic-90p:focus {
    --tw-gradient-to: rgba(3,39,41,0.9);
  }

  .sm\:focus\:to-taiga-base:focus {
    --tw-gradient-to: #56766E;
  }

  .sm\:focus\:to-taiga-light:focus {
    --tw-gradient-to: #608178;
  }

  .sm\:focus\:to-savana:focus {
    --tw-gradient-to: #EFD9AE;
  }

  .sm\:focus\:to-tundra:focus {
    --tw-gradient-to: #F2F2EE;
  }

  .sm\:focus\:to-arctic-base:focus {
    --tw-gradient-to: #FFFFFF;
  }

  .sm\:focus\:to-arctic-low:focus {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .sm\:focus\:to-arctic-very-low:focus {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .sm\:focus\:to-black-base:focus {
    --tw-gradient-to: #000000;
  }

  .sm\:focus\:to-black-dim:focus {
    --tw-gradient-to: rgba(0,5,5,0.8);
  }

  .sm\:focus\:to-black-low:focus {
    --tw-gradient-to: #0A000000;
  }

  .sm\:focus\:to-black-semi:focus {
    --tw-gradient-to: #66000000;
  }

  .sm\:focus\:to-white-low:focus {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .sm\:focus\:to-white-medium:focus {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .sm\:focus\:to-white-semi:focus {
    --tw-gradient-to: rgba(255,255,255,0.6);
  }

  .sm\:focus\:to-error:focus {
    --tw-gradient-to: #D17A3A;
  }

  .sm\:focus\:to-yellow:focus {
    --tw-gradient-to: #CC9747;
  }

  .sm\:focus\:to-expedition:focus {
    --tw-gradient-to: #4F7088;
  }

  .sm\:focus\:to-green-base:focus {
    --tw-gradient-to: #8CAE44;
  }

  .sm\:focus\:to-green-light:focus {
    --tw-gradient-to: #E3E6E1;
  }

  .sm\:focus\:to-red-base:focus {
    --tw-gradient-to: #bf0b0b;
  }

  .sm\:focus\:to-transparent:focus {
    --tw-gradient-to: rgba(0,0,0,0);
  }

  .sm\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .sm\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .sm\:bg-auto {
    background-size: auto;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:bg-fixed {
    background-attachment: fixed;
  }

  .sm\:bg-local {
    background-attachment: local;
  }

  .sm\:bg-scroll {
    background-attachment: scroll;
  }

  .sm\:bg-clip-border {
    background-clip: border-box;
  }

  .sm\:bg-clip-padding {
    background-clip: padding-box;
  }

  .sm\:bg-clip-content {
    background-clip: content-box;
  }

  .sm\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm\:bg-bottom {
    background-position: bottom;
  }

  .sm\:bg-center {
    background-position: center;
  }

  .sm\:bg-left {
    background-position: left;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:bg-left-top {
    background-position: left top;
  }

  .sm\:bg-right {
    background-position: right;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:bg-right-top {
    background-position: right top;
  }

  .sm\:bg-top {
    background-position: top;
  }

  .sm\:bg-repeat {
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round {
    background-repeat: round;
  }

  .sm\:bg-repeat-space {
    background-repeat: space;
  }

  .sm\:bg-origin-border {
    background-origin: border-box;
  }

  .sm\:bg-origin-padding {
    background-origin: padding-box;
  }

  .sm\:bg-origin-content {
    background-origin: content-box;
  }

  .sm\:fill-current {
    fill: currentColor;
  }

  .sm\:stroke-current {
    stroke: currentColor;
  }

  .sm\:stroke-0 {
    stroke-width: 0;
  }

  .sm\:stroke-1 {
    stroke-width: 1;
  }

  .sm\:stroke-2 {
    stroke-width: 2;
  }

  .sm\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-9 {
    padding: 2.25rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-11 {
    padding: 2.75rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-14 {
    padding: 3.5rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .sm\:p-28 {
    padding: 7rem;
  }

  .sm\:p-32 {
    padding: 8rem;
  }

  .sm\:p-36 {
    padding: 9rem;
  }

  .sm\:p-40 {
    padding: 10rem;
  }

  .sm\:p-44 {
    padding: 11rem;
  }

  .sm\:p-48 {
    padding: 12rem;
  }

  .sm\:p-52 {
    padding: 13rem;
  }

  .sm\:p-56 {
    padding: 14rem;
  }

  .sm\:p-60 {
    padding: 15rem;
  }

  .sm\:p-64 {
    padding: 16rem;
  }

  .sm\:p-72 {
    padding: 18rem;
  }

  .sm\:p-80 {
    padding: 20rem;
  }

  .sm\:p-96 {
    padding: 24rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:p-0\.5 {
    padding: 0.125rem;
  }

  .sm\:p-1\.5 {
    padding: 0.375rem;
  }

  .sm\:p-2\.5 {
    padding: 0.625rem;
  }

  .sm\:p-3\.5 {
    padding: 0.875rem;
  }

  .sm\:p-4px {
    padding: 4px;
  }

  .sm\:p-7px {
    padding: 7px;
  }

  .sm\:p-8px {
    padding: 8px;
  }

  .sm\:p-10px {
    padding: 10px;
  }

  .sm\:p-12px {
    padding: 12px;
  }

  .sm\:p-14px {
    padding: 14px;
  }

  .sm\:p-16px {
    padding: 16px;
  }

  .sm\:p-20px {
    padding: 20px;
  }

  .sm\:p-24px {
    padding: 24px;
  }

  .sm\:p-26px {
    padding: 26px;
  }

  .sm\:p-28px {
    padding: 28px;
  }

  .sm\:p-32px {
    padding: 32px;
  }

  .sm\:p-40px {
    padding: 40px;
  }

  .sm\:p-48px {
    padding: 48px;
  }

  .sm\:p-60px {
    padding: 60px;
  }

  .sm\:p-94px {
    padding: 94px;
  }

  .sm\:p-100px {
    padding: 100px;
  }

  .sm\:p-135px {
    padding: 135px;
  }

  .sm\:p-150px {
    padding: 150px;
  }

  .sm\:p-268px {
    padding: 268px;
  }

  .sm\:p-300px {
    padding: 300px;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:px-4px {
    padding-left: 4px;
    padding-right: 4px;
  }

  .sm\:px-7px {
    padding-left: 7px;
    padding-right: 7px;
  }

  .sm\:px-8px {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sm\:px-10px {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm\:px-12px {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sm\:px-14px {
    padding-left: 14px;
    padding-right: 14px;
  }

  .sm\:px-16px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sm\:px-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm\:px-24px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm\:px-26px {
    padding-left: 26px;
    padding-right: 26px;
  }

  .sm\:px-28px {
    padding-left: 28px;
    padding-right: 28px;
  }

  .sm\:px-32px {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sm\:px-40px {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sm\:px-48px {
    padding-left: 48px;
    padding-right: 48px;
  }

  .sm\:px-60px {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm\:px-94px {
    padding-left: 94px;
    padding-right: 94px;
  }

  .sm\:px-100px {
    padding-left: 100px;
    padding-right: 100px;
  }

  .sm\:px-135px {
    padding-left: 135px;
    padding-right: 135px;
  }

  .sm\:px-150px {
    padding-left: 150px;
    padding-right: 150px;
  }

  .sm\:px-268px {
    padding-left: 268px;
    padding-right: 268px;
  }

  .sm\:px-300px {
    padding-left: 300px;
    padding-right: 300px;
  }

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:py-4px {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .sm\:py-7px {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .sm\:py-8px {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sm\:py-10px {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm\:py-12px {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sm\:py-14px {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .sm\:py-16px {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sm\:py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sm\:py-24px {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sm\:py-26px {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .sm\:py-28px {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .sm\:py-32px {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sm\:py-40px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sm\:py-48px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sm\:py-60px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sm\:py-94px {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .sm\:py-100px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sm\:py-135px {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .sm\:py-150px {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .sm\:py-268px {
    padding-top: 268px;
    padding-bottom: 268px;
  }

  .sm\:py-300px {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pt-7 {
    padding-top: 1.75rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pt-9 {
    padding-top: 2.25rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pt-11 {
    padding-top: 2.75rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pt-28 {
    padding-top: 7rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pt-36 {
    padding-top: 9rem;
  }

  .sm\:pt-40 {
    padding-top: 10rem;
  }

  .sm\:pt-44 {
    padding-top: 11rem;
  }

  .sm\:pt-48 {
    padding-top: 12rem;
  }

  .sm\:pt-52 {
    padding-top: 13rem;
  }

  .sm\:pt-56 {
    padding-top: 14rem;
  }

  .sm\:pt-60 {
    padding-top: 15rem;
  }

  .sm\:pt-64 {
    padding-top: 16rem;
  }

  .sm\:pt-72 {
    padding-top: 18rem;
  }

  .sm\:pt-80 {
    padding-top: 20rem;
  }

  .sm\:pt-96 {
    padding-top: 24rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .sm\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .sm\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .sm\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .sm\:pt-4px {
    padding-top: 4px;
  }

  .sm\:pt-7px {
    padding-top: 7px;
  }

  .sm\:pt-8px {
    padding-top: 8px;
  }

  .sm\:pt-10px {
    padding-top: 10px;
  }

  .sm\:pt-12px {
    padding-top: 12px;
  }

  .sm\:pt-14px {
    padding-top: 14px;
  }

  .sm\:pt-16px {
    padding-top: 16px;
  }

  .sm\:pt-20px {
    padding-top: 20px;
  }

  .sm\:pt-24px {
    padding-top: 24px;
  }

  .sm\:pt-26px {
    padding-top: 26px;
  }

  .sm\:pt-28px {
    padding-top: 28px;
  }

  .sm\:pt-32px {
    padding-top: 32px;
  }

  .sm\:pt-40px {
    padding-top: 40px;
  }

  .sm\:pt-48px {
    padding-top: 48px;
  }

  .sm\:pt-60px {
    padding-top: 60px;
  }

  .sm\:pt-94px {
    padding-top: 94px;
  }

  .sm\:pt-100px {
    padding-top: 100px;
  }

  .sm\:pt-135px {
    padding-top: 135px;
  }

  .sm\:pt-150px {
    padding-top: 150px;
  }

  .sm\:pt-268px {
    padding-top: 268px;
  }

  .sm\:pt-300px {
    padding-top: 300px;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pr-7 {
    padding-right: 1.75rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pr-9 {
    padding-right: 2.25rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pr-11 {
    padding-right: 2.75rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pr-14 {
    padding-right: 3.5rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pr-28 {
    padding-right: 7rem;
  }

  .sm\:pr-32 {
    padding-right: 8rem;
  }

  .sm\:pr-36 {
    padding-right: 9rem;
  }

  .sm\:pr-40 {
    padding-right: 10rem;
  }

  .sm\:pr-44 {
    padding-right: 11rem;
  }

  .sm\:pr-48 {
    padding-right: 12rem;
  }

  .sm\:pr-52 {
    padding-right: 13rem;
  }

  .sm\:pr-56 {
    padding-right: 14rem;
  }

  .sm\:pr-60 {
    padding-right: 15rem;
  }

  .sm\:pr-64 {
    padding-right: 16rem;
  }

  .sm\:pr-72 {
    padding-right: 18rem;
  }

  .sm\:pr-80 {
    padding-right: 20rem;
  }

  .sm\:pr-96 {
    padding-right: 24rem;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .sm\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .sm\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .sm\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .sm\:pr-4px {
    padding-right: 4px;
  }

  .sm\:pr-7px {
    padding-right: 7px;
  }

  .sm\:pr-8px {
    padding-right: 8px;
  }

  .sm\:pr-10px {
    padding-right: 10px;
  }

  .sm\:pr-12px {
    padding-right: 12px;
  }

  .sm\:pr-14px {
    padding-right: 14px;
  }

  .sm\:pr-16px {
    padding-right: 16px;
  }

  .sm\:pr-20px {
    padding-right: 20px;
  }

  .sm\:pr-24px {
    padding-right: 24px;
  }

  .sm\:pr-26px {
    padding-right: 26px;
  }

  .sm\:pr-28px {
    padding-right: 28px;
  }

  .sm\:pr-32px {
    padding-right: 32px;
  }

  .sm\:pr-40px {
    padding-right: 40px;
  }

  .sm\:pr-48px {
    padding-right: 48px;
  }

  .sm\:pr-60px {
    padding-right: 60px;
  }

  .sm\:pr-94px {
    padding-right: 94px;
  }

  .sm\:pr-100px {
    padding-right: 100px;
  }

  .sm\:pr-135px {
    padding-right: 135px;
  }

  .sm\:pr-150px {
    padding-right: 150px;
  }

  .sm\:pr-268px {
    padding-right: 268px;
  }

  .sm\:pr-300px {
    padding-right: 300px;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pb-28 {
    padding-bottom: 7rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pb-36 {
    padding-bottom: 9rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pb-44 {
    padding-bottom: 11rem;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem;
  }

  .sm\:pb-52 {
    padding-bottom: 13rem;
  }

  .sm\:pb-56 {
    padding-bottom: 14rem;
  }

  .sm\:pb-60 {
    padding-bottom: 15rem;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem;
  }

  .sm\:pb-72 {
    padding-bottom: 18rem;
  }

  .sm\:pb-80 {
    padding-bottom: 20rem;
  }

  .sm\:pb-96 {
    padding-bottom: 24rem;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .sm\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .sm\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .sm\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .sm\:pb-4px {
    padding-bottom: 4px;
  }

  .sm\:pb-7px {
    padding-bottom: 7px;
  }

  .sm\:pb-8px {
    padding-bottom: 8px;
  }

  .sm\:pb-10px {
    padding-bottom: 10px;
  }

  .sm\:pb-12px {
    padding-bottom: 12px;
  }

  .sm\:pb-14px {
    padding-bottom: 14px;
  }

  .sm\:pb-16px {
    padding-bottom: 16px;
  }

  .sm\:pb-20px {
    padding-bottom: 20px;
  }

  .sm\:pb-24px {
    padding-bottom: 24px;
  }

  .sm\:pb-26px {
    padding-bottom: 26px;
  }

  .sm\:pb-28px {
    padding-bottom: 28px;
  }

  .sm\:pb-32px {
    padding-bottom: 32px;
  }

  .sm\:pb-40px {
    padding-bottom: 40px;
  }

  .sm\:pb-48px {
    padding-bottom: 48px;
  }

  .sm\:pb-60px {
    padding-bottom: 60px;
  }

  .sm\:pb-94px {
    padding-bottom: 94px;
  }

  .sm\:pb-100px {
    padding-bottom: 100px;
  }

  .sm\:pb-135px {
    padding-bottom: 135px;
  }

  .sm\:pb-150px {
    padding-bottom: 150px;
  }

  .sm\:pb-268px {
    padding-bottom: 268px;
  }

  .sm\:pb-300px {
    padding-bottom: 300px;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pl-7 {
    padding-left: 1.75rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pl-9 {
    padding-left: 2.25rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pl-11 {
    padding-left: 2.75rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pl-14 {
    padding-left: 3.5rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pl-28 {
    padding-left: 7rem;
  }

  .sm\:pl-32 {
    padding-left: 8rem;
  }

  .sm\:pl-36 {
    padding-left: 9rem;
  }

  .sm\:pl-40 {
    padding-left: 10rem;
  }

  .sm\:pl-44 {
    padding-left: 11rem;
  }

  .sm\:pl-48 {
    padding-left: 12rem;
  }

  .sm\:pl-52 {
    padding-left: 13rem;
  }

  .sm\:pl-56 {
    padding-left: 14rem;
  }

  .sm\:pl-60 {
    padding-left: 15rem;
  }

  .sm\:pl-64 {
    padding-left: 16rem;
  }

  .sm\:pl-72 {
    padding-left: 18rem;
  }

  .sm\:pl-80 {
    padding-left: 20rem;
  }

  .sm\:pl-96 {
    padding-left: 24rem;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .sm\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .sm\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .sm\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .sm\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .sm\:pl-4px {
    padding-left: 4px;
  }

  .sm\:pl-7px {
    padding-left: 7px;
  }

  .sm\:pl-8px {
    padding-left: 8px;
  }

  .sm\:pl-10px {
    padding-left: 10px;
  }

  .sm\:pl-12px {
    padding-left: 12px;
  }

  .sm\:pl-14px {
    padding-left: 14px;
  }

  .sm\:pl-16px {
    padding-left: 16px;
  }

  .sm\:pl-20px {
    padding-left: 20px;
  }

  .sm\:pl-24px {
    padding-left: 24px;
  }

  .sm\:pl-26px {
    padding-left: 26px;
  }

  .sm\:pl-28px {
    padding-left: 28px;
  }

  .sm\:pl-32px {
    padding-left: 32px;
  }

  .sm\:pl-40px {
    padding-left: 40px;
  }

  .sm\:pl-48px {
    padding-left: 48px;
  }

  .sm\:pl-60px {
    padding-left: 60px;
  }

  .sm\:pl-94px {
    padding-left: 94px;
  }

  .sm\:pl-100px {
    padding-left: 100px;
  }

  .sm\:pl-135px {
    padding-left: 135px;
  }

  .sm\:pl-150px {
    padding-left: 150px;
  }

  .sm\:pl-268px {
    padding-left: 268px;
  }

  .sm\:pl-300px {
    padding-left: 300px;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:font-Steelfish {
    font-family: Steelfish;
  }

  .sm\:font-Poppins {
    font-family: Poppins;
  }

  .sm\:font-ReenieBeanie {
    font-family: ReenieBeanie;
  }

  .sm\:text-120px {
    font-size: 120px;
  }

  .sm\:text-100px {
    font-size: 100px;
  }

  .sm\:text-96px {
    font-size: 96px;
  }

  .sm\:text-72px {
    font-size: 72px;
  }

  .sm\:text-64px {
    font-size: 64px;
  }

  .sm\:text-48px {
    font-size: 48px;
  }

  .sm\:text-42px {
    font-size: 42px;
  }

  .sm\:text-38px {
    font-size: 38px;
  }

  .sm\:text-36px {
    font-size: 36px;
  }

  .sm\:text-34px {
    font-size: 34px;
  }

  .sm\:text-32px {
    font-size: 32px;
  }

  .sm\:text-28px {
    font-size: 28px;
  }

  .sm\:text-24px {
    font-size: 24px;
  }

  .sm\:text-22px {
    font-size: 22px;
  }

  .sm\:text-20px {
    font-size: 20px;
  }

  .sm\:text-18px {
    font-size: 18px;
  }

  .sm\:text-17px {
    font-size: 17px;
  }

  .sm\:text-16px {
    font-size: 16px;
  }

  .sm\:text-15px {
    font-size: 15px;
  }

  .sm\:text-14px {
    font-size: 14px;
  }

  .sm\:text-13px {
    font-size: 13px;
  }

  .sm\:text-12px {
    font-size: 12px;
  }

  .sm\:text-11px {
    font-size: 11px;
  }

  .sm\:font-thin {
    font-weight: 100;
  }

  .sm\:font-extralight {
    font-weight: 200;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-extrabold {
    font-weight: 800;
  }

  .sm\:font-black {
    font-weight: 900;
  }

  .sm\:uppercase {
    text-transform: uppercase;
  }

  .sm\:lowercase {
    text-transform: lowercase;
  }

  .sm\:capitalize {
    text-transform: capitalize;
  }

  .sm\:normal-case {
    text-transform: none;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:not-italic {
    font-style: normal;
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --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);
  }

  .sm\:normal-nums {
    font-variant-numeric: normal;
  }

  .sm\:ordinal {
    --tw-ordinal: ordinal;
  }

  .sm\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .sm\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .sm\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .sm\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .sm\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .sm\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .sm\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .sm\:leading-3 {
    line-height: .75rem;
  }

  .sm\:leading-4 {
    line-height: 1rem;
  }

  .sm\:leading-5 {
    line-height: 1.25rem;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }

  .sm\:leading-7 {
    line-height: 1.75rem;
  }

  .sm\:leading-8 {
    line-height: 2rem;
  }

  .sm\:leading-9 {
    line-height: 2.25rem;
  }

  .sm\:leading-10 {
    line-height: 2.5rem;
  }

  .sm\:leading-19 {
    line-height: 19px;
  }

  .sm\:leading-29 {
    line-height: 29px;
  }

  .sm\:leading-46 {
    line-height: 46px;
  }

  .sm\:leading-173 {
    line-height: 173px;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }

  .sm\:leading-snug {
    line-height: 1.375;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:leading-relaxed {
    line-height: 1.625;
  }

  .sm\:leading-loose {
    line-height: 2;
  }

  .sm\:leading-160p {
    line-height: 160%;
  }

  .sm\:leading-145p {
    line-height: 145%;
  }

  .sm\:leading-120p {
    line-height: 120%;
  }

  .sm\:tracking-2 {
    letter-spacing: 0.02em;
  }

  .sm\:tracking-14 {
    letter-spacing: 0.14em;
  }

  .sm\:tracking-26 {
    letter-spacing: 0.26em;
  }

  .sm\:tracking-28 {
    letter-spacing: 0.28em;
  }

  .sm\:text-tropic-base {
    --tw-text-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-text-opacity));
  }

  .sm\:text-tropic-light {
    color: rgba(3,39,41,0.7);
  }

  .sm\:text-tropic-6p {
    color: rgba(3,39,41,0.6);
  }

  .sm\:text-tropic-90p {
    color: rgba(3,39,41,0.9);
  }

  .sm\:text-taiga-base {
    --tw-text-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-text-opacity));
  }

  .sm\:text-taiga-light {
    --tw-text-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-text-opacity));
  }

  .sm\:text-savana {
    --tw-text-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-text-opacity));
  }

  .sm\:text-tundra {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-text-opacity));
  }

  .sm\:text-arctic-base {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:text-arctic-low {
    color: rgba(255,255,255,0.12);
  }

  .sm\:text-arctic-very-low {
    color: rgba(255,255,255,0.06);
  }

  .sm\:text-black-base {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:text-black-dim {
    color: rgba(0,5,5,0.8);
  }

  .sm\:text-black-low {
    color: #0A000000;
  }

  .sm\:text-black-semi {
    color: #66000000;
  }

  .sm\:text-white-low {
    color: rgba(255,255,255,0.06);
  }

  .sm\:text-white-medium {
    color: rgba(255,255,255,0.12);
  }

  .sm\:text-white-semi {
    color: rgba(255,255,255,0.6);
  }

  .sm\:text-error {
    --tw-text-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-text-opacity));
  }

  .sm\:text-yellow {
    --tw-text-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-text-opacity));
  }

  .sm\:text-expedition {
    --tw-text-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-text-opacity));
  }

  .sm\:text-green-base {
    --tw-text-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-text-opacity));
  }

  .sm\:text-green-light {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-text-opacity));
  }

  .sm\:text-red-base {
    --tw-text-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-text-opacity));
  }

  .sm\:text-transparent {
    color: rgba(0,0,0,0);
  }

  .group:hover .sm\:group-hover\:text-tropic-base {
    --tw-text-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-tropic-light {
    color: rgba(3,39,41,0.7);
  }

  .group:hover .sm\:group-hover\:text-tropic-6p {
    color: rgba(3,39,41,0.6);
  }

  .group:hover .sm\:group-hover\:text-tropic-90p {
    color: rgba(3,39,41,0.9);
  }

  .group:hover .sm\:group-hover\:text-taiga-base {
    --tw-text-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-taiga-light {
    --tw-text-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-savana {
    --tw-text-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-tundra {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-arctic-base {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-arctic-low {
    color: rgba(255,255,255,0.12);
  }

  .group:hover .sm\:group-hover\:text-arctic-very-low {
    color: rgba(255,255,255,0.06);
  }

  .group:hover .sm\:group-hover\:text-black-base {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-black-dim {
    color: rgba(0,5,5,0.8);
  }

  .group:hover .sm\:group-hover\:text-black-low {
    color: #0A000000;
  }

  .group:hover .sm\:group-hover\:text-black-semi {
    color: #66000000;
  }

  .group:hover .sm\:group-hover\:text-white-low {
    color: rgba(255,255,255,0.06);
  }

  .group:hover .sm\:group-hover\:text-white-medium {
    color: rgba(255,255,255,0.12);
  }

  .group:hover .sm\:group-hover\:text-white-semi {
    color: rgba(255,255,255,0.6);
  }

  .group:hover .sm\:group-hover\:text-error {
    --tw-text-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow {
    --tw-text-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-expedition {
    --tw-text-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-base {
    --tw-text-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-light {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-base {
    --tw-text-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-transparent {
    color: rgba(0,0,0,0);
  }

  .sm\:focus-within\:text-tropic-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-tropic-light:focus-within {
    color: rgba(3,39,41,0.7);
  }

  .sm\:focus-within\:text-tropic-6p:focus-within {
    color: rgba(3,39,41,0.6);
  }

  .sm\:focus-within\:text-tropic-90p:focus-within {
    color: rgba(3,39,41,0.9);
  }

  .sm\:focus-within\:text-taiga-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-taiga-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-savana:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-tundra:focus-within {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-arctic-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-arctic-low:focus-within {
    color: rgba(255,255,255,0.12);
  }

  .sm\:focus-within\:text-arctic-very-low:focus-within {
    color: rgba(255,255,255,0.06);
  }

  .sm\:focus-within\:text-black-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-black-dim:focus-within {
    color: rgba(0,5,5,0.8);
  }

  .sm\:focus-within\:text-black-low:focus-within {
    color: #0A000000;
  }

  .sm\:focus-within\:text-black-semi:focus-within {
    color: #66000000;
  }

  .sm\:focus-within\:text-white-low:focus-within {
    color: rgba(255,255,255,0.06);
  }

  .sm\:focus-within\:text-white-medium:focus-within {
    color: rgba(255,255,255,0.12);
  }

  .sm\:focus-within\:text-white-semi:focus-within {
    color: rgba(255,255,255,0.6);
  }

  .sm\:focus-within\:text-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow:focus-within {
    --tw-text-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-expedition:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-transparent:focus-within {
    color: rgba(0,0,0,0);
  }

  .sm\:hover\:text-tropic-base:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-text-opacity));
  }

  .sm\:hover\:text-tropic-light:hover {
    color: rgba(3,39,41,0.7);
  }

  .sm\:hover\:text-tropic-6p:hover {
    color: rgba(3,39,41,0.6);
  }

  .sm\:hover\:text-tropic-90p:hover {
    color: rgba(3,39,41,0.9);
  }

  .sm\:hover\:text-taiga-base:hover {
    --tw-text-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-text-opacity));
  }

  .sm\:hover\:text-taiga-light:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-text-opacity));
  }

  .sm\:hover\:text-savana:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-text-opacity));
  }

  .sm\:hover\:text-tundra:hover {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-text-opacity));
  }

  .sm\:hover\:text-arctic-base:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-arctic-low:hover {
    color: rgba(255,255,255,0.12);
  }

  .sm\:hover\:text-arctic-very-low:hover {
    color: rgba(255,255,255,0.06);
  }

  .sm\:hover\:text-black-base:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-black-dim:hover {
    color: rgba(0,5,5,0.8);
  }

  .sm\:hover\:text-black-low:hover {
    color: #0A000000;
  }

  .sm\:hover\:text-black-semi:hover {
    color: #66000000;
  }

  .sm\:hover\:text-white-low:hover {
    color: rgba(255,255,255,0.06);
  }

  .sm\:hover\:text-white-medium:hover {
    color: rgba(255,255,255,0.12);
  }

  .sm\:hover\:text-white-semi:hover {
    color: rgba(255,255,255,0.6);
  }

  .sm\:hover\:text-error:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow:hover {
    --tw-text-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-text-opacity));
  }

  .sm\:hover\:text-expedition:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-base:hover {
    --tw-text-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-light:hover {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-base:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-text-opacity));
  }

  .sm\:hover\:text-transparent:hover {
    color: rgba(0,0,0,0);
  }

  .sm\:focus\:text-tropic-base:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-text-opacity));
  }

  .sm\:focus\:text-tropic-light:focus {
    color: rgba(3,39,41,0.7);
  }

  .sm\:focus\:text-tropic-6p:focus {
    color: rgba(3,39,41,0.6);
  }

  .sm\:focus\:text-tropic-90p:focus {
    color: rgba(3,39,41,0.9);
  }

  .sm\:focus\:text-taiga-base:focus {
    --tw-text-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-text-opacity));
  }

  .sm\:focus\:text-taiga-light:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-text-opacity));
  }

  .sm\:focus\:text-savana:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-text-opacity));
  }

  .sm\:focus\:text-tundra:focus {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-text-opacity));
  }

  .sm\:focus\:text-arctic-base:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-arctic-low:focus {
    color: rgba(255,255,255,0.12);
  }

  .sm\:focus\:text-arctic-very-low:focus {
    color: rgba(255,255,255,0.06);
  }

  .sm\:focus\:text-black-base:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-black-dim:focus {
    color: rgba(0,5,5,0.8);
  }

  .sm\:focus\:text-black-low:focus {
    color: #0A000000;
  }

  .sm\:focus\:text-black-semi:focus {
    color: #66000000;
  }

  .sm\:focus\:text-white-low:focus {
    color: rgba(255,255,255,0.06);
  }

  .sm\:focus\:text-white-medium:focus {
    color: rgba(255,255,255,0.12);
  }

  .sm\:focus\:text-white-semi:focus {
    color: rgba(255,255,255,0.6);
  }

  .sm\:focus\:text-error:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow:focus {
    --tw-text-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-text-opacity));
  }

  .sm\:focus\:text-expedition:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-base:focus {
    --tw-text-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-light:focus {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-base:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-text-opacity));
  }

  .sm\:focus\:text-transparent:focus {
    color: rgba(0,0,0,0);
  }

  .sm\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .sm\:text-opacity-1 {
    --tw-text-opacity: .01;
  }

  .sm\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .sm\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .sm\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .sm\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .sm\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .sm\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .sm\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .sm\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .sm\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .sm\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .sm\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .sm\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .sm\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .sm\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .sm\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .sm\:group-hover\:text-opacity-1 {
    --tw-text-opacity: .01;
  }

  .group:hover .sm\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .sm\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .sm\:focus-within\:text-opacity-1:focus-within {
    --tw-text-opacity: .01;
  }

  .sm\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .sm\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .sm\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .sm\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .sm\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .sm\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .sm\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .sm\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .sm\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .sm\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .sm\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .sm\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .sm\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .sm\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .sm\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .sm\:hover\:text-opacity-1:hover {
    --tw-text-opacity: .01;
  }

  .sm\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .sm\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .sm\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .sm\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .sm\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .sm\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .sm\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .sm\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .sm\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .sm\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .sm\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .sm\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .sm\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .sm\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .sm\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .sm\:focus\:text-opacity-1:focus {
    --tw-text-opacity: .01;
  }

  .sm\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .sm\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .sm\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .sm\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .sm\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .sm\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .sm\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .sm\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .sm\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .sm\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .sm\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .sm\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .sm\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .sm\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .sm\:underline {
    text-decoration: underline;
  }

  .sm\:line-through {
    text-decoration: line-through;
  }

  .sm\:no-underline {
    text-decoration: none;
  }

  .group:hover .sm\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .sm\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .sm\:group-hover\:no-underline {
    text-decoration: none;
  }

  .sm\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .sm\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .sm\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline;
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:placeholder-tropic-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-tropic-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-tropic-light::-moz-placeholder {
    color: rgba(3,39,41,0.7);
  }

  .sm\:placeholder-tropic-light::placeholder {
    color: rgba(3,39,41,0.7);
  }

  .sm\:placeholder-tropic-6p::-moz-placeholder {
    color: rgba(3,39,41,0.6);
  }

  .sm\:placeholder-tropic-6p::placeholder {
    color: rgba(3,39,41,0.6);
  }

  .sm\:placeholder-tropic-90p::-moz-placeholder {
    color: rgba(3,39,41,0.9);
  }

  .sm\:placeholder-tropic-90p::placeholder {
    color: rgba(3,39,41,0.9);
  }

  .sm\:placeholder-taiga-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-taiga-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-taiga-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-taiga-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-savana::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-savana::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-tundra::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-tundra::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-arctic-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-arctic-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-arctic-low::-moz-placeholder {
    color: rgba(255,255,255,0.12);
  }

  .sm\:placeholder-arctic-low::placeholder {
    color: rgba(255,255,255,0.12);
  }

  .sm\:placeholder-arctic-very-low::-moz-placeholder {
    color: rgba(255,255,255,0.06);
  }

  .sm\:placeholder-arctic-very-low::placeholder {
    color: rgba(255,255,255,0.06);
  }

  .sm\:placeholder-black-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-dim::-moz-placeholder {
    color: rgba(0,5,5,0.8);
  }

  .sm\:placeholder-black-dim::placeholder {
    color: rgba(0,5,5,0.8);
  }

  .sm\:placeholder-black-low::-moz-placeholder {
    color: #0A000000;
  }

  .sm\:placeholder-black-low::placeholder {
    color: #0A000000;
  }

  .sm\:placeholder-black-semi::-moz-placeholder {
    color: #66000000;
  }

  .sm\:placeholder-black-semi::placeholder {
    color: #66000000;
  }

  .sm\:placeholder-white-low::-moz-placeholder {
    color: rgba(255,255,255,0.06);
  }

  .sm\:placeholder-white-low::placeholder {
    color: rgba(255,255,255,0.06);
  }

  .sm\:placeholder-white-medium::-moz-placeholder {
    color: rgba(255,255,255,0.12);
  }

  .sm\:placeholder-white-medium::placeholder {
    color: rgba(255,255,255,0.12);
  }

  .sm\:placeholder-white-semi::-moz-placeholder {
    color: rgba(255,255,255,0.6);
  }

  .sm\:placeholder-white-semi::placeholder {
    color: rgba(255,255,255,0.6);
  }

  .sm\:placeholder-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-expedition::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-expedition::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-transparent::-moz-placeholder {
    color: rgba(0,0,0,0);
  }

  .sm\:placeholder-transparent::placeholder {
    color: rgba(0,0,0,0);
  }

  .sm\:focus\:placeholder-tropic-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-tropic-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-tropic-light:focus::-moz-placeholder {
    color: rgba(3,39,41,0.7);
  }

  .sm\:focus\:placeholder-tropic-light:focus::placeholder {
    color: rgba(3,39,41,0.7);
  }

  .sm\:focus\:placeholder-tropic-6p:focus::-moz-placeholder {
    color: rgba(3,39,41,0.6);
  }

  .sm\:focus\:placeholder-tropic-6p:focus::placeholder {
    color: rgba(3,39,41,0.6);
  }

  .sm\:focus\:placeholder-tropic-90p:focus::-moz-placeholder {
    color: rgba(3,39,41,0.9);
  }

  .sm\:focus\:placeholder-tropic-90p:focus::placeholder {
    color: rgba(3,39,41,0.9);
  }

  .sm\:focus\:placeholder-taiga-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-taiga-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-taiga-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-taiga-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-savana:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-savana:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-tundra:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-tundra:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-arctic-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-arctic-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-arctic-low:focus::-moz-placeholder {
    color: rgba(255,255,255,0.12);
  }

  .sm\:focus\:placeholder-arctic-low:focus::placeholder {
    color: rgba(255,255,255,0.12);
  }

  .sm\:focus\:placeholder-arctic-very-low:focus::-moz-placeholder {
    color: rgba(255,255,255,0.06);
  }

  .sm\:focus\:placeholder-arctic-very-low:focus::placeholder {
    color: rgba(255,255,255,0.06);
  }

  .sm\:focus\:placeholder-black-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-dim:focus::-moz-placeholder {
    color: rgba(0,5,5,0.8);
  }

  .sm\:focus\:placeholder-black-dim:focus::placeholder {
    color: rgba(0,5,5,0.8);
  }

  .sm\:focus\:placeholder-black-low:focus::-moz-placeholder {
    color: #0A000000;
  }

  .sm\:focus\:placeholder-black-low:focus::placeholder {
    color: #0A000000;
  }

  .sm\:focus\:placeholder-black-semi:focus::-moz-placeholder {
    color: #66000000;
  }

  .sm\:focus\:placeholder-black-semi:focus::placeholder {
    color: #66000000;
  }

  .sm\:focus\:placeholder-white-low:focus::-moz-placeholder {
    color: rgba(255,255,255,0.06);
  }

  .sm\:focus\:placeholder-white-low:focus::placeholder {
    color: rgba(255,255,255,0.06);
  }

  .sm\:focus\:placeholder-white-medium:focus::-moz-placeholder {
    color: rgba(255,255,255,0.12);
  }

  .sm\:focus\:placeholder-white-medium:focus::placeholder {
    color: rgba(255,255,255,0.12);
  }

  .sm\:focus\:placeholder-white-semi:focus::-moz-placeholder {
    color: rgba(255,255,255,0.6);
  }

  .sm\:focus\:placeholder-white-semi:focus::placeholder {
    color: rgba(255,255,255,0.6);
  }

  .sm\:focus\:placeholder-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-expedition:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-expedition:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: rgba(0,0,0,0);
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: rgba(0,0,0,0);
  }

  .sm\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-1::-moz-placeholder {
    --tw-placeholder-opacity: .01;
  }

  .sm\:placeholder-opacity-1::placeholder {
    --tw-placeholder-opacity: .01;
  }

  .sm\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: .01;
  }

  .sm\:focus\:placeholder-opacity-1:focus::placeholder {
    --tw-placeholder-opacity: .01;
  }

  .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-1 {
    opacity: .01;
  }

  .sm\:opacity-5 {
    opacity: 0.05;
  }

  .sm\:opacity-10 {
    opacity: 0.1;
  }

  .sm\:opacity-20 {
    opacity: 0.2;
  }

  .sm\:opacity-25 {
    opacity: 0.25;
  }

  .sm\:opacity-30 {
    opacity: 0.3;
  }

  .sm\:opacity-40 {
    opacity: 0.4;
  }

  .sm\:opacity-50 {
    opacity: 0.5;
  }

  .sm\:opacity-60 {
    opacity: 0.6;
  }

  .sm\:opacity-70 {
    opacity: 0.7;
  }

  .sm\:opacity-75 {
    opacity: 0.75;
  }

  .sm\:opacity-80 {
    opacity: 0.8;
  }

  .sm\:opacity-90 {
    opacity: 0.9;
  }

  .sm\:opacity-95 {
    opacity: 0.95;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .group:hover .sm\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .sm\:group-hover\:opacity-1 {
    opacity: .01;
  }

  .group:hover .sm\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .sm\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .sm\:focus-within\:opacity-1:focus-within {
    opacity: .01;
  }

  .sm\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .sm\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .sm\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .sm\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .sm\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .sm\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .sm\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .sm\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .sm\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .sm\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .sm\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .sm\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .sm\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .sm\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .sm\:hover\:opacity-1:hover {
    opacity: .01;
  }

  .sm\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .sm\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .sm\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .sm\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .sm\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .sm\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .sm\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .sm\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .sm\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .sm\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .sm\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .sm\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .sm\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .sm\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .sm\:focus\:opacity-1:focus {
    opacity: .01;
  }

  .sm\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .sm\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .sm\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .sm\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .sm\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .sm\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .sm\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .sm\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .sm\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .sm\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .sm\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .sm\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .sm\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .sm\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .sm\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .sm\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .sm\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .sm\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .sm\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .sm\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .sm\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .sm\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .sm\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .sm\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .sm\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .sm\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .sm\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .sm\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .sm\:bg-blend-color {
    background-blend-mode: color;
  }

  .sm\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .sm\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .sm\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .sm\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .sm\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .sm\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .sm\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .sm\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .sm\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .sm\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .sm\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .sm\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .sm\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .sm\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .sm\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .sm\:mix-blend-color {
    mix-blend-mode: color;
  }

  .sm\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .sm\: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);
  }

  .sm\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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 .sm\: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 .sm\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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 .sm\: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 .sm\: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 .sm\: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 .sm\: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 .sm\: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 .sm\: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);
  }

  .sm\: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);
  }

  .sm\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .sm\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .sm\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .sm\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .sm\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .sm\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .sm\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .sm\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .sm\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .sm\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .sm\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .sm\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .sm\:ring-inset {
    --tw-ring-inset: inset;
  }

  .sm\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .sm\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .sm\:ring-tropic-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 39, 41, var(--tw-ring-opacity));
  }

  .sm\:ring-tropic-light {
    --tw-ring-color: rgba(3,39,41,0.7);
  }

  .sm\:ring-tropic-6p {
    --tw-ring-color: rgba(3,39,41,0.6);
  }

  .sm\:ring-tropic-90p {
    --tw-ring-color: rgba(3,39,41,0.9);
  }

  .sm\:ring-taiga-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(86, 118, 110, var(--tw-ring-opacity));
  }

  .sm\:ring-taiga-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 129, 120, var(--tw-ring-opacity));
  }

  .sm\:ring-savana {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 217, 174, var(--tw-ring-opacity));
  }

  .sm\:ring-tundra {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 238, var(--tw-ring-opacity));
  }

  .sm\:ring-arctic-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-arctic-low {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .sm\:ring-arctic-very-low {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .sm\:ring-black-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-black-dim {
    --tw-ring-color: rgba(0,5,5,0.8);
  }

  .sm\:ring-black-low {
    --tw-ring-color: #0A000000;
  }

  .sm\:ring-black-semi {
    --tw-ring-color: #66000000;
  }

  .sm\:ring-white-low {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .sm\:ring-white-medium {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .sm\:ring-white-semi {
    --tw-ring-color: rgba(255,255,255,0.6);
  }

  .sm\:ring-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 122, 58, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 151, 71, var(--tw-ring-opacity));
  }

  .sm\:ring-expedition {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 112, 136, var(--tw-ring-opacity));
  }

  .sm\:ring-green-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(140, 174, 68, var(--tw-ring-opacity));
  }

  .sm\:ring-green-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 230, 225, var(--tw-ring-opacity));
  }

  .sm\:ring-red-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 11, 11, var(--tw-ring-opacity));
  }

  .sm\:ring-transparent {
    --tw-ring-color: rgba(0,0,0,0);
  }

  .sm\:focus-within\:ring-tropic-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 39, 41, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-tropic-light:focus-within {
    --tw-ring-color: rgba(3,39,41,0.7);
  }

  .sm\:focus-within\:ring-tropic-6p:focus-within {
    --tw-ring-color: rgba(3,39,41,0.6);
  }

  .sm\:focus-within\:ring-tropic-90p:focus-within {
    --tw-ring-color: rgba(3,39,41,0.9);
  }

  .sm\:focus-within\:ring-taiga-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(86, 118, 110, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-taiga-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 129, 120, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-savana:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 217, 174, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-tundra:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 238, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-arctic-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-arctic-low:focus-within {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .sm\:focus-within\:ring-arctic-very-low:focus-within {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .sm\:focus-within\:ring-black-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-black-dim:focus-within {
    --tw-ring-color: rgba(0,5,5,0.8);
  }

  .sm\:focus-within\:ring-black-low:focus-within {
    --tw-ring-color: #0A000000;
  }

  .sm\:focus-within\:ring-black-semi:focus-within {
    --tw-ring-color: #66000000;
  }

  .sm\:focus-within\:ring-white-low:focus-within {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .sm\:focus-within\:ring-white-medium:focus-within {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .sm\:focus-within\:ring-white-semi:focus-within {
    --tw-ring-color: rgba(255,255,255,0.6);
  }

  .sm\:focus-within\:ring-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 122, 58, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 151, 71, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-expedition:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 112, 136, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(140, 174, 68, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 230, 225, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 11, 11, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: rgba(0,0,0,0);
  }

  .sm\:focus\:ring-tropic-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 39, 41, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-tropic-light:focus {
    --tw-ring-color: rgba(3,39,41,0.7);
  }

  .sm\:focus\:ring-tropic-6p:focus {
    --tw-ring-color: rgba(3,39,41,0.6);
  }

  .sm\:focus\:ring-tropic-90p:focus {
    --tw-ring-color: rgba(3,39,41,0.9);
  }

  .sm\:focus\:ring-taiga-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(86, 118, 110, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-taiga-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 129, 120, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-savana:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 217, 174, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-tundra:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 238, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-arctic-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-arctic-low:focus {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .sm\:focus\:ring-arctic-very-low:focus {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .sm\:focus\:ring-black-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-black-dim:focus {
    --tw-ring-color: rgba(0,5,5,0.8);
  }

  .sm\:focus\:ring-black-low:focus {
    --tw-ring-color: #0A000000;
  }

  .sm\:focus\:ring-black-semi:focus {
    --tw-ring-color: #66000000;
  }

  .sm\:focus\:ring-white-low:focus {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .sm\:focus\:ring-white-medium:focus {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .sm\:focus\:ring-white-semi:focus {
    --tw-ring-color: rgba(255,255,255,0.6);
  }

  .sm\:focus\:ring-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 122, 58, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 151, 71, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-expedition:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 112, 136, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(140, 174, 68, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 230, 225, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 11, 11, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-transparent:focus {
    --tw-ring-color: rgba(0,0,0,0);
  }

  .sm\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .sm\:ring-opacity-1 {
    --tw-ring-opacity: .01;
  }

  .sm\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .sm\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .sm\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .sm\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .sm\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .sm\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .sm\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .sm\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .sm\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .sm\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .sm\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .sm\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .sm\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .sm\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .sm\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .sm\:focus-within\:ring-opacity-1:focus-within {
    --tw-ring-opacity: .01;
  }

  .sm\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .sm\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .sm\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .sm\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .sm\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .sm\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .sm\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .sm\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .sm\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .sm\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .sm\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .sm\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .sm\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .sm\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .sm\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .sm\:focus\:ring-opacity-1:focus {
    --tw-ring-opacity: .01;
  }

  .sm\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .sm\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .sm\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .sm\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .sm\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .sm\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .sm\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .sm\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .sm\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .sm\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .sm\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .sm\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .sm\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .sm\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .sm\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .sm\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .sm\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .sm\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .sm\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .sm\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .sm\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .sm\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .sm\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .sm\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .sm\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .sm\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .sm\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .sm\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .sm\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .sm\:ring-offset-tropic-base {
    --tw-ring-offset-color: #032729;
  }

  .sm\:ring-offset-tropic-light {
    --tw-ring-offset-color: rgba(3,39,41,0.7);
  }

  .sm\:ring-offset-tropic-6p {
    --tw-ring-offset-color: rgba(3,39,41,0.6);
  }

  .sm\:ring-offset-tropic-90p {
    --tw-ring-offset-color: rgba(3,39,41,0.9);
  }

  .sm\:ring-offset-taiga-base {
    --tw-ring-offset-color: #56766E;
  }

  .sm\:ring-offset-taiga-light {
    --tw-ring-offset-color: #608178;
  }

  .sm\:ring-offset-savana {
    --tw-ring-offset-color: #EFD9AE;
  }

  .sm\:ring-offset-tundra {
    --tw-ring-offset-color: #F2F2EE;
  }

  .sm\:ring-offset-arctic-base {
    --tw-ring-offset-color: #FFFFFF;
  }

  .sm\:ring-offset-arctic-low {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .sm\:ring-offset-arctic-very-low {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .sm\:ring-offset-black-base {
    --tw-ring-offset-color: #000000;
  }

  .sm\:ring-offset-black-dim {
    --tw-ring-offset-color: rgba(0,5,5,0.8);
  }

  .sm\:ring-offset-black-low {
    --tw-ring-offset-color: #0A000000;
  }

  .sm\:ring-offset-black-semi {
    --tw-ring-offset-color: #66000000;
  }

  .sm\:ring-offset-white-low {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .sm\:ring-offset-white-medium {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .sm\:ring-offset-white-semi {
    --tw-ring-offset-color: rgba(255,255,255,0.6);
  }

  .sm\:ring-offset-error {
    --tw-ring-offset-color: #D17A3A;
  }

  .sm\:ring-offset-yellow {
    --tw-ring-offset-color: #CC9747;
  }

  .sm\:ring-offset-expedition {
    --tw-ring-offset-color: #4F7088;
  }

  .sm\:ring-offset-green-base {
    --tw-ring-offset-color: #8CAE44;
  }

  .sm\:ring-offset-green-light {
    --tw-ring-offset-color: #E3E6E1;
  }

  .sm\:ring-offset-red-base {
    --tw-ring-offset-color: #bf0b0b;
  }

  .sm\:ring-offset-transparent {
    --tw-ring-offset-color: rgba(0,0,0,0);
  }

  .sm\:focus-within\:ring-offset-tropic-base:focus-within {
    --tw-ring-offset-color: #032729;
  }

  .sm\:focus-within\:ring-offset-tropic-light:focus-within {
    --tw-ring-offset-color: rgba(3,39,41,0.7);
  }

  .sm\:focus-within\:ring-offset-tropic-6p:focus-within {
    --tw-ring-offset-color: rgba(3,39,41,0.6);
  }

  .sm\:focus-within\:ring-offset-tropic-90p:focus-within {
    --tw-ring-offset-color: rgba(3,39,41,0.9);
  }

  .sm\:focus-within\:ring-offset-taiga-base:focus-within {
    --tw-ring-offset-color: #56766E;
  }

  .sm\:focus-within\:ring-offset-taiga-light:focus-within {
    --tw-ring-offset-color: #608178;
  }

  .sm\:focus-within\:ring-offset-savana:focus-within {
    --tw-ring-offset-color: #EFD9AE;
  }

  .sm\:focus-within\:ring-offset-tundra:focus-within {
    --tw-ring-offset-color: #F2F2EE;
  }

  .sm\:focus-within\:ring-offset-arctic-base:focus-within {
    --tw-ring-offset-color: #FFFFFF;
  }

  .sm\:focus-within\:ring-offset-arctic-low:focus-within {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .sm\:focus-within\:ring-offset-arctic-very-low:focus-within {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .sm\:focus-within\:ring-offset-black-base:focus-within {
    --tw-ring-offset-color: #000000;
  }

  .sm\:focus-within\:ring-offset-black-dim:focus-within {
    --tw-ring-offset-color: rgba(0,5,5,0.8);
  }

  .sm\:focus-within\:ring-offset-black-low:focus-within {
    --tw-ring-offset-color: #0A000000;
  }

  .sm\:focus-within\:ring-offset-black-semi:focus-within {
    --tw-ring-offset-color: #66000000;
  }

  .sm\:focus-within\:ring-offset-white-low:focus-within {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .sm\:focus-within\:ring-offset-white-medium:focus-within {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .sm\:focus-within\:ring-offset-white-semi:focus-within {
    --tw-ring-offset-color: rgba(255,255,255,0.6);
  }

  .sm\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: #D17A3A;
  }

  .sm\:focus-within\:ring-offset-yellow:focus-within {
    --tw-ring-offset-color: #CC9747;
  }

  .sm\:focus-within\:ring-offset-expedition:focus-within {
    --tw-ring-offset-color: #4F7088;
  }

  .sm\:focus-within\:ring-offset-green-base:focus-within {
    --tw-ring-offset-color: #8CAE44;
  }

  .sm\:focus-within\:ring-offset-green-light:focus-within {
    --tw-ring-offset-color: #E3E6E1;
  }

  .sm\:focus-within\:ring-offset-red-base:focus-within {
    --tw-ring-offset-color: #bf0b0b;
  }

  .sm\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: rgba(0,0,0,0);
  }

  .sm\:focus\:ring-offset-tropic-base:focus {
    --tw-ring-offset-color: #032729;
  }

  .sm\:focus\:ring-offset-tropic-light:focus {
    --tw-ring-offset-color: rgba(3,39,41,0.7);
  }

  .sm\:focus\:ring-offset-tropic-6p:focus {
    --tw-ring-offset-color: rgba(3,39,41,0.6);
  }

  .sm\:focus\:ring-offset-tropic-90p:focus {
    --tw-ring-offset-color: rgba(3,39,41,0.9);
  }

  .sm\:focus\:ring-offset-taiga-base:focus {
    --tw-ring-offset-color: #56766E;
  }

  .sm\:focus\:ring-offset-taiga-light:focus {
    --tw-ring-offset-color: #608178;
  }

  .sm\:focus\:ring-offset-savana:focus {
    --tw-ring-offset-color: #EFD9AE;
  }

  .sm\:focus\:ring-offset-tundra:focus {
    --tw-ring-offset-color: #F2F2EE;
  }

  .sm\:focus\:ring-offset-arctic-base:focus {
    --tw-ring-offset-color: #FFFFFF;
  }

  .sm\:focus\:ring-offset-arctic-low:focus {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .sm\:focus\:ring-offset-arctic-very-low:focus {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .sm\:focus\:ring-offset-black-base:focus {
    --tw-ring-offset-color: #000000;
  }

  .sm\:focus\:ring-offset-black-dim:focus {
    --tw-ring-offset-color: rgba(0,5,5,0.8);
  }

  .sm\:focus\:ring-offset-black-low:focus {
    --tw-ring-offset-color: #0A000000;
  }

  .sm\:focus\:ring-offset-black-semi:focus {
    --tw-ring-offset-color: #66000000;
  }

  .sm\:focus\:ring-offset-white-low:focus {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .sm\:focus\:ring-offset-white-medium:focus {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .sm\:focus\:ring-offset-white-semi:focus {
    --tw-ring-offset-color: rgba(255,255,255,0.6);
  }

  .sm\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: #D17A3A;
  }

  .sm\:focus\:ring-offset-yellow:focus {
    --tw-ring-offset-color: #CC9747;
  }

  .sm\:focus\:ring-offset-expedition:focus {
    --tw-ring-offset-color: #4F7088;
  }

  .sm\:focus\:ring-offset-green-base:focus {
    --tw-ring-offset-color: #8CAE44;
  }

  .sm\:focus\:ring-offset-green-light:focus {
    --tw-ring-offset-color: #E3E6E1;
  }

  .sm\:focus\:ring-offset-red-base:focus {
    --tw-ring-offset-color: #bf0b0b;
  }

  .sm\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: rgba(0,0,0,0);
  }

  .sm\: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);
  }

  .sm\:filter-none {
    filter: none;
  }

  .sm\:blur-0 {
    --tw-blur: blur(0);
  }

  .sm\:blur-none {
    --tw-blur: blur(0);
  }

  .sm\:blur-sm {
    --tw-blur: blur(4px);
  }

  .sm\:blur {
    --tw-blur: blur(8px);
  }

  .sm\:blur-md {
    --tw-blur: blur(12px);
  }

  .sm\:blur-lg {
    --tw-blur: blur(16px);
  }

  .sm\:blur-xl {
    --tw-blur: blur(24px);
  }

  .sm\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .sm\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .sm\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .sm\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .sm\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .sm\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .sm\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .sm\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .sm\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .sm\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .sm\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .sm\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .sm\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .sm\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .sm\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .sm\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .sm\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .sm\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .sm\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .sm\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .sm\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .sm\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .sm\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .sm\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .sm\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .sm\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .sm\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .sm\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .sm\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .sm\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .sm\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .sm\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .sm\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .sm\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .sm\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .sm\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .sm\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .sm\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .sm\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .sm\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .sm\:invert-0 {
    --tw-invert: invert(0);
  }

  .sm\:invert {
    --tw-invert: invert(100%);
  }

  .sm\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .sm\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .sm\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .sm\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .sm\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .sm\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .sm\:sepia {
    --tw-sepia: sepia(100%);
  }

  .sm\: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);
  }

  .sm\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .sm\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .sm\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .sm\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .sm\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .sm\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .sm\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .sm\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .sm\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .sm\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .sm\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .sm\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .sm\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .sm\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .sm\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .sm\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .sm\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .sm\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .sm\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .sm\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .sm\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .sm\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .sm\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .sm\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .sm\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .sm\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .sm\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .sm\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .sm\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .sm\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .sm\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .sm\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .sm\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .sm\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .sm\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .sm\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .sm\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .sm\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .sm\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .sm\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .sm\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .sm\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .sm\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .sm\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .sm\:backdrop-opacity-1 {
    --tw-backdrop-opacity: opacity(.01);
  }

  .sm\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .sm\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .sm\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .sm\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .sm\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .sm\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .sm\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .sm\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .sm\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .sm\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .sm\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .sm\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .sm\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .sm\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .sm\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .sm\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .sm\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .sm\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .sm\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .sm\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .sm\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .sm\:transition-none {
    transition-property: none;
  }

  .sm\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\: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;
  }

  .sm\: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;
  }

  .sm\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:delay-75 {
    transition-delay: 75ms;
  }

  .sm\:delay-100 {
    transition-delay: 100ms;
  }

  .sm\:delay-150 {
    transition-delay: 150ms;
  }

  .sm\:delay-200 {
    transition-delay: 200ms;
  }

  .sm\:delay-300 {
    transition-delay: 300ms;
  }

  .sm\:delay-500 {
    transition-delay: 500ms;
  }

  .sm\:delay-700 {
    transition-delay: 700ms;
  }

  .sm\:delay-1000 {
    transition-delay: 1000ms;
  }

  .sm\:duration-0 {
    transition-duration: 0ms;
  }

  .sm\:duration-75 {
    transition-duration: 75ms;
  }

  .sm\:duration-100 {
    transition-duration: 100ms;
  }

  .sm\:duration-150 {
    transition-duration: 150ms;
  }

  .sm\:duration-200 {
    transition-duration: 200ms;
  }

  .sm\:duration-300 {
    transition-duration: 300ms;
  }

  .sm\:duration-500 {
    transition-duration: 500ms;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }

  .sm\:duration-1000 {
    transition-duration: 1000ms;
  }

  .sm\:duration-1300 {
    transition-duration: 1300ms;
  }

  .sm\:duration-1500 {
    transition-duration: 1500ms;
  }

  .sm\:ease-linear {
    transition-timing-function: linear;
  }

  .sm\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 420px) {
  .lm\:container {
    width: 100%;
  }

  @media (min-width: 360px) {
    .lm\:container {
      max-width: 360px;
    }
  }

  @media (min-width: 420px) {
    .lm\:container {
      max-width: 420px;
    }
  }

  @media (min-width: 768px) {
    .lm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1920px) {
    .lm\:container {
      max-width: 1920px;
    }
  }

  .lm\: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;
  }

  .lm\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lm\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lm\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lm\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lm\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lm\:pointer-events-none {
    pointer-events: none;
  }

  .lm\:pointer-events-auto {
    pointer-events: auto;
  }

  .lm\:visible {
    visibility: visible;
  }

  .lm\:invisible {
    visibility: hidden;
  }

  .lm\:static {
    position: static;
  }

  .lm\:fixed {
    position: fixed;
  }

  .lm\:absolute {
    position: absolute;
  }

  .lm\:relative {
    position: relative;
  }

  .lm\:sticky {
    position: sticky;
  }

  .lm\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lm\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lm\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lm\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .lm\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lm\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lm\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lm\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .lm\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lm\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .lm\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .lm\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .lm\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .lm\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .lm\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .lm\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .lm\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .lm\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .lm\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .lm\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .lm\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .lm\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .lm\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .lm\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .lm\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .lm\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .lm\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .lm\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .lm\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .lm\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .lm\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lm\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lm\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .lm\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .lm\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .lm\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .lm\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lm\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .lm\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .lm\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .lm\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .lm\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .lm\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .lm\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .lm\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .lm\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .lm\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .lm\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .lm\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .lm\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .lm\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .lm\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .lm\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .lm\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .lm\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .lm\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .lm\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .lm\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .lm\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .lm\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .lm\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .lm\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .lm\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .lm\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .lm\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .lm\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .lm\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lm\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .lm\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .lm\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .lm\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .lm\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lm\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .lm\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .lm\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lm\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lm\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .lm\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lm\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lm\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .lm\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .lm\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lm\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lm\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lm\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lm\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .lm\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .lm\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .lm\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .lm\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .lm\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .lm\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .lm\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .lm\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .lm\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .lm\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .lm\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .lm\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .lm\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .lm\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .lm\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .lm\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .lm\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .lm\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .lm\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .lm\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .lm\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .lm\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .lm\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .lm\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .lm\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .lm\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .lm\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .lm\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .lm\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .lm\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .lm\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .lm\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .lm\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .lm\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .lm\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .lm\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .lm\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .lm\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .lm\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .lm\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .lm\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .lm\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .lm\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .lm\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .lm\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .lm\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .lm\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .lm\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .lm\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .lm\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .lm\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .lm\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .lm\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .lm\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .lm\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .lm\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .lm\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .lm\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .lm\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .lm\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .lm\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .lm\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .lm\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .lm\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .lm\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .lm\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .lm\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .lm\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .lm\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .lm\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .lm\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .lm\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .lm\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .lm\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .lm\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .lm\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .lm\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .lm\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .lm\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .lm\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .lm\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .lm\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .lm\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .lm\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .lm\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lm\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lm\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lm\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lm\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .lm\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lm\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lm\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lm\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .lm\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lm\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lm\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .lm\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .lm\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .lm\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .lm\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .lm\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .lm\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .lm\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .lm\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .lm\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .lm\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .lm\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .lm\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .lm\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .lm\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .lm\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .lm\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .lm\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .lm\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .lm\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lm\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .lm\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .lm\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .lm\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .lm\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .lm\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lm\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .lm\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lm\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lm\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .lm\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .lm\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lm\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .lm\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .lm\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .lm\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .lm\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .lm\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .lm\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .lm\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .lm\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .lm\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .lm\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .lm\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .lm\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .lm\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .lm\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .lm\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .lm\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .lm\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .lm\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .lm\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .lm\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .lm\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .lm\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .lm\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .lm\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .lm\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .lm\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .lm\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .lm\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .lm\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lm\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lm\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .lm\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .lm\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .lm\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .lm\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .lm\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lm\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lm\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .lm\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .lm\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .lm\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .lm\:top-0 {
    top: 0px;
  }

  .lm\:top-1 {
    top: 0.25rem;
  }

  .lm\:top-2 {
    top: 0.5rem;
  }

  .lm\:top-3 {
    top: 0.75rem;
  }

  .lm\:top-4 {
    top: 1rem;
  }

  .lm\:top-5 {
    top: 1.25rem;
  }

  .lm\:top-6 {
    top: 1.5rem;
  }

  .lm\:top-7 {
    top: 1.75rem;
  }

  .lm\:top-8 {
    top: 2rem;
  }

  .lm\:top-9 {
    top: 2.25rem;
  }

  .lm\:top-10 {
    top: 2.5rem;
  }

  .lm\:top-11 {
    top: 2.75rem;
  }

  .lm\:top-12 {
    top: 3rem;
  }

  .lm\:top-14 {
    top: 3.5rem;
  }

  .lm\:top-16 {
    top: 4rem;
  }

  .lm\:top-20 {
    top: 5rem;
  }

  .lm\:top-24 {
    top: 6rem;
  }

  .lm\:top-28 {
    top: 7rem;
  }

  .lm\:top-32 {
    top: 8rem;
  }

  .lm\:top-36 {
    top: 9rem;
  }

  .lm\:top-40 {
    top: 10rem;
  }

  .lm\:top-44 {
    top: 11rem;
  }

  .lm\:top-48 {
    top: 12rem;
  }

  .lm\:top-52 {
    top: 13rem;
  }

  .lm\:top-56 {
    top: 14rem;
  }

  .lm\:top-60 {
    top: 15rem;
  }

  .lm\:top-64 {
    top: 16rem;
  }

  .lm\:top-72 {
    top: 18rem;
  }

  .lm\:top-80 {
    top: 20rem;
  }

  .lm\:top-96 {
    top: 24rem;
  }

  .lm\:top-auto {
    top: auto;
  }

  .lm\:top-px {
    top: 1px;
  }

  .lm\:top-0\.5 {
    top: 0.125rem;
  }

  .lm\:top-1\.5 {
    top: 0.375rem;
  }

  .lm\:top-2\.5 {
    top: 0.625rem;
  }

  .lm\:top-3\.5 {
    top: 0.875rem;
  }

  .lm\:-top-0 {
    top: 0px;
  }

  .lm\:-top-1 {
    top: -0.25rem;
  }

  .lm\:-top-2 {
    top: -0.5rem;
  }

  .lm\:-top-3 {
    top: -0.75rem;
  }

  .lm\:-top-4 {
    top: -1rem;
  }

  .lm\:-top-5 {
    top: -1.25rem;
  }

  .lm\:-top-6 {
    top: -1.5rem;
  }

  .lm\:-top-7 {
    top: -1.75rem;
  }

  .lm\:-top-8 {
    top: -2rem;
  }

  .lm\:-top-9 {
    top: -2.25rem;
  }

  .lm\:-top-10 {
    top: -2.5rem;
  }

  .lm\:-top-11 {
    top: -2.75rem;
  }

  .lm\:-top-12 {
    top: -3rem;
  }

  .lm\:-top-14 {
    top: -3.5rem;
  }

  .lm\:-top-16 {
    top: -4rem;
  }

  .lm\:-top-20 {
    top: -5rem;
  }

  .lm\:-top-24 {
    top: -6rem;
  }

  .lm\:-top-28 {
    top: -7rem;
  }

  .lm\:-top-32 {
    top: -8rem;
  }

  .lm\:-top-36 {
    top: -9rem;
  }

  .lm\:-top-40 {
    top: -10rem;
  }

  .lm\:-top-44 {
    top: -11rem;
  }

  .lm\:-top-48 {
    top: -12rem;
  }

  .lm\:-top-52 {
    top: -13rem;
  }

  .lm\:-top-56 {
    top: -14rem;
  }

  .lm\:-top-60 {
    top: -15rem;
  }

  .lm\:-top-64 {
    top: -16rem;
  }

  .lm\:-top-72 {
    top: -18rem;
  }

  .lm\:-top-80 {
    top: -20rem;
  }

  .lm\:-top-96 {
    top: -24rem;
  }

  .lm\:-top-px {
    top: -1px;
  }

  .lm\:-top-0\.5 {
    top: -0.125rem;
  }

  .lm\:-top-1\.5 {
    top: -0.375rem;
  }

  .lm\:-top-2\.5 {
    top: -0.625rem;
  }

  .lm\:-top-3\.5 {
    top: -0.875rem;
  }

  .lm\:top-1\/2 {
    top: 50%;
  }

  .lm\:top-1\/3 {
    top: 33.333333%;
  }

  .lm\:top-2\/3 {
    top: 66.666667%;
  }

  .lm\:top-1\/4 {
    top: 25%;
  }

  .lm\:top-2\/4 {
    top: 50%;
  }

  .lm\:top-3\/4 {
    top: 75%;
  }

  .lm\:top-full {
    top: 100%;
  }

  .lm\:-top-1\/2 {
    top: -50%;
  }

  .lm\:-top-1\/3 {
    top: -33.333333%;
  }

  .lm\:-top-2\/3 {
    top: -66.666667%;
  }

  .lm\:-top-1\/4 {
    top: -25%;
  }

  .lm\:-top-2\/4 {
    top: -50%;
  }

  .lm\:-top-3\/4 {
    top: -75%;
  }

  .lm\:-top-full {
    top: -100%;
  }

  .lm\:right-0 {
    right: 0px;
  }

  .lm\:right-1 {
    right: 0.25rem;
  }

  .lm\:right-2 {
    right: 0.5rem;
  }

  .lm\:right-3 {
    right: 0.75rem;
  }

  .lm\:right-4 {
    right: 1rem;
  }

  .lm\:right-5 {
    right: 1.25rem;
  }

  .lm\:right-6 {
    right: 1.5rem;
  }

  .lm\:right-7 {
    right: 1.75rem;
  }

  .lm\:right-8 {
    right: 2rem;
  }

  .lm\:right-9 {
    right: 2.25rem;
  }

  .lm\:right-10 {
    right: 2.5rem;
  }

  .lm\:right-11 {
    right: 2.75rem;
  }

  .lm\:right-12 {
    right: 3rem;
  }

  .lm\:right-14 {
    right: 3.5rem;
  }

  .lm\:right-16 {
    right: 4rem;
  }

  .lm\:right-20 {
    right: 5rem;
  }

  .lm\:right-24 {
    right: 6rem;
  }

  .lm\:right-28 {
    right: 7rem;
  }

  .lm\:right-32 {
    right: 8rem;
  }

  .lm\:right-36 {
    right: 9rem;
  }

  .lm\:right-40 {
    right: 10rem;
  }

  .lm\:right-44 {
    right: 11rem;
  }

  .lm\:right-48 {
    right: 12rem;
  }

  .lm\:right-52 {
    right: 13rem;
  }

  .lm\:right-56 {
    right: 14rem;
  }

  .lm\:right-60 {
    right: 15rem;
  }

  .lm\:right-64 {
    right: 16rem;
  }

  .lm\:right-72 {
    right: 18rem;
  }

  .lm\:right-80 {
    right: 20rem;
  }

  .lm\:right-96 {
    right: 24rem;
  }

  .lm\:right-auto {
    right: auto;
  }

  .lm\:right-px {
    right: 1px;
  }

  .lm\:right-0\.5 {
    right: 0.125rem;
  }

  .lm\:right-1\.5 {
    right: 0.375rem;
  }

  .lm\:right-2\.5 {
    right: 0.625rem;
  }

  .lm\:right-3\.5 {
    right: 0.875rem;
  }

  .lm\:-right-0 {
    right: 0px;
  }

  .lm\:-right-1 {
    right: -0.25rem;
  }

  .lm\:-right-2 {
    right: -0.5rem;
  }

  .lm\:-right-3 {
    right: -0.75rem;
  }

  .lm\:-right-4 {
    right: -1rem;
  }

  .lm\:-right-5 {
    right: -1.25rem;
  }

  .lm\:-right-6 {
    right: -1.5rem;
  }

  .lm\:-right-7 {
    right: -1.75rem;
  }

  .lm\:-right-8 {
    right: -2rem;
  }

  .lm\:-right-9 {
    right: -2.25rem;
  }

  .lm\:-right-10 {
    right: -2.5rem;
  }

  .lm\:-right-11 {
    right: -2.75rem;
  }

  .lm\:-right-12 {
    right: -3rem;
  }

  .lm\:-right-14 {
    right: -3.5rem;
  }

  .lm\:-right-16 {
    right: -4rem;
  }

  .lm\:-right-20 {
    right: -5rem;
  }

  .lm\:-right-24 {
    right: -6rem;
  }

  .lm\:-right-28 {
    right: -7rem;
  }

  .lm\:-right-32 {
    right: -8rem;
  }

  .lm\:-right-36 {
    right: -9rem;
  }

  .lm\:-right-40 {
    right: -10rem;
  }

  .lm\:-right-44 {
    right: -11rem;
  }

  .lm\:-right-48 {
    right: -12rem;
  }

  .lm\:-right-52 {
    right: -13rem;
  }

  .lm\:-right-56 {
    right: -14rem;
  }

  .lm\:-right-60 {
    right: -15rem;
  }

  .lm\:-right-64 {
    right: -16rem;
  }

  .lm\:-right-72 {
    right: -18rem;
  }

  .lm\:-right-80 {
    right: -20rem;
  }

  .lm\:-right-96 {
    right: -24rem;
  }

  .lm\:-right-px {
    right: -1px;
  }

  .lm\:-right-0\.5 {
    right: -0.125rem;
  }

  .lm\:-right-1\.5 {
    right: -0.375rem;
  }

  .lm\:-right-2\.5 {
    right: -0.625rem;
  }

  .lm\:-right-3\.5 {
    right: -0.875rem;
  }

  .lm\:right-1\/2 {
    right: 50%;
  }

  .lm\:right-1\/3 {
    right: 33.333333%;
  }

  .lm\:right-2\/3 {
    right: 66.666667%;
  }

  .lm\:right-1\/4 {
    right: 25%;
  }

  .lm\:right-2\/4 {
    right: 50%;
  }

  .lm\:right-3\/4 {
    right: 75%;
  }

  .lm\:right-full {
    right: 100%;
  }

  .lm\:-right-1\/2 {
    right: -50%;
  }

  .lm\:-right-1\/3 {
    right: -33.333333%;
  }

  .lm\:-right-2\/3 {
    right: -66.666667%;
  }

  .lm\:-right-1\/4 {
    right: -25%;
  }

  .lm\:-right-2\/4 {
    right: -50%;
  }

  .lm\:-right-3\/4 {
    right: -75%;
  }

  .lm\:-right-full {
    right: -100%;
  }

  .lm\:bottom-0 {
    bottom: 0px;
  }

  .lm\:bottom-1 {
    bottom: 0.25rem;
  }

  .lm\:bottom-2 {
    bottom: 0.5rem;
  }

  .lm\:bottom-3 {
    bottom: 0.75rem;
  }

  .lm\:bottom-4 {
    bottom: 1rem;
  }

  .lm\:bottom-5 {
    bottom: 1.25rem;
  }

  .lm\:bottom-6 {
    bottom: 1.5rem;
  }

  .lm\:bottom-7 {
    bottom: 1.75rem;
  }

  .lm\:bottom-8 {
    bottom: 2rem;
  }

  .lm\:bottom-9 {
    bottom: 2.25rem;
  }

  .lm\:bottom-10 {
    bottom: 2.5rem;
  }

  .lm\:bottom-11 {
    bottom: 2.75rem;
  }

  .lm\:bottom-12 {
    bottom: 3rem;
  }

  .lm\:bottom-14 {
    bottom: 3.5rem;
  }

  .lm\:bottom-16 {
    bottom: 4rem;
  }

  .lm\:bottom-20 {
    bottom: 5rem;
  }

  .lm\:bottom-24 {
    bottom: 6rem;
  }

  .lm\:bottom-28 {
    bottom: 7rem;
  }

  .lm\:bottom-32 {
    bottom: 8rem;
  }

  .lm\:bottom-36 {
    bottom: 9rem;
  }

  .lm\:bottom-40 {
    bottom: 10rem;
  }

  .lm\:bottom-44 {
    bottom: 11rem;
  }

  .lm\:bottom-48 {
    bottom: 12rem;
  }

  .lm\:bottom-52 {
    bottom: 13rem;
  }

  .lm\:bottom-56 {
    bottom: 14rem;
  }

  .lm\:bottom-60 {
    bottom: 15rem;
  }

  .lm\:bottom-64 {
    bottom: 16rem;
  }

  .lm\:bottom-72 {
    bottom: 18rem;
  }

  .lm\:bottom-80 {
    bottom: 20rem;
  }

  .lm\:bottom-96 {
    bottom: 24rem;
  }

  .lm\:bottom-auto {
    bottom: auto;
  }

  .lm\:bottom-px {
    bottom: 1px;
  }

  .lm\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .lm\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .lm\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .lm\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .lm\:-bottom-0 {
    bottom: 0px;
  }

  .lm\:-bottom-1 {
    bottom: -0.25rem;
  }

  .lm\:-bottom-2 {
    bottom: -0.5rem;
  }

  .lm\:-bottom-3 {
    bottom: -0.75rem;
  }

  .lm\:-bottom-4 {
    bottom: -1rem;
  }

  .lm\:-bottom-5 {
    bottom: -1.25rem;
  }

  .lm\:-bottom-6 {
    bottom: -1.5rem;
  }

  .lm\:-bottom-7 {
    bottom: -1.75rem;
  }

  .lm\:-bottom-8 {
    bottom: -2rem;
  }

  .lm\:-bottom-9 {
    bottom: -2.25rem;
  }

  .lm\:-bottom-10 {
    bottom: -2.5rem;
  }

  .lm\:-bottom-11 {
    bottom: -2.75rem;
  }

  .lm\:-bottom-12 {
    bottom: -3rem;
  }

  .lm\:-bottom-14 {
    bottom: -3.5rem;
  }

  .lm\:-bottom-16 {
    bottom: -4rem;
  }

  .lm\:-bottom-20 {
    bottom: -5rem;
  }

  .lm\:-bottom-24 {
    bottom: -6rem;
  }

  .lm\:-bottom-28 {
    bottom: -7rem;
  }

  .lm\:-bottom-32 {
    bottom: -8rem;
  }

  .lm\:-bottom-36 {
    bottom: -9rem;
  }

  .lm\:-bottom-40 {
    bottom: -10rem;
  }

  .lm\:-bottom-44 {
    bottom: -11rem;
  }

  .lm\:-bottom-48 {
    bottom: -12rem;
  }

  .lm\:-bottom-52 {
    bottom: -13rem;
  }

  .lm\:-bottom-56 {
    bottom: -14rem;
  }

  .lm\:-bottom-60 {
    bottom: -15rem;
  }

  .lm\:-bottom-64 {
    bottom: -16rem;
  }

  .lm\:-bottom-72 {
    bottom: -18rem;
  }

  .lm\:-bottom-80 {
    bottom: -20rem;
  }

  .lm\:-bottom-96 {
    bottom: -24rem;
  }

  .lm\:-bottom-px {
    bottom: -1px;
  }

  .lm\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .lm\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .lm\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .lm\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .lm\:bottom-1\/2 {
    bottom: 50%;
  }

  .lm\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .lm\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .lm\:bottom-1\/4 {
    bottom: 25%;
  }

  .lm\:bottom-2\/4 {
    bottom: 50%;
  }

  .lm\:bottom-3\/4 {
    bottom: 75%;
  }

  .lm\:bottom-full {
    bottom: 100%;
  }

  .lm\:-bottom-1\/2 {
    bottom: -50%;
  }

  .lm\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .lm\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .lm\:-bottom-1\/4 {
    bottom: -25%;
  }

  .lm\:-bottom-2\/4 {
    bottom: -50%;
  }

  .lm\:-bottom-3\/4 {
    bottom: -75%;
  }

  .lm\:-bottom-full {
    bottom: -100%;
  }

  .lm\:left-0 {
    left: 0px;
  }

  .lm\:left-1 {
    left: 0.25rem;
  }

  .lm\:left-2 {
    left: 0.5rem;
  }

  .lm\:left-3 {
    left: 0.75rem;
  }

  .lm\:left-4 {
    left: 1rem;
  }

  .lm\:left-5 {
    left: 1.25rem;
  }

  .lm\:left-6 {
    left: 1.5rem;
  }

  .lm\:left-7 {
    left: 1.75rem;
  }

  .lm\:left-8 {
    left: 2rem;
  }

  .lm\:left-9 {
    left: 2.25rem;
  }

  .lm\:left-10 {
    left: 2.5rem;
  }

  .lm\:left-11 {
    left: 2.75rem;
  }

  .lm\:left-12 {
    left: 3rem;
  }

  .lm\:left-14 {
    left: 3.5rem;
  }

  .lm\:left-16 {
    left: 4rem;
  }

  .lm\:left-20 {
    left: 5rem;
  }

  .lm\:left-24 {
    left: 6rem;
  }

  .lm\:left-28 {
    left: 7rem;
  }

  .lm\:left-32 {
    left: 8rem;
  }

  .lm\:left-36 {
    left: 9rem;
  }

  .lm\:left-40 {
    left: 10rem;
  }

  .lm\:left-44 {
    left: 11rem;
  }

  .lm\:left-48 {
    left: 12rem;
  }

  .lm\:left-52 {
    left: 13rem;
  }

  .lm\:left-56 {
    left: 14rem;
  }

  .lm\:left-60 {
    left: 15rem;
  }

  .lm\:left-64 {
    left: 16rem;
  }

  .lm\:left-72 {
    left: 18rem;
  }

  .lm\:left-80 {
    left: 20rem;
  }

  .lm\:left-96 {
    left: 24rem;
  }

  .lm\:left-auto {
    left: auto;
  }

  .lm\:left-px {
    left: 1px;
  }

  .lm\:left-0\.5 {
    left: 0.125rem;
  }

  .lm\:left-1\.5 {
    left: 0.375rem;
  }

  .lm\:left-2\.5 {
    left: 0.625rem;
  }

  .lm\:left-3\.5 {
    left: 0.875rem;
  }

  .lm\:-left-0 {
    left: 0px;
  }

  .lm\:-left-1 {
    left: -0.25rem;
  }

  .lm\:-left-2 {
    left: -0.5rem;
  }

  .lm\:-left-3 {
    left: -0.75rem;
  }

  .lm\:-left-4 {
    left: -1rem;
  }

  .lm\:-left-5 {
    left: -1.25rem;
  }

  .lm\:-left-6 {
    left: -1.5rem;
  }

  .lm\:-left-7 {
    left: -1.75rem;
  }

  .lm\:-left-8 {
    left: -2rem;
  }

  .lm\:-left-9 {
    left: -2.25rem;
  }

  .lm\:-left-10 {
    left: -2.5rem;
  }

  .lm\:-left-11 {
    left: -2.75rem;
  }

  .lm\:-left-12 {
    left: -3rem;
  }

  .lm\:-left-14 {
    left: -3.5rem;
  }

  .lm\:-left-16 {
    left: -4rem;
  }

  .lm\:-left-20 {
    left: -5rem;
  }

  .lm\:-left-24 {
    left: -6rem;
  }

  .lm\:-left-28 {
    left: -7rem;
  }

  .lm\:-left-32 {
    left: -8rem;
  }

  .lm\:-left-36 {
    left: -9rem;
  }

  .lm\:-left-40 {
    left: -10rem;
  }

  .lm\:-left-44 {
    left: -11rem;
  }

  .lm\:-left-48 {
    left: -12rem;
  }

  .lm\:-left-52 {
    left: -13rem;
  }

  .lm\:-left-56 {
    left: -14rem;
  }

  .lm\:-left-60 {
    left: -15rem;
  }

  .lm\:-left-64 {
    left: -16rem;
  }

  .lm\:-left-72 {
    left: -18rem;
  }

  .lm\:-left-80 {
    left: -20rem;
  }

  .lm\:-left-96 {
    left: -24rem;
  }

  .lm\:-left-px {
    left: -1px;
  }

  .lm\:-left-0\.5 {
    left: -0.125rem;
  }

  .lm\:-left-1\.5 {
    left: -0.375rem;
  }

  .lm\:-left-2\.5 {
    left: -0.625rem;
  }

  .lm\:-left-3\.5 {
    left: -0.875rem;
  }

  .lm\:left-1\/2 {
    left: 50%;
  }

  .lm\:left-1\/3 {
    left: 33.333333%;
  }

  .lm\:left-2\/3 {
    left: 66.666667%;
  }

  .lm\:left-1\/4 {
    left: 25%;
  }

  .lm\:left-2\/4 {
    left: 50%;
  }

  .lm\:left-3\/4 {
    left: 75%;
  }

  .lm\:left-full {
    left: 100%;
  }

  .lm\:-left-1\/2 {
    left: -50%;
  }

  .lm\:-left-1\/3 {
    left: -33.333333%;
  }

  .lm\:-left-2\/3 {
    left: -66.666667%;
  }

  .lm\:-left-1\/4 {
    left: -25%;
  }

  .lm\:-left-2\/4 {
    left: -50%;
  }

  .lm\:-left-3\/4 {
    left: -75%;
  }

  .lm\:-left-full {
    left: -100%;
  }

  .lm\:isolate {
    isolation: isolate;
  }

  .lm\:isolation-auto {
    isolation: auto;
  }

  .lm\:z-0 {
    z-index: 0;
  }

  .lm\:z-10 {
    z-index: 10;
  }

  .lm\:z-20 {
    z-index: 20;
  }

  .lm\:z-30 {
    z-index: 30;
  }

  .lm\:z-40 {
    z-index: 40;
  }

  .lm\:z-50 {
    z-index: 50;
  }

  .lm\:z-auto {
    z-index: auto;
  }

  .lm\:-z-1 {
    z-index: -1;
  }

  .lm\:-z-2 {
    z-index: -2;
  }

  .lm\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .lm\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .lm\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .lm\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .lm\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .lm\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .lm\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .lm\:focus-within\:-z-1:focus-within {
    z-index: -1;
  }

  .lm\:focus-within\:-z-2:focus-within {
    z-index: -2;
  }

  .lm\:focus\:z-0:focus {
    z-index: 0;
  }

  .lm\:focus\:z-10:focus {
    z-index: 10;
  }

  .lm\:focus\:z-20:focus {
    z-index: 20;
  }

  .lm\:focus\:z-30:focus {
    z-index: 30;
  }

  .lm\:focus\:z-40:focus {
    z-index: 40;
  }

  .lm\:focus\:z-50:focus {
    z-index: 50;
  }

  .lm\:focus\:z-auto:focus {
    z-index: auto;
  }

  .lm\:focus\:-z-1:focus {
    z-index: -1;
  }

  .lm\:focus\:-z-2:focus {
    z-index: -2;
  }

  .lm\:order-1 {
    order: 1;
  }

  .lm\:order-2 {
    order: 2;
  }

  .lm\:order-3 {
    order: 3;
  }

  .lm\:order-4 {
    order: 4;
  }

  .lm\:order-5 {
    order: 5;
  }

  .lm\:order-6 {
    order: 6;
  }

  .lm\:order-7 {
    order: 7;
  }

  .lm\:order-8 {
    order: 8;
  }

  .lm\:order-9 {
    order: 9;
  }

  .lm\:order-10 {
    order: 10;
  }

  .lm\:order-11 {
    order: 11;
  }

  .lm\:order-12 {
    order: 12;
  }

  .lm\:order-first {
    order: -9999;
  }

  .lm\:order-last {
    order: 9999;
  }

  .lm\:order-none {
    order: 0;
  }

  .lm\:col-auto {
    grid-column: auto;
  }

  .lm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lm\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lm\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lm\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .lm\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lm\:col-span-full {
    grid-column: 1 / -1;
  }

  .lm\:col-start-1 {
    grid-column-start: 1;
  }

  .lm\:col-start-2 {
    grid-column-start: 2;
  }

  .lm\:col-start-3 {
    grid-column-start: 3;
  }

  .lm\:col-start-4 {
    grid-column-start: 4;
  }

  .lm\:col-start-5 {
    grid-column-start: 5;
  }

  .lm\:col-start-6 {
    grid-column-start: 6;
  }

  .lm\:col-start-7 {
    grid-column-start: 7;
  }

  .lm\:col-start-8 {
    grid-column-start: 8;
  }

  .lm\:col-start-9 {
    grid-column-start: 9;
  }

  .lm\:col-start-10 {
    grid-column-start: 10;
  }

  .lm\:col-start-11 {
    grid-column-start: 11;
  }

  .lm\:col-start-12 {
    grid-column-start: 12;
  }

  .lm\:col-start-13 {
    grid-column-start: 13;
  }

  .lm\:col-start-auto {
    grid-column-start: auto;
  }

  .lm\:col-end-1 {
    grid-column-end: 1;
  }

  .lm\:col-end-2 {
    grid-column-end: 2;
  }

  .lm\:col-end-3 {
    grid-column-end: 3;
  }

  .lm\:col-end-4 {
    grid-column-end: 4;
  }

  .lm\:col-end-5 {
    grid-column-end: 5;
  }

  .lm\:col-end-6 {
    grid-column-end: 6;
  }

  .lm\:col-end-7 {
    grid-column-end: 7;
  }

  .lm\:col-end-8 {
    grid-column-end: 8;
  }

  .lm\:col-end-9 {
    grid-column-end: 9;
  }

  .lm\:col-end-10 {
    grid-column-end: 10;
  }

  .lm\:col-end-11 {
    grid-column-end: 11;
  }

  .lm\:col-end-12 {
    grid-column-end: 12;
  }

  .lm\:col-end-13 {
    grid-column-end: 13;
  }

  .lm\:col-end-auto {
    grid-column-end: auto;
  }

  .lm\:row-auto {
    grid-row: auto;
  }

  .lm\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .lm\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lm\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .lm\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .lm\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .lm\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .lm\:row-span-full {
    grid-row: 1 / -1;
  }

  .lm\:row-start-1 {
    grid-row-start: 1;
  }

  .lm\:row-start-2 {
    grid-row-start: 2;
  }

  .lm\:row-start-3 {
    grid-row-start: 3;
  }

  .lm\:row-start-4 {
    grid-row-start: 4;
  }

  .lm\:row-start-5 {
    grid-row-start: 5;
  }

  .lm\:row-start-6 {
    grid-row-start: 6;
  }

  .lm\:row-start-7 {
    grid-row-start: 7;
  }

  .lm\:row-start-auto {
    grid-row-start: auto;
  }

  .lm\:row-end-1 {
    grid-row-end: 1;
  }

  .lm\:row-end-2 {
    grid-row-end: 2;
  }

  .lm\:row-end-3 {
    grid-row-end: 3;
  }

  .lm\:row-end-4 {
    grid-row-end: 4;
  }

  .lm\:row-end-5 {
    grid-row-end: 5;
  }

  .lm\:row-end-6 {
    grid-row-end: 6;
  }

  .lm\:row-end-7 {
    grid-row-end: 7;
  }

  .lm\:row-end-auto {
    grid-row-end: auto;
  }

  .lm\:float-right {
    float: right;
  }

  .lm\:float-left {
    float: left;
  }

  .lm\:float-none {
    float: none;
  }

  .lm\:clear-left {
    clear: left;
  }

  .lm\:clear-right {
    clear: right;
  }

  .lm\:clear-both {
    clear: both;
  }

  .lm\:clear-none {
    clear: none;
  }

  .lm\:m-0 {
    margin: 0px;
  }

  .lm\:m-1 {
    margin: 0.25rem;
  }

  .lm\:m-2 {
    margin: 0.5rem;
  }

  .lm\:m-3 {
    margin: 0.75rem;
  }

  .lm\:m-4 {
    margin: 1rem;
  }

  .lm\:m-5 {
    margin: 1.25rem;
  }

  .lm\:m-6 {
    margin: 1.5rem;
  }

  .lm\:m-7 {
    margin: 1.75rem;
  }

  .lm\:m-8 {
    margin: 2rem;
  }

  .lm\:m-9 {
    margin: 2.25rem;
  }

  .lm\:m-10 {
    margin: 2.5rem;
  }

  .lm\:m-11 {
    margin: 2.75rem;
  }

  .lm\:m-12 {
    margin: 3rem;
  }

  .lm\:m-14 {
    margin: 3.5rem;
  }

  .lm\:m-16 {
    margin: 4rem;
  }

  .lm\:m-20 {
    margin: 5rem;
  }

  .lm\:m-24 {
    margin: 6rem;
  }

  .lm\:m-28 {
    margin: 7rem;
  }

  .lm\:m-32 {
    margin: 8rem;
  }

  .lm\:m-36 {
    margin: 9rem;
  }

  .lm\:m-40 {
    margin: 10rem;
  }

  .lm\:m-44 {
    margin: 11rem;
  }

  .lm\:m-48 {
    margin: 12rem;
  }

  .lm\:m-52 {
    margin: 13rem;
  }

  .lm\:m-56 {
    margin: 14rem;
  }

  .lm\:m-60 {
    margin: 15rem;
  }

  .lm\:m-64 {
    margin: 16rem;
  }

  .lm\:m-72 {
    margin: 18rem;
  }

  .lm\:m-80 {
    margin: 20rem;
  }

  .lm\:m-96 {
    margin: 24rem;
  }

  .lm\:m-auto {
    margin: auto;
  }

  .lm\:m-px {
    margin: 1px;
  }

  .lm\:m-0\.5 {
    margin: 0.125rem;
  }

  .lm\:m-1\.5 {
    margin: 0.375rem;
  }

  .lm\:m-2\.5 {
    margin: 0.625rem;
  }

  .lm\:m-3\.5 {
    margin: 0.875rem;
  }

  .lm\:-m-0 {
    margin: 0px;
  }

  .lm\:-m-1 {
    margin: -0.25rem;
  }

  .lm\:-m-2 {
    margin: -0.5rem;
  }

  .lm\:-m-3 {
    margin: -0.75rem;
  }

  .lm\:-m-4 {
    margin: -1rem;
  }

  .lm\:-m-5 {
    margin: -1.25rem;
  }

  .lm\:-m-6 {
    margin: -1.5rem;
  }

  .lm\:-m-7 {
    margin: -1.75rem;
  }

  .lm\:-m-8 {
    margin: -2rem;
  }

  .lm\:-m-9 {
    margin: -2.25rem;
  }

  .lm\:-m-10 {
    margin: -2.5rem;
  }

  .lm\:-m-11 {
    margin: -2.75rem;
  }

  .lm\:-m-12 {
    margin: -3rem;
  }

  .lm\:-m-14 {
    margin: -3.5rem;
  }

  .lm\:-m-16 {
    margin: -4rem;
  }

  .lm\:-m-20 {
    margin: -5rem;
  }

  .lm\:-m-24 {
    margin: -6rem;
  }

  .lm\:-m-28 {
    margin: -7rem;
  }

  .lm\:-m-32 {
    margin: -8rem;
  }

  .lm\:-m-36 {
    margin: -9rem;
  }

  .lm\:-m-40 {
    margin: -10rem;
  }

  .lm\:-m-44 {
    margin: -11rem;
  }

  .lm\:-m-48 {
    margin: -12rem;
  }

  .lm\:-m-52 {
    margin: -13rem;
  }

  .lm\:-m-56 {
    margin: -14rem;
  }

  .lm\:-m-60 {
    margin: -15rem;
  }

  .lm\:-m-64 {
    margin: -16rem;
  }

  .lm\:-m-72 {
    margin: -18rem;
  }

  .lm\:-m-80 {
    margin: -20rem;
  }

  .lm\:-m-96 {
    margin: -24rem;
  }

  .lm\:-m-px {
    margin: -1px;
  }

  .lm\:-m-0\.5 {
    margin: -0.125rem;
  }

  .lm\:-m-1\.5 {
    margin: -0.375rem;
  }

  .lm\:-m-2\.5 {
    margin: -0.625rem;
  }

  .lm\:-m-3\.5 {
    margin: -0.875rem;
  }

  .lm\:m-8p {
    margin: 8%;
  }

  .lm\:-m-20px {
    margin: -20px;
  }

  .lm\:-m-10px {
    margin: -10px;
  }

  .lm\:m-5px {
    margin: 5px;
  }

  .lm\:m-6px {
    margin: 6px;
  }

  .lm\:m-8px {
    margin: 8px;
  }

  .lm\:m-10px {
    margin: 10px;
  }

  .lm\:m-12px {
    margin: 12px;
  }

  .lm\:m-14px {
    margin: 14px;
  }

  .lm\:m-16px {
    margin: 16px;
  }

  .lm\:m-18px {
    margin: 18px;
  }

  .lm\:m-20px {
    margin: 20px;
  }

  .lm\:m-24px {
    margin: 24px;
  }

  .lm\:m-26px {
    margin: 26px;
  }

  .lm\:m-30px {
    margin: 30px;
  }

  .lm\:m-32px {
    margin: 32px;
  }

  .lm\:m-34px {
    margin: 34px;
  }

  .lm\:m-36px {
    margin: 36px;
  }

  .lm\:m-40px {
    margin: 40px;
  }

  .lm\:m-48px {
    margin: 48px;
  }

  .lm\:m-50px {
    margin: 50px;
  }

  .lm\:m-60px {
    margin: 60px;
  }

  .lm\:m-70px {
    margin: 70px;
  }

  .lm\:m-78px {
    margin: 78px;
  }

  .lm\:m-80px {
    margin: 80px;
  }

  .lm\:m-90px {
    margin: 90px;
  }

  .lm\:m-100px {
    margin: 100px;
  }

  .lm\:m-120px {
    margin: 120px;
  }

  .lm\:m-145px {
    margin: 145px;
  }

  .lm\:m-172px {
    margin: 172px;
  }

  .lm\:m-185px {
    margin: 185px;
  }

  .lm\:m-200px {
    margin: 200px;
  }

  .lm\:m-260px {
    margin: 260px;
  }

  .lm\:m-268px {
    margin: 268px;
  }

  .lm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lm\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lm\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lm\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lm\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lm\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lm\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lm\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lm\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lm\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lm\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lm\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lm\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lm\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lm\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lm\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lm\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lm\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lm\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lm\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lm\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lm\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lm\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lm\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lm\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lm\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lm\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lm\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lm\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lm\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lm\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lm\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lm\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lm\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lm\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lm\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lm\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lm\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lm\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lm\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lm\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lm\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lm\:mx-8p {
    margin-left: 8%;
    margin-right: 8%;
  }

  .lm\:-mx-20px {
    margin-left: -20px;
    margin-right: -20px;
  }

  .lm\:-mx-10px {
    margin-left: -10px;
    margin-right: -10px;
  }

  .lm\:mx-5px {
    margin-left: 5px;
    margin-right: 5px;
  }

  .lm\:mx-6px {
    margin-left: 6px;
    margin-right: 6px;
  }

  .lm\:mx-8px {
    margin-left: 8px;
    margin-right: 8px;
  }

  .lm\:mx-10px {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lm\:mx-12px {
    margin-left: 12px;
    margin-right: 12px;
  }

  .lm\:mx-14px {
    margin-left: 14px;
    margin-right: 14px;
  }

  .lm\:mx-16px {
    margin-left: 16px;
    margin-right: 16px;
  }

  .lm\:mx-18px {
    margin-left: 18px;
    margin-right: 18px;
  }

  .lm\:mx-20px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lm\:mx-24px {
    margin-left: 24px;
    margin-right: 24px;
  }

  .lm\:mx-26px {
    margin-left: 26px;
    margin-right: 26px;
  }

  .lm\:mx-30px {
    margin-left: 30px;
    margin-right: 30px;
  }

  .lm\:mx-32px {
    margin-left: 32px;
    margin-right: 32px;
  }

  .lm\:mx-34px {
    margin-left: 34px;
    margin-right: 34px;
  }

  .lm\:mx-36px {
    margin-left: 36px;
    margin-right: 36px;
  }

  .lm\:mx-40px {
    margin-left: 40px;
    margin-right: 40px;
  }

  .lm\:mx-48px {
    margin-left: 48px;
    margin-right: 48px;
  }

  .lm\:mx-50px {
    margin-left: 50px;
    margin-right: 50px;
  }

  .lm\:mx-60px {
    margin-left: 60px;
    margin-right: 60px;
  }

  .lm\:mx-70px {
    margin-left: 70px;
    margin-right: 70px;
  }

  .lm\:mx-78px {
    margin-left: 78px;
    margin-right: 78px;
  }

  .lm\:mx-80px {
    margin-left: 80px;
    margin-right: 80px;
  }

  .lm\:mx-90px {
    margin-left: 90px;
    margin-right: 90px;
  }

  .lm\:mx-100px {
    margin-left: 100px;
    margin-right: 100px;
  }

  .lm\:mx-120px {
    margin-left: 120px;
    margin-right: 120px;
  }

  .lm\:mx-145px {
    margin-left: 145px;
    margin-right: 145px;
  }

  .lm\:mx-172px {
    margin-left: 172px;
    margin-right: 172px;
  }

  .lm\:mx-185px {
    margin-left: 185px;
    margin-right: 185px;
  }

  .lm\:mx-200px {
    margin-left: 200px;
    margin-right: 200px;
  }

  .lm\:mx-260px {
    margin-left: 260px;
    margin-right: 260px;
  }

  .lm\:mx-268px {
    margin-left: 268px;
    margin-right: 268px;
  }

  .lm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lm\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lm\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lm\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lm\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lm\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lm\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lm\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lm\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lm\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lm\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lm\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lm\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lm\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lm\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lm\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lm\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lm\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lm\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lm\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lm\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lm\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lm\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lm\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lm\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lm\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lm\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lm\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lm\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lm\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lm\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lm\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lm\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lm\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lm\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lm\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lm\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lm\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lm\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lm\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lm\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lm\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lm\:my-8p {
    margin-top: 8%;
    margin-bottom: 8%;
  }

  .lm\:-my-20px {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .lm\:-my-10px {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .lm\:my-5px {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .lm\:my-6px {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .lm\:my-8px {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .lm\:my-10px {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .lm\:my-12px {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .lm\:my-14px {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .lm\:my-16px {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .lm\:my-18px {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .lm\:my-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lm\:my-24px {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .lm\:my-26px {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .lm\:my-30px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lm\:my-32px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .lm\:my-34px {
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .lm\:my-36px {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .lm\:my-40px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .lm\:my-48px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .lm\:my-50px {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .lm\:my-60px {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .lm\:my-70px {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .lm\:my-78px {
    margin-top: 78px;
    margin-bottom: 78px;
  }

  .lm\:my-80px {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .lm\:my-90px {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .lm\:my-100px {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .lm\:my-120px {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .lm\:my-145px {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .lm\:my-172px {
    margin-top: 172px;
    margin-bottom: 172px;
  }

  .lm\:my-185px {
    margin-top: 185px;
    margin-bottom: 185px;
  }

  .lm\:my-200px {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .lm\:my-260px {
    margin-top: 260px;
    margin-bottom: 260px;
  }

  .lm\:my-268px {
    margin-top: 268px;
    margin-bottom: 268px;
  }

  .lm\:mt-0 {
    margin-top: 0px;
  }

  .lm\:mt-1 {
    margin-top: 0.25rem;
  }

  .lm\:mt-2 {
    margin-top: 0.5rem;
  }

  .lm\:mt-3 {
    margin-top: 0.75rem;
  }

  .lm\:mt-4 {
    margin-top: 1rem;
  }

  .lm\:mt-5 {
    margin-top: 1.25rem;
  }

  .lm\:mt-6 {
    margin-top: 1.5rem;
  }

  .lm\:mt-7 {
    margin-top: 1.75rem;
  }

  .lm\:mt-8 {
    margin-top: 2rem;
  }

  .lm\:mt-9 {
    margin-top: 2.25rem;
  }

  .lm\:mt-10 {
    margin-top: 2.5rem;
  }

  .lm\:mt-11 {
    margin-top: 2.75rem;
  }

  .lm\:mt-12 {
    margin-top: 3rem;
  }

  .lm\:mt-14 {
    margin-top: 3.5rem;
  }

  .lm\:mt-16 {
    margin-top: 4rem;
  }

  .lm\:mt-20 {
    margin-top: 5rem;
  }

  .lm\:mt-24 {
    margin-top: 6rem;
  }

  .lm\:mt-28 {
    margin-top: 7rem;
  }

  .lm\:mt-32 {
    margin-top: 8rem;
  }

  .lm\:mt-36 {
    margin-top: 9rem;
  }

  .lm\:mt-40 {
    margin-top: 10rem;
  }

  .lm\:mt-44 {
    margin-top: 11rem;
  }

  .lm\:mt-48 {
    margin-top: 12rem;
  }

  .lm\:mt-52 {
    margin-top: 13rem;
  }

  .lm\:mt-56 {
    margin-top: 14rem;
  }

  .lm\:mt-60 {
    margin-top: 15rem;
  }

  .lm\:mt-64 {
    margin-top: 16rem;
  }

  .lm\:mt-72 {
    margin-top: 18rem;
  }

  .lm\:mt-80 {
    margin-top: 20rem;
  }

  .lm\:mt-96 {
    margin-top: 24rem;
  }

  .lm\:mt-auto {
    margin-top: auto;
  }

  .lm\:mt-px {
    margin-top: 1px;
  }

  .lm\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .lm\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .lm\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .lm\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .lm\:-mt-0 {
    margin-top: 0px;
  }

  .lm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lm\:-mt-4 {
    margin-top: -1rem;
  }

  .lm\:-mt-5 {
    margin-top: -1.25rem;
  }

  .lm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lm\:-mt-7 {
    margin-top: -1.75rem;
  }

  .lm\:-mt-8 {
    margin-top: -2rem;
  }

  .lm\:-mt-9 {
    margin-top: -2.25rem;
  }

  .lm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lm\:-mt-11 {
    margin-top: -2.75rem;
  }

  .lm\:-mt-12 {
    margin-top: -3rem;
  }

  .lm\:-mt-14 {
    margin-top: -3.5rem;
  }

  .lm\:-mt-16 {
    margin-top: -4rem;
  }

  .lm\:-mt-20 {
    margin-top: -5rem;
  }

  .lm\:-mt-24 {
    margin-top: -6rem;
  }

  .lm\:-mt-28 {
    margin-top: -7rem;
  }

  .lm\:-mt-32 {
    margin-top: -8rem;
  }

  .lm\:-mt-36 {
    margin-top: -9rem;
  }

  .lm\:-mt-40 {
    margin-top: -10rem;
  }

  .lm\:-mt-44 {
    margin-top: -11rem;
  }

  .lm\:-mt-48 {
    margin-top: -12rem;
  }

  .lm\:-mt-52 {
    margin-top: -13rem;
  }

  .lm\:-mt-56 {
    margin-top: -14rem;
  }

  .lm\:-mt-60 {
    margin-top: -15rem;
  }

  .lm\:-mt-64 {
    margin-top: -16rem;
  }

  .lm\:-mt-72 {
    margin-top: -18rem;
  }

  .lm\:-mt-80 {
    margin-top: -20rem;
  }

  .lm\:-mt-96 {
    margin-top: -24rem;
  }

  .lm\:-mt-px {
    margin-top: -1px;
  }

  .lm\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .lm\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .lm\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .lm\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .lm\:mt-8p {
    margin-top: 8%;
  }

  .lm\:-mt-20px {
    margin-top: -20px;
  }

  .lm\:-mt-10px {
    margin-top: -10px;
  }

  .lm\:mt-5px {
    margin-top: 5px;
  }

  .lm\:mt-6px {
    margin-top: 6px;
  }

  .lm\:mt-8px {
    margin-top: 8px;
  }

  .lm\:mt-10px {
    margin-top: 10px;
  }

  .lm\:mt-12px {
    margin-top: 12px;
  }

  .lm\:mt-14px {
    margin-top: 14px;
  }

  .lm\:mt-16px {
    margin-top: 16px;
  }

  .lm\:mt-18px {
    margin-top: 18px;
  }

  .lm\:mt-20px {
    margin-top: 20px;
  }

  .lm\:mt-24px {
    margin-top: 24px;
  }

  .lm\:mt-26px {
    margin-top: 26px;
  }

  .lm\:mt-30px {
    margin-top: 30px;
  }

  .lm\:mt-32px {
    margin-top: 32px;
  }

  .lm\:mt-34px {
    margin-top: 34px;
  }

  .lm\:mt-36px {
    margin-top: 36px;
  }

  .lm\:mt-40px {
    margin-top: 40px;
  }

  .lm\:mt-48px {
    margin-top: 48px;
  }

  .lm\:mt-50px {
    margin-top: 50px;
  }

  .lm\:mt-60px {
    margin-top: 60px;
  }

  .lm\:mt-70px {
    margin-top: 70px;
  }

  .lm\:mt-78px {
    margin-top: 78px;
  }

  .lm\:mt-80px {
    margin-top: 80px;
  }

  .lm\:mt-90px {
    margin-top: 90px;
  }

  .lm\:mt-100px {
    margin-top: 100px;
  }

  .lm\:mt-120px {
    margin-top: 120px;
  }

  .lm\:mt-145px {
    margin-top: 145px;
  }

  .lm\:mt-172px {
    margin-top: 172px;
  }

  .lm\:mt-185px {
    margin-top: 185px;
  }

  .lm\:mt-200px {
    margin-top: 200px;
  }

  .lm\:mt-260px {
    margin-top: 260px;
  }

  .lm\:mt-268px {
    margin-top: 268px;
  }

  .lm\:mr-0 {
    margin-right: 0px;
  }

  .lm\:mr-1 {
    margin-right: 0.25rem;
  }

  .lm\:mr-2 {
    margin-right: 0.5rem;
  }

  .lm\:mr-3 {
    margin-right: 0.75rem;
  }

  .lm\:mr-4 {
    margin-right: 1rem;
  }

  .lm\:mr-5 {
    margin-right: 1.25rem;
  }

  .lm\:mr-6 {
    margin-right: 1.5rem;
  }

  .lm\:mr-7 {
    margin-right: 1.75rem;
  }

  .lm\:mr-8 {
    margin-right: 2rem;
  }

  .lm\:mr-9 {
    margin-right: 2.25rem;
  }

  .lm\:mr-10 {
    margin-right: 2.5rem;
  }

  .lm\:mr-11 {
    margin-right: 2.75rem;
  }

  .lm\:mr-12 {
    margin-right: 3rem;
  }

  .lm\:mr-14 {
    margin-right: 3.5rem;
  }

  .lm\:mr-16 {
    margin-right: 4rem;
  }

  .lm\:mr-20 {
    margin-right: 5rem;
  }

  .lm\:mr-24 {
    margin-right: 6rem;
  }

  .lm\:mr-28 {
    margin-right: 7rem;
  }

  .lm\:mr-32 {
    margin-right: 8rem;
  }

  .lm\:mr-36 {
    margin-right: 9rem;
  }

  .lm\:mr-40 {
    margin-right: 10rem;
  }

  .lm\:mr-44 {
    margin-right: 11rem;
  }

  .lm\:mr-48 {
    margin-right: 12rem;
  }

  .lm\:mr-52 {
    margin-right: 13rem;
  }

  .lm\:mr-56 {
    margin-right: 14rem;
  }

  .lm\:mr-60 {
    margin-right: 15rem;
  }

  .lm\:mr-64 {
    margin-right: 16rem;
  }

  .lm\:mr-72 {
    margin-right: 18rem;
  }

  .lm\:mr-80 {
    margin-right: 20rem;
  }

  .lm\:mr-96 {
    margin-right: 24rem;
  }

  .lm\:mr-auto {
    margin-right: auto;
  }

  .lm\:mr-px {
    margin-right: 1px;
  }

  .lm\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .lm\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .lm\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .lm\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .lm\:-mr-0 {
    margin-right: 0px;
  }

  .lm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lm\:-mr-4 {
    margin-right: -1rem;
  }

  .lm\:-mr-5 {
    margin-right: -1.25rem;
  }

  .lm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lm\:-mr-7 {
    margin-right: -1.75rem;
  }

  .lm\:-mr-8 {
    margin-right: -2rem;
  }

  .lm\:-mr-9 {
    margin-right: -2.25rem;
  }

  .lm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lm\:-mr-11 {
    margin-right: -2.75rem;
  }

  .lm\:-mr-12 {
    margin-right: -3rem;
  }

  .lm\:-mr-14 {
    margin-right: -3.5rem;
  }

  .lm\:-mr-16 {
    margin-right: -4rem;
  }

  .lm\:-mr-20 {
    margin-right: -5rem;
  }

  .lm\:-mr-24 {
    margin-right: -6rem;
  }

  .lm\:-mr-28 {
    margin-right: -7rem;
  }

  .lm\:-mr-32 {
    margin-right: -8rem;
  }

  .lm\:-mr-36 {
    margin-right: -9rem;
  }

  .lm\:-mr-40 {
    margin-right: -10rem;
  }

  .lm\:-mr-44 {
    margin-right: -11rem;
  }

  .lm\:-mr-48 {
    margin-right: -12rem;
  }

  .lm\:-mr-52 {
    margin-right: -13rem;
  }

  .lm\:-mr-56 {
    margin-right: -14rem;
  }

  .lm\:-mr-60 {
    margin-right: -15rem;
  }

  .lm\:-mr-64 {
    margin-right: -16rem;
  }

  .lm\:-mr-72 {
    margin-right: -18rem;
  }

  .lm\:-mr-80 {
    margin-right: -20rem;
  }

  .lm\:-mr-96 {
    margin-right: -24rem;
  }

  .lm\:-mr-px {
    margin-right: -1px;
  }

  .lm\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .lm\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .lm\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .lm\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .lm\:mr-8p {
    margin-right: 8%;
  }

  .lm\:-mr-20px {
    margin-right: -20px;
  }

  .lm\:-mr-10px {
    margin-right: -10px;
  }

  .lm\:mr-5px {
    margin-right: 5px;
  }

  .lm\:mr-6px {
    margin-right: 6px;
  }

  .lm\:mr-8px {
    margin-right: 8px;
  }

  .lm\:mr-10px {
    margin-right: 10px;
  }

  .lm\:mr-12px {
    margin-right: 12px;
  }

  .lm\:mr-14px {
    margin-right: 14px;
  }

  .lm\:mr-16px {
    margin-right: 16px;
  }

  .lm\:mr-18px {
    margin-right: 18px;
  }

  .lm\:mr-20px {
    margin-right: 20px;
  }

  .lm\:mr-24px {
    margin-right: 24px;
  }

  .lm\:mr-26px {
    margin-right: 26px;
  }

  .lm\:mr-30px {
    margin-right: 30px;
  }

  .lm\:mr-32px {
    margin-right: 32px;
  }

  .lm\:mr-34px {
    margin-right: 34px;
  }

  .lm\:mr-36px {
    margin-right: 36px;
  }

  .lm\:mr-40px {
    margin-right: 40px;
  }

  .lm\:mr-48px {
    margin-right: 48px;
  }

  .lm\:mr-50px {
    margin-right: 50px;
  }

  .lm\:mr-60px {
    margin-right: 60px;
  }

  .lm\:mr-70px {
    margin-right: 70px;
  }

  .lm\:mr-78px {
    margin-right: 78px;
  }

  .lm\:mr-80px {
    margin-right: 80px;
  }

  .lm\:mr-90px {
    margin-right: 90px;
  }

  .lm\:mr-100px {
    margin-right: 100px;
  }

  .lm\:mr-120px {
    margin-right: 120px;
  }

  .lm\:mr-145px {
    margin-right: 145px;
  }

  .lm\:mr-172px {
    margin-right: 172px;
  }

  .lm\:mr-185px {
    margin-right: 185px;
  }

  .lm\:mr-200px {
    margin-right: 200px;
  }

  .lm\:mr-260px {
    margin-right: 260px;
  }

  .lm\:mr-268px {
    margin-right: 268px;
  }

  .lm\:mb-0 {
    margin-bottom: 0px;
  }

  .lm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lm\:mb-4 {
    margin-bottom: 1rem;
  }

  .lm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lm\:mb-8 {
    margin-bottom: 2rem;
  }

  .lm\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lm\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .lm\:mb-12 {
    margin-bottom: 3rem;
  }

  .lm\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lm\:mb-16 {
    margin-bottom: 4rem;
  }

  .lm\:mb-20 {
    margin-bottom: 5rem;
  }

  .lm\:mb-24 {
    margin-bottom: 6rem;
  }

  .lm\:mb-28 {
    margin-bottom: 7rem;
  }

  .lm\:mb-32 {
    margin-bottom: 8rem;
  }

  .lm\:mb-36 {
    margin-bottom: 9rem;
  }

  .lm\:mb-40 {
    margin-bottom: 10rem;
  }

  .lm\:mb-44 {
    margin-bottom: 11rem;
  }

  .lm\:mb-48 {
    margin-bottom: 12rem;
  }

  .lm\:mb-52 {
    margin-bottom: 13rem;
  }

  .lm\:mb-56 {
    margin-bottom: 14rem;
  }

  .lm\:mb-60 {
    margin-bottom: 15rem;
  }

  .lm\:mb-64 {
    margin-bottom: 16rem;
  }

  .lm\:mb-72 {
    margin-bottom: 18rem;
  }

  .lm\:mb-80 {
    margin-bottom: 20rem;
  }

  .lm\:mb-96 {
    margin-bottom: 24rem;
  }

  .lm\:mb-auto {
    margin-bottom: auto;
  }

  .lm\:mb-px {
    margin-bottom: 1px;
  }

  .lm\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .lm\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .lm\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .lm\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .lm\:-mb-0 {
    margin-bottom: 0px;
  }

  .lm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lm\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .lm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lm\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .lm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lm\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .lm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lm\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .lm\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lm\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .lm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lm\:-mb-20 {
    margin-bottom: -5rem;
  }

  .lm\:-mb-24 {
    margin-bottom: -6rem;
  }

  .lm\:-mb-28 {
    margin-bottom: -7rem;
  }

  .lm\:-mb-32 {
    margin-bottom: -8rem;
  }

  .lm\:-mb-36 {
    margin-bottom: -9rem;
  }

  .lm\:-mb-40 {
    margin-bottom: -10rem;
  }

  .lm\:-mb-44 {
    margin-bottom: -11rem;
  }

  .lm\:-mb-48 {
    margin-bottom: -12rem;
  }

  .lm\:-mb-52 {
    margin-bottom: -13rem;
  }

  .lm\:-mb-56 {
    margin-bottom: -14rem;
  }

  .lm\:-mb-60 {
    margin-bottom: -15rem;
  }

  .lm\:-mb-64 {
    margin-bottom: -16rem;
  }

  .lm\:-mb-72 {
    margin-bottom: -18rem;
  }

  .lm\:-mb-80 {
    margin-bottom: -20rem;
  }

  .lm\:-mb-96 {
    margin-bottom: -24rem;
  }

  .lm\:-mb-px {
    margin-bottom: -1px;
  }

  .lm\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .lm\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .lm\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .lm\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .lm\:mb-8p {
    margin-bottom: 8%;
  }

  .lm\:-mb-20px {
    margin-bottom: -20px;
  }

  .lm\:-mb-10px {
    margin-bottom: -10px;
  }

  .lm\:mb-5px {
    margin-bottom: 5px;
  }

  .lm\:mb-6px {
    margin-bottom: 6px;
  }

  .lm\:mb-8px {
    margin-bottom: 8px;
  }

  .lm\:mb-10px {
    margin-bottom: 10px;
  }

  .lm\:mb-12px {
    margin-bottom: 12px;
  }

  .lm\:mb-14px {
    margin-bottom: 14px;
  }

  .lm\:mb-16px {
    margin-bottom: 16px;
  }

  .lm\:mb-18px {
    margin-bottom: 18px;
  }

  .lm\:mb-20px {
    margin-bottom: 20px;
  }

  .lm\:mb-24px {
    margin-bottom: 24px;
  }

  .lm\:mb-26px {
    margin-bottom: 26px;
  }

  .lm\:mb-30px {
    margin-bottom: 30px;
  }

  .lm\:mb-32px {
    margin-bottom: 32px;
  }

  .lm\:mb-34px {
    margin-bottom: 34px;
  }

  .lm\:mb-36px {
    margin-bottom: 36px;
  }

  .lm\:mb-40px {
    margin-bottom: 40px;
  }

  .lm\:mb-48px {
    margin-bottom: 48px;
  }

  .lm\:mb-50px {
    margin-bottom: 50px;
  }

  .lm\:mb-60px {
    margin-bottom: 60px;
  }

  .lm\:mb-70px {
    margin-bottom: 70px;
  }

  .lm\:mb-78px {
    margin-bottom: 78px;
  }

  .lm\:mb-80px {
    margin-bottom: 80px;
  }

  .lm\:mb-90px {
    margin-bottom: 90px;
  }

  .lm\:mb-100px {
    margin-bottom: 100px;
  }

  .lm\:mb-120px {
    margin-bottom: 120px;
  }

  .lm\:mb-145px {
    margin-bottom: 145px;
  }

  .lm\:mb-172px {
    margin-bottom: 172px;
  }

  .lm\:mb-185px {
    margin-bottom: 185px;
  }

  .lm\:mb-200px {
    margin-bottom: 200px;
  }

  .lm\:mb-260px {
    margin-bottom: 260px;
  }

  .lm\:mb-268px {
    margin-bottom: 268px;
  }

  .lm\:ml-0 {
    margin-left: 0px;
  }

  .lm\:ml-1 {
    margin-left: 0.25rem;
  }

  .lm\:ml-2 {
    margin-left: 0.5rem;
  }

  .lm\:ml-3 {
    margin-left: 0.75rem;
  }

  .lm\:ml-4 {
    margin-left: 1rem;
  }

  .lm\:ml-5 {
    margin-left: 1.25rem;
  }

  .lm\:ml-6 {
    margin-left: 1.5rem;
  }

  .lm\:ml-7 {
    margin-left: 1.75rem;
  }

  .lm\:ml-8 {
    margin-left: 2rem;
  }

  .lm\:ml-9 {
    margin-left: 2.25rem;
  }

  .lm\:ml-10 {
    margin-left: 2.5rem;
  }

  .lm\:ml-11 {
    margin-left: 2.75rem;
  }

  .lm\:ml-12 {
    margin-left: 3rem;
  }

  .lm\:ml-14 {
    margin-left: 3.5rem;
  }

  .lm\:ml-16 {
    margin-left: 4rem;
  }

  .lm\:ml-20 {
    margin-left: 5rem;
  }

  .lm\:ml-24 {
    margin-left: 6rem;
  }

  .lm\:ml-28 {
    margin-left: 7rem;
  }

  .lm\:ml-32 {
    margin-left: 8rem;
  }

  .lm\:ml-36 {
    margin-left: 9rem;
  }

  .lm\:ml-40 {
    margin-left: 10rem;
  }

  .lm\:ml-44 {
    margin-left: 11rem;
  }

  .lm\:ml-48 {
    margin-left: 12rem;
  }

  .lm\:ml-52 {
    margin-left: 13rem;
  }

  .lm\:ml-56 {
    margin-left: 14rem;
  }

  .lm\:ml-60 {
    margin-left: 15rem;
  }

  .lm\:ml-64 {
    margin-left: 16rem;
  }

  .lm\:ml-72 {
    margin-left: 18rem;
  }

  .lm\:ml-80 {
    margin-left: 20rem;
  }

  .lm\:ml-96 {
    margin-left: 24rem;
  }

  .lm\:ml-auto {
    margin-left: auto;
  }

  .lm\:ml-px {
    margin-left: 1px;
  }

  .lm\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .lm\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .lm\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .lm\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .lm\:-ml-0 {
    margin-left: 0px;
  }

  .lm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lm\:-ml-4 {
    margin-left: -1rem;
  }

  .lm\:-ml-5 {
    margin-left: -1.25rem;
  }

  .lm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lm\:-ml-7 {
    margin-left: -1.75rem;
  }

  .lm\:-ml-8 {
    margin-left: -2rem;
  }

  .lm\:-ml-9 {
    margin-left: -2.25rem;
  }

  .lm\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lm\:-ml-11 {
    margin-left: -2.75rem;
  }

  .lm\:-ml-12 {
    margin-left: -3rem;
  }

  .lm\:-ml-14 {
    margin-left: -3.5rem;
  }

  .lm\:-ml-16 {
    margin-left: -4rem;
  }

  .lm\:-ml-20 {
    margin-left: -5rem;
  }

  .lm\:-ml-24 {
    margin-left: -6rem;
  }

  .lm\:-ml-28 {
    margin-left: -7rem;
  }

  .lm\:-ml-32 {
    margin-left: -8rem;
  }

  .lm\:-ml-36 {
    margin-left: -9rem;
  }

  .lm\:-ml-40 {
    margin-left: -10rem;
  }

  .lm\:-ml-44 {
    margin-left: -11rem;
  }

  .lm\:-ml-48 {
    margin-left: -12rem;
  }

  .lm\:-ml-52 {
    margin-left: -13rem;
  }

  .lm\:-ml-56 {
    margin-left: -14rem;
  }

  .lm\:-ml-60 {
    margin-left: -15rem;
  }

  .lm\:-ml-64 {
    margin-left: -16rem;
  }

  .lm\:-ml-72 {
    margin-left: -18rem;
  }

  .lm\:-ml-80 {
    margin-left: -20rem;
  }

  .lm\:-ml-96 {
    margin-left: -24rem;
  }

  .lm\:-ml-px {
    margin-left: -1px;
  }

  .lm\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .lm\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .lm\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .lm\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .lm\:ml-8p {
    margin-left: 8%;
  }

  .lm\:-ml-20px {
    margin-left: -20px;
  }

  .lm\:-ml-10px {
    margin-left: -10px;
  }

  .lm\:ml-5px {
    margin-left: 5px;
  }

  .lm\:ml-6px {
    margin-left: 6px;
  }

  .lm\:ml-8px {
    margin-left: 8px;
  }

  .lm\:ml-10px {
    margin-left: 10px;
  }

  .lm\:ml-12px {
    margin-left: 12px;
  }

  .lm\:ml-14px {
    margin-left: 14px;
  }

  .lm\:ml-16px {
    margin-left: 16px;
  }

  .lm\:ml-18px {
    margin-left: 18px;
  }

  .lm\:ml-20px {
    margin-left: 20px;
  }

  .lm\:ml-24px {
    margin-left: 24px;
  }

  .lm\:ml-26px {
    margin-left: 26px;
  }

  .lm\:ml-30px {
    margin-left: 30px;
  }

  .lm\:ml-32px {
    margin-left: 32px;
  }

  .lm\:ml-34px {
    margin-left: 34px;
  }

  .lm\:ml-36px {
    margin-left: 36px;
  }

  .lm\:ml-40px {
    margin-left: 40px;
  }

  .lm\:ml-48px {
    margin-left: 48px;
  }

  .lm\:ml-50px {
    margin-left: 50px;
  }

  .lm\:ml-60px {
    margin-left: 60px;
  }

  .lm\:ml-70px {
    margin-left: 70px;
  }

  .lm\:ml-78px {
    margin-left: 78px;
  }

  .lm\:ml-80px {
    margin-left: 80px;
  }

  .lm\:ml-90px {
    margin-left: 90px;
  }

  .lm\:ml-100px {
    margin-left: 100px;
  }

  .lm\:ml-120px {
    margin-left: 120px;
  }

  .lm\:ml-145px {
    margin-left: 145px;
  }

  .lm\:ml-172px {
    margin-left: 172px;
  }

  .lm\:ml-185px {
    margin-left: 185px;
  }

  .lm\:ml-200px {
    margin-left: 200px;
  }

  .lm\:ml-260px {
    margin-left: 260px;
  }

  .lm\:ml-268px {
    margin-left: 268px;
  }

  .lm\:box-border {
    box-sizing: border-box;
  }

  .lm\:box-content {
    box-sizing: content-box;
  }

  .lm\:block {
    display: block;
  }

  .lm\:inline-block {
    display: inline-block;
  }

  .lm\:inline {
    display: inline;
  }

  .lm\:flex {
    display: flex;
  }

  .lm\:inline-flex {
    display: inline-flex;
  }

  .lm\:table {
    display: table;
  }

  .lm\:inline-table {
    display: inline-table;
  }

  .lm\:table-caption {
    display: table-caption;
  }

  .lm\:table-cell {
    display: table-cell;
  }

  .lm\:table-column {
    display: table-column;
  }

  .lm\:table-column-group {
    display: table-column-group;
  }

  .lm\:table-footer-group {
    display: table-footer-group;
  }

  .lm\:table-header-group {
    display: table-header-group;
  }

  .lm\:table-row-group {
    display: table-row-group;
  }

  .lm\:table-row {
    display: table-row;
  }

  .lm\:flow-root {
    display: flow-root;
  }

  .lm\:grid {
    display: grid;
  }

  .lm\:inline-grid {
    display: inline-grid;
  }

  .lm\:contents {
    display: contents;
  }

  .lm\:list-item {
    display: list-item;
  }

  .lm\:hidden {
    display: none;
  }

  .lm\:h-0 {
    height: 0px;
  }

  .lm\:h-1 {
    height: 0.25rem;
  }

  .lm\:h-2 {
    height: 0.5rem;
  }

  .lm\:h-3 {
    height: 0.75rem;
  }

  .lm\:h-4 {
    height: 1rem;
  }

  .lm\:h-5 {
    height: 1.25rem;
  }

  .lm\:h-6 {
    height: 1.5rem;
  }

  .lm\:h-7 {
    height: 1.75rem;
  }

  .lm\:h-8 {
    height: 2rem;
  }

  .lm\:h-9 {
    height: 2.25rem;
  }

  .lm\:h-10 {
    height: 2.5rem;
  }

  .lm\:h-11 {
    height: 2.75rem;
  }

  .lm\:h-12 {
    height: 3rem;
  }

  .lm\:h-14 {
    height: 3.5rem;
  }

  .lm\:h-16 {
    height: 4rem;
  }

  .lm\:h-20 {
    height: 5rem;
  }

  .lm\:h-24 {
    height: 6rem;
  }

  .lm\:h-28 {
    height: 7rem;
  }

  .lm\:h-32 {
    height: 8rem;
  }

  .lm\:h-36 {
    height: 9rem;
  }

  .lm\:h-40 {
    height: 10rem;
  }

  .lm\:h-44 {
    height: 11rem;
  }

  .lm\:h-48 {
    height: 12rem;
  }

  .lm\:h-52 {
    height: 13rem;
  }

  .lm\:h-56 {
    height: 14rem;
  }

  .lm\:h-60 {
    height: 15rem;
  }

  .lm\:h-64 {
    height: 16rem;
  }

  .lm\:h-72 {
    height: 18rem;
  }

  .lm\:h-80 {
    height: 20rem;
  }

  .lm\:h-96 {
    height: 24rem;
  }

  .lm\:h-auto {
    height: auto;
  }

  .lm\:h-px {
    height: 1px;
  }

  .lm\:h-0\.5 {
    height: 0.125rem;
  }

  .lm\:h-1\.5 {
    height: 0.375rem;
  }

  .lm\:h-2\.5 {
    height: 0.625rem;
  }

  .lm\:h-3\.5 {
    height: 0.875rem;
  }

  .lm\:h-1\/2 {
    height: 50%;
  }

  .lm\:h-1\/3 {
    height: 33.333333%;
  }

  .lm\:h-2\/3 {
    height: 66.666667%;
  }

  .lm\:h-1\/4 {
    height: 25%;
  }

  .lm\:h-2\/4 {
    height: 50%;
  }

  .lm\:h-3\/4 {
    height: 75%;
  }

  .lm\:h-1\/5 {
    height: 20%;
  }

  .lm\:h-2\/5 {
    height: 40%;
  }

  .lm\:h-3\/5 {
    height: 60%;
  }

  .lm\:h-4\/5 {
    height: 80%;
  }

  .lm\:h-1\/6 {
    height: 16.666667%;
  }

  .lm\:h-2\/6 {
    height: 33.333333%;
  }

  .lm\:h-3\/6 {
    height: 50%;
  }

  .lm\:h-4\/6 {
    height: 66.666667%;
  }

  .lm\:h-5\/6 {
    height: 83.333333%;
  }

  .lm\:h-full {
    height: 100%;
  }

  .lm\:h-screen {
    height: 100vh;
  }

  .lm\:h-divider {
    height: 1px;
  }

  .lm\:h-2px {
    height: 2px;
  }

  .lm\:h-24px {
    height: 24px;
  }

  .lm\:h-28px {
    height: 28px;
  }

  .lm\:h-30px {
    height: 30px;
  }

  .lm\:h-32px {
    height: 32px;
  }

  .lm\:h-36px {
    height: 36px;
  }

  .lm\:h-38px {
    height: 38px;
  }

  .lm\:h-40px {
    height: 40px;
  }

  .lm\:h-42px {
    height: 42px;
  }

  .lm\:h-44px {
    height: 44px;
  }

  .lm\:h-48px {
    height: 48px;
  }

  .lm\:h-54px {
    height: 54px;
  }

  .lm\:h-56px {
    height: 56px;
  }

  .lm\:h-58px {
    height: 58px;
  }

  .lm\:h-68px {
    height: 68px;
  }

  .lm\:h-82px {
    height: 82px;
  }

  .lm\:h-125px {
    height: 125px;
  }

  .lm\:h-132px {
    height: 132px;
  }

  .lm\:h-198px {
    height: 198px;
  }

  .lm\:h-229px {
    height: 229px;
  }

  .lm\:h-319px {
    height: 319px;
  }

  .lm\:h-400px {
    height: 400px;
  }

  .lm\:h-420px {
    height: 420px;
  }

  .lm\:h-450px {
    height: 450px;
  }

  .lm\:h-465px {
    height: 465px;
  }

  .lm\:h-485px {
    height: 485px;
  }

  .lm\:h-501px {
    height: 501px;
  }

  .lm\:h-558px {
    height: 558px;
  }

  .lm\:h-526px {
    height: 526px;
  }

  .lm\:h-533px {
    height: 533px;
  }

  .lm\:h-566px {
    height: 566px;
  }

  .lm\:h-617px {
    height: 617px;
  }

  .lm\:h-756px {
    height: 756px;
  }

  .lm\:h-768px {
    height: 768px;
  }

  .lm\:h-800px {
    height: 800px;
  }

  .lm\:h-860px {
    height: 860px;
  }

  .lm\:max-h-0 {
    max-height: 0px;
  }

  .lm\:max-h-1 {
    max-height: 0.25rem;
  }

  .lm\:max-h-2 {
    max-height: 0.5rem;
  }

  .lm\:max-h-3 {
    max-height: 0.75rem;
  }

  .lm\:max-h-4 {
    max-height: 1rem;
  }

  .lm\:max-h-5 {
    max-height: 1.25rem;
  }

  .lm\:max-h-6 {
    max-height: 1.5rem;
  }

  .lm\:max-h-7 {
    max-height: 1.75rem;
  }

  .lm\:max-h-8 {
    max-height: 2rem;
  }

  .lm\:max-h-9 {
    max-height: 2.25rem;
  }

  .lm\:max-h-10 {
    max-height: 2.5rem;
  }

  .lm\:max-h-11 {
    max-height: 2.75rem;
  }

  .lm\:max-h-12 {
    max-height: 3rem;
  }

  .lm\:max-h-14 {
    max-height: 3.5rem;
  }

  .lm\:max-h-16 {
    max-height: 4rem;
  }

  .lm\:max-h-20 {
    max-height: 5rem;
  }

  .lm\:max-h-24 {
    max-height: 6rem;
  }

  .lm\:max-h-28 {
    max-height: 7rem;
  }

  .lm\:max-h-32 {
    max-height: 8rem;
  }

  .lm\:max-h-36 {
    max-height: 9rem;
  }

  .lm\:max-h-40 {
    max-height: 10rem;
  }

  .lm\:max-h-44 {
    max-height: 11rem;
  }

  .lm\:max-h-48 {
    max-height: 12rem;
  }

  .lm\:max-h-52 {
    max-height: 13rem;
  }

  .lm\:max-h-56 {
    max-height: 14rem;
  }

  .lm\:max-h-60 {
    max-height: 15rem;
  }

  .lm\:max-h-64 {
    max-height: 16rem;
  }

  .lm\:max-h-72 {
    max-height: 18rem;
  }

  .lm\:max-h-80 {
    max-height: 20rem;
  }

  .lm\:max-h-96 {
    max-height: 24rem;
  }

  .lm\:max-h-px {
    max-height: 1px;
  }

  .lm\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .lm\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .lm\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .lm\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .lm\:max-h-full {
    max-height: 100%;
  }

  .lm\:max-h-screen {
    max-height: 100vh;
  }

  .lm\:max-h-70p {
    max-height: 70%;
  }

  .lm\:min-h-0 {
    min-height: 0px;
  }

  .lm\:min-h-full {
    min-height: 100%;
  }

  .lm\:min-h-screen {
    min-height: 100vh;
  }

  .lm\:min-h-400px {
    min-height: 400px;
  }

  .lm\:min-h-800px {
    min-height: 800px;
  }

  .lm\:w-0 {
    width: 0px;
  }

  .lm\:w-1 {
    width: 0.25rem;
  }

  .lm\:w-2 {
    width: 0.5rem;
  }

  .lm\:w-3 {
    width: 0.75rem;
  }

  .lm\:w-4 {
    width: 1rem;
  }

  .lm\:w-5 {
    width: 1.25rem;
  }

  .lm\:w-6 {
    width: 1.5rem;
  }

  .lm\:w-7 {
    width: 1.75rem;
  }

  .lm\:w-8 {
    width: 2rem;
  }

  .lm\:w-9 {
    width: 2.25rem;
  }

  .lm\:w-10 {
    width: 2.5rem;
  }

  .lm\:w-11 {
    width: 2.75rem;
  }

  .lm\:w-12 {
    width: 3rem;
  }

  .lm\:w-14 {
    width: 3.5rem;
  }

  .lm\:w-16 {
    width: 4rem;
  }

  .lm\:w-20 {
    width: 5rem;
  }

  .lm\:w-24 {
    width: 6rem;
  }

  .lm\:w-28 {
    width: 7rem;
  }

  .lm\:w-32 {
    width: 8rem;
  }

  .lm\:w-36 {
    width: 9rem;
  }

  .lm\:w-40 {
    width: 10rem;
  }

  .lm\:w-44 {
    width: 11rem;
  }

  .lm\:w-48 {
    width: 12rem;
  }

  .lm\:w-52 {
    width: 13rem;
  }

  .lm\:w-56 {
    width: 14rem;
  }

  .lm\:w-60 {
    width: 15rem;
  }

  .lm\:w-64 {
    width: 16rem;
  }

  .lm\:w-72 {
    width: 18rem;
  }

  .lm\:w-80 {
    width: 20rem;
  }

  .lm\:w-96 {
    width: 24rem;
  }

  .lm\:w-auto {
    width: auto;
  }

  .lm\:w-px {
    width: 1px;
  }

  .lm\:w-0\.5 {
    width: 0.125rem;
  }

  .lm\:w-1\.5 {
    width: 0.375rem;
  }

  .lm\:w-2\.5 {
    width: 0.625rem;
  }

  .lm\:w-3\.5 {
    width: 0.875rem;
  }

  .lm\:w-1\/2 {
    width: 50%;
  }

  .lm\:w-1\/3 {
    width: 33.333333%;
  }

  .lm\:w-2\/3 {
    width: 66.666667%;
  }

  .lm\:w-1\/4 {
    width: 25%;
  }

  .lm\:w-2\/4 {
    width: 50%;
  }

  .lm\:w-3\/4 {
    width: 75%;
  }

  .lm\:w-1\/5 {
    width: 20%;
  }

  .lm\:w-2\/5 {
    width: 40%;
  }

  .lm\:w-3\/5 {
    width: 60%;
  }

  .lm\:w-4\/5 {
    width: 80%;
  }

  .lm\:w-1\/6 {
    width: 16.666667%;
  }

  .lm\:w-2\/6 {
    width: 33.333333%;
  }

  .lm\:w-3\/6 {
    width: 50%;
  }

  .lm\:w-4\/6 {
    width: 66.666667%;
  }

  .lm\:w-5\/6 {
    width: 83.333333%;
  }

  .lm\:w-1\/12 {
    width: 8.333333%;
  }

  .lm\:w-2\/12 {
    width: 16.666667%;
  }

  .lm\:w-3\/12 {
    width: 25%;
  }

  .lm\:w-4\/12 {
    width: 33.333333%;
  }

  .lm\:w-5\/12 {
    width: 41.666667%;
  }

  .lm\:w-6\/12 {
    width: 50%;
  }

  .lm\:w-7\/12 {
    width: 58.333333%;
  }

  .lm\:w-8\/12 {
    width: 66.666667%;
  }

  .lm\:w-9\/12 {
    width: 75%;
  }

  .lm\:w-10\/12 {
    width: 83.333333%;
  }

  .lm\:w-11\/12 {
    width: 91.666667%;
  }

  .lm\:w-full {
    width: 100%;
  }

  .lm\:w-screen {
    width: 100vw;
  }

  .lm\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .lm\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .lm\:w-50p {
    width: 50%;
  }

  .lm\:w-75p {
    width: 75%;
  }

  .lm\:w-80p {
    width: 80%;
  }

  .lm\:w-divider {
    width: 1px;
  }

  .lm\:w-16px {
    width: 16px;
  }

  .lm\:w-17px {
    width: 17px;
  }

  .lm\:w-24px {
    width: 24px;
  }

  .lm\:w-28px {
    width: 28px;
  }

  .lm\:w-32px {
    width: 32px;
  }

  .lm\:w-34px {
    width: 34px;
  }

  .lm\:w-38px {
    width: 38px;
  }

  .lm\:w-40px {
    width: 40px;
  }

  .lm\:w-42px {
    width: 42px;
  }

  .lm\:w-44px {
    width: 44px;
  }

  .lm\:w-48px {
    width: 48px;
  }

  .lm\:w-56px {
    width: 56px;
  }

  .lm\:w-58px {
    width: 58px;
  }

  .lm\:w-68px {
    width: 68px;
  }

  .lm\:w-82px {
    width: 82px;
  }

  .lm\:w-93px {
    width: 93px;
  }

  .lm\:w-100px {
    width: 100px;
  }

  .lm\:w-115px {
    width: 115px;
  }

  .lm\:w-125px {
    width: 125px;
  }

  .lm\:w-132px {
    width: 132px;
  }

  .lm\:w-146px {
    width: 146px;
  }

  .lm\:w-157px {
    width: 157px;
  }

  .lm\:w-224px {
    width: 224px;
  }

  .lm\:w-236px {
    width: 236px;
  }

  .lm\:w-255px {
    width: 255px;
  }

  .lm\:w-320px {
    width: 320px;
  }

  .lm\:w-372px {
    width: 372px;
  }

  .lm\:w-401px {
    width: 401px;
  }

  .lm\:w-735px {
    width: 735px;
  }

  .lm\:w-857px {
    width: 857px;
  }

  .lm\:min-w-0 {
    min-width: 0px;
  }

  .lm\:min-w-full {
    min-width: 100%;
  }

  .lm\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .lm\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .lm\:min-w-140px {
    min-width: 140px;
  }

  .lm\:max-w-0 {
    max-width: 0rem;
  }

  .lm\:max-w-none {
    max-width: none;
  }

  .lm\:max-w-xs {
    max-width: 20rem;
  }

  .lm\:max-w-sm {
    max-width: 24rem;
  }

  .lm\:max-w-md {
    max-width: 28rem;
  }

  .lm\:max-w-lg {
    max-width: 32rem;
  }

  .lm\:max-w-xl {
    max-width: 36rem;
  }

  .lm\:max-w-2xl {
    max-width: 42rem;
  }

  .lm\:max-w-3xl {
    max-width: 48rem;
  }

  .lm\:max-w-4xl {
    max-width: 56rem;
  }

  .lm\:max-w-5xl {
    max-width: 64rem;
  }

  .lm\:max-w-6xl {
    max-width: 72rem;
  }

  .lm\:max-w-7xl {
    max-width: 80rem;
  }

  .lm\:max-w-full {
    max-width: 100%;
  }

  .lm\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lm\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lm\:max-w-prose {
    max-width: 65ch;
  }

  .lm\:max-w-screen-sm {
    max-width: 360px;
  }

  .lm\:max-w-screen-lm {
    max-width: 420px;
  }

  .lm\:max-w-screen-md {
    max-width: 768px;
  }

  .lm\:max-w-screen-lg {
    max-width: 1024px;
  }

  .lm\:max-w-screen-xlg {
    max-width: 1920px;
  }

  .lm\:max-w-200px {
    max-width: 200px;
  }

  .lm\:max-w-220px {
    max-width: 220px;
  }

  .lm\:max-w-348px {
    max-width: 348px;
  }

  .lm\:max-w-814px {
    max-width: 814px;
  }

  .lm\:max-w-960px {
    max-width: 960px;
  }

  .lm\:max-w-1380px {
    max-width: 1380px;
  }

  .lm\:max-w-1920px {
    max-width: 1920px;
  }

  .lm\:flex-1 {
    flex: 1 1 0%;
  }

  .lm\:flex-auto {
    flex: 1 1 auto;
  }

  .lm\:flex-initial {
    flex: 0 1 auto;
  }

  .lm\:flex-none {
    flex: none;
  }

  .lm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lm\:flex-shrink {
    flex-shrink: 1;
  }

  .lm\:flex-grow-0 {
    flex-grow: 0;
  }

  .lm\:flex-grow {
    flex-grow: 1;
  }

  .lm\:table-auto {
    table-layout: auto;
  }

  .lm\:table-fixed {
    table-layout: fixed;
  }

  .lm\:border-collapse {
    border-collapse: collapse;
  }

  .lm\:border-separate {
    border-collapse: separate;
  }

  .lm\:origin-center {
    transform-origin: center;
  }

  .lm\:origin-top {
    transform-origin: top;
  }

  .lm\:origin-top-right {
    transform-origin: top right;
  }

  .lm\:origin-right {
    transform-origin: right;
  }

  .lm\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .lm\:origin-bottom {
    transform-origin: bottom;
  }

  .lm\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .lm\:origin-left {
    transform-origin: left;
  }

  .lm\:origin-top-left {
    transform-origin: top left;
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\:transform-none {
    transform: none;
  }

  .lm\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .lm\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .lm\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .lm\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .lm\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .lm\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .lm\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .lm\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .lm\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .lm\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .lm\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .lm\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .lm\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .lm\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .lm\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .lm\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .lm\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .lm\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .lm\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .lm\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .lm\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .lm\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .lm\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .lm\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .lm\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .lm\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .lm\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .lm\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .lm\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .lm\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .lm\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .lm\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .lm\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .lm\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .lm\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .lm\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .lm\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .lm\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .lm\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .lm\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .lm\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .lm\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .lm\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .lm\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .lm\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .lm\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .lm\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .lm\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .lm\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .lm\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .lm\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .lm\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .lm\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .lm\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .lm\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .lm\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .lm\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .lm\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .lm\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .lm\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .lm\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .lm\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .lm\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .lm\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .lm\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .lm\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .lm\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .lm\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .lm\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .lm\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .lm\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .lm\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .lm\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .lm\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .lm\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .lm\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .lm\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .lm\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .lm\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .lm\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .lm\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .lm\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .lm\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .lm\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .lm\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .lm\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .lm\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .lm\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .lm\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .lm\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .lm\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .lm\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .lm\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .lm\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .lm\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .lm\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .lm\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .lm\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .lm\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .lm\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .lm\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .lm\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .lm\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .lm\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .lm\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .lm\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .lm\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .lm\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .lm\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .lm\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .lm\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .lm\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .lm\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .lm\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .lm\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .lm\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .lm\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .lm\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .lm\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .lm\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .lm\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .lm\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .lm\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .lm\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .lm\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .lm\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .lm\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .lm\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .lm\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .lm\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .lm\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .lm\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .lm\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .lm\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .lm\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .lm\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .lm\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .lm\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .lm\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .lm\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .lm\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .lm\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .lm\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .lm\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .lm\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .lm\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .lm\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .lm\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .lm\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .lm\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .lm\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .lm\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .lm\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .lm\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .lm\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .lm\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .lm\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .lm\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .lm\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .lm\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .lm\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .lm\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .lm\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .lm\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .lm\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .lm\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .lm\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .lm\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .lm\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .lm\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .lm\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .lm\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .lm\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .lm\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .lm\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .lm\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .lm\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .lm\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .lm\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .lm\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .lm\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .lm\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .lm\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .lm\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .lm\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .lm\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .lm\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .lm\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .lm\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .lm\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .lm\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .lm\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .lm\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .lm\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .lm\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .lm\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .lm\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .lm\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .lm\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .lm\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .lm\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .lm\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .lm\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .lm\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .lm\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .lm\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .lm\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .lm\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .lm\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .lm\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .lm\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .lm\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .lm\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .lm\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .lm\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .lm\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .lm\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .lm\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .lm\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .lm\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .lm\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .lm\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .lm\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .lm\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .lm\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .lm\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .lm\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .lm\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .lm\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .lm\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .lm\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .lm\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .lm\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .lm\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .lm\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .lm\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .lm\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .lm\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .lm\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .lm\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .lm\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .lm\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .lm\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .lm\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .lm\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .lm\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .lm\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .lm\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .lm\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .lm\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .lm\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .lm\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .lm\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .lm\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .lm\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .lm\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .lm\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .lm\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .lm\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .lm\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .lm\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .lm\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .lm\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .lm\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .lm\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .lm\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .lm\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .lm\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .lm\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .lm\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .lm\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .lm\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .lm\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .lm\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .lm\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .lm\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .lm\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .lm\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .lm\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .lm\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .lm\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .lm\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .lm\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .lm\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .lm\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .lm\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .lm\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .lm\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .lm\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .lm\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .lm\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .lm\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .lm\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .lm\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .lm\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .lm\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .lm\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .lm\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .lm\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .lm\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .lm\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .lm\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .lm\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .lm\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .lm\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .lm\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .lm\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .lm\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .lm\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .lm\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .lm\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .lm\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .lm\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .lm\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .lm\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .lm\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .lm\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .lm\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .lm\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .lm\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .lm\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .lm\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .lm\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .lm\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .lm\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .lm\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .lm\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .lm\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .lm\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .lm\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .lm\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .lm\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .lm\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .lm\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .lm\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .lm\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .lm\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .lm\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .lm\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .lm\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .lm\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .lm\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .lm\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .lm\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .lm\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .lm\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .lm\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .lm\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .lm\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .lm\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .lm\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .lm\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .lm\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .lm\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .lm\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .lm\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .lm\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .lm\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .lm\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .lm\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .lm\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .lm\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .lm\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .lm\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .lm\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .lm\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .lm\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .lm\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .lm\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .lm\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .lm\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .lm\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .lm\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .lm\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .lm\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .lm\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .lm\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .lm\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .lm\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .lm\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .lm\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .lm\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .lm\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .lm\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .lm\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .lm\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .lm\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .lm\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .lm\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .lm\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .lm\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .lm\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .lm\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .lm\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .lm\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .lm\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .lm\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .lm\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .lm\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .lm\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .lm\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .lm\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .lm\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .lm\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .lm\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .lm\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .lm\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .lm\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .lm\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .lm\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .lm\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .lm\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .lm\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .lm\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .lm\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .lm\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .lm\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .lm\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .lm\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .lm\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .lm\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .lm\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .lm\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .lm\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .lm\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .lm\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .lm\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .lm\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .lm\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .lm\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .lm\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .lm\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .lm\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .lm\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .lm\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .lm\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .lm\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .lm\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .lm\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .lm\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .lm\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .lm\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .lm\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .lm\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .lm\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .lm\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .lm\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .lm\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .lm\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .lm\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .lm\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .lm\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .lm\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .lm\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .lm\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .lm\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .lm\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .lm\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .lm\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .lm\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .lm\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .lm\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .lm\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .lm\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .lm\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .lm\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .lm\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .lm\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .lm\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .lm\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .lm\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .lm\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .lm\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .lm\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .lm\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .lm\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .lm\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .lm\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .lm\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .lm\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .lm\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .lm\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .lm\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .lm\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .lm\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .lm\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .lm\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .lm\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .lm\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .lm\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .lm\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .lm\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .lm\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .lm\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .lm\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .lm\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .lm\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .lm\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .lm\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .lm\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .lm\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .lm\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .lm\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .lm\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .lm\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .lm\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .lm\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .lm\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .lm\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .lm\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .lm\:rotate-20 {
    --tw-rotate: 20deg;
  }

  .lm\:rotate-35 {
    --tw-rotate: 35deg;
  }

  .lm\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .lm\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .lm\:rotate-127 {
    --tw-rotate: 127deg;
  }

  .lm\:rotate-150 {
    --tw-rotate: 150deg;
  }

  .lm\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .lm\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .lm\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .lm\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .lm\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .lm\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .lm\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .lm\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .lm\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .lm\:-rotate-8 {
    --tw-rotate: -8deg;
  }

  .lm\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .lm\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .lm\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .lm\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .lm\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .lm\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .lm\:hover\:rotate-20:hover {
    --tw-rotate: 20deg;
  }

  .lm\:hover\:rotate-35:hover {
    --tw-rotate: 35deg;
  }

  .lm\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .lm\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .lm\:hover\:rotate-127:hover {
    --tw-rotate: 127deg;
  }

  .lm\:hover\:rotate-150:hover {
    --tw-rotate: 150deg;
  }

  .lm\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .lm\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .lm\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .lm\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .lm\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .lm\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .lm\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .lm\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .lm\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .lm\:hover\:-rotate-8:hover {
    --tw-rotate: -8deg;
  }

  .lm\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .lm\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .lm\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .lm\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .lm\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .lm\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .lm\:focus\:rotate-20:focus {
    --tw-rotate: 20deg;
  }

  .lm\:focus\:rotate-35:focus {
    --tw-rotate: 35deg;
  }

  .lm\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .lm\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .lm\:focus\:rotate-127:focus {
    --tw-rotate: 127deg;
  }

  .lm\:focus\:rotate-150:focus {
    --tw-rotate: 150deg;
  }

  .lm\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .lm\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .lm\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .lm\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .lm\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .lm\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .lm\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .lm\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .lm\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .lm\:focus\:-rotate-8:focus {
    --tw-rotate: -8deg;
  }

  .lm\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .lm\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .lm\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .lm\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .lm\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .lm\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .lm\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .lm\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .lm\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .lm\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .lm\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .lm\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .lm\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .lm\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .lm\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .lm\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .lm\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .lm\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .lm\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .lm\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .lm\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .lm\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .lm\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .lm\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .lm\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .lm\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .lm\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .lm\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .lm\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .lm\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .lm\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .lm\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .lm\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .lm\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .lm\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .lm\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .lm\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .lm\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .lm\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .lm\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .lm\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .lm\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .lm\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .lm\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .lm\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .lm\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .lm\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .lm\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .lm\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .lm\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .lm\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .lm\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .lm\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .lm\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .lm\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .lm\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .lm\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .lm\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .lm\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .lm\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .lm\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .lm\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .lm\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .lm\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .lm\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .lm\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .lm\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lm\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lm\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lm\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lm\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lm\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lm\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lm\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lm\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lm\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lm\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lm\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lm\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lm\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lm\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lm\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lm\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lm\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lm\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lm\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lm\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lm\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lm\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lm\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lm\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lm\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lm\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lm\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lm\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .lm\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .lm\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .lm\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .lm\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .lm\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .lm\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .lm\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .lm\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .lm\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .lm\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .lm\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .lm\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .lm\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .lm\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .lm\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .lm\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .lm\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .lm\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .lm\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .lm\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .lm\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .lm\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .lm\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .lm\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .lm\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .lm\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .lm\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .lm\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .lm\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .lm\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .lm\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .lm\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .lm\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .lm\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .lm\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .lm\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .lm\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .lm\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .lm\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .lm\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .lm\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .lm\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .lm\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .lm\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .lm\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .lm\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .lm\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .lm\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .lm\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .lm\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .lm\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .lm\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .lm\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .lm\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .lm\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .lm\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .lm\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .lm\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .lm\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .lm\:animate-none {
    animation: none;
  }

  .lm\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .lm\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lm\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lm\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .lm\:animate-zoom-in-out {
    animation: zoom-in-out 20s ease-in-out infinite;
  }

  .lm\:animate-reveal-scale {
    animation: reveal-scale 0.35s ease-in;
  }

  .lm\:animate-pulsing {
    animation: pulsing 1.6s infinite;
  }

  .lm\:animate-reveal-top {
    animation: reveal-top 0.6s ease-in-out;
  }

  .lm\:animate-reveal-bottom {
    animation: reveal-bottom 0.6s ease-in-out;
  }

  .lm\:animate-reveal-left {
    animation: reveal-left 0.6s ease-in-out;
  }

  .lm\:animate-reveal-right {
    animation: reveal-right 0.6s ease-in-out;
  }

  .lm\:animate-expand-avatar-skill {
    animation: expand-avatar-skill 0.35s ease-in-out;
  }

  .lm\:animate-collapse-avatar-skill {
    animation: collapse-avatar-skill 0.35s ease-in-out;
  }

  .lm\:animate-grow {
    animation: grow 2s ease-in-out;
  }

  .lm\:animate-shake {
    animation: shake 2s ease-in-out infinite;
  }

  .lm\:cursor-auto {
    cursor: auto;
  }

  .lm\:cursor-default {
    cursor: default;
  }

  .lm\:cursor-pointer {
    cursor: pointer;
  }

  .lm\:cursor-wait {
    cursor: wait;
  }

  .lm\:cursor-text {
    cursor: text;
  }

  .lm\:cursor-move {
    cursor: move;
  }

  .lm\:cursor-help {
    cursor: help;
  }

  .lm\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lm\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .lm\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .lm\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lm\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .lm\:resize-none {
    resize: none;
  }

  .lm\:resize-y {
    resize: vertical;
  }

  .lm\:resize-x {
    resize: horizontal;
  }

  .lm\:resize {
    resize: both;
  }

  .lm\:list-inside {
    list-style-position: inside;
  }

  .lm\:list-outside {
    list-style-position: outside;
  }

  .lm\:list-none {
    list-style-type: none;
  }

  .lm\:list-disc {
    list-style-type: disc;
  }

  .lm\:list-decimal {
    list-style-type: decimal;
  }

  .lm\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lm\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .lm\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .lm\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .lm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lm\:grid-flow-row {
    grid-auto-flow: row;
  }

  .lm\:grid-flow-col {
    grid-auto-flow: column;
  }

  .lm\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .lm\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .lm\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .lm\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .lm\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .lm\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lm\:grid-cols-none {
    grid-template-columns: none;
  }

  .lm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lm\:grid-rows-none {
    grid-template-rows: none;
  }

  .lm\:flex-row {
    flex-direction: row;
  }

  .lm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lm\:flex-col {
    flex-direction: column;
  }

  .lm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lm\:flex-wrap {
    flex-wrap: wrap;
  }

  .lm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lm\:place-content-center {
    place-content: center;
  }

  .lm\:place-content-start {
    place-content: start;
  }

  .lm\:place-content-end {
    place-content: end;
  }

  .lm\:place-content-between {
    place-content: space-between;
  }

  .lm\:place-content-around {
    place-content: space-around;
  }

  .lm\:place-content-evenly {
    place-content: space-evenly;
  }

  .lm\:place-content-stretch {
    place-content: stretch;
  }

  .lm\:place-items-start {
    place-items: start;
  }

  .lm\:place-items-end {
    place-items: end;
  }

  .lm\:place-items-center {
    place-items: center;
  }

  .lm\:place-items-stretch {
    place-items: stretch;
  }

  .lm\:content-center {
    align-content: center;
  }

  .lm\:content-start {
    align-content: flex-start;
  }

  .lm\:content-end {
    align-content: flex-end;
  }

  .lm\:content-between {
    align-content: space-between;
  }

  .lm\:content-around {
    align-content: space-around;
  }

  .lm\:content-evenly {
    align-content: space-evenly;
  }

  .lm\:items-start {
    align-items: flex-start;
  }

  .lm\:items-end {
    align-items: flex-end;
  }

  .lm\:items-center {
    align-items: center;
  }

  .lm\:items-baseline {
    align-items: baseline;
  }

  .lm\:items-stretch {
    align-items: stretch;
  }

  .lm\:justify-start {
    justify-content: flex-start;
  }

  .lm\:justify-end {
    justify-content: flex-end;
  }

  .lm\:justify-center {
    justify-content: center;
  }

  .lm\:justify-between {
    justify-content: space-between;
  }

  .lm\:justify-around {
    justify-content: space-around;
  }

  .lm\:justify-evenly {
    justify-content: space-evenly;
  }

  .lm\:justify-items-start {
    justify-items: start;
  }

  .lm\:justify-items-end {
    justify-items: end;
  }

  .lm\:justify-items-center {
    justify-items: center;
  }

  .lm\:justify-items-stretch {
    justify-items: stretch;
  }

  .lm\:gap-0 {
    gap: 0px;
  }

  .lm\:gap-1 {
    gap: 0.25rem;
  }

  .lm\:gap-2 {
    gap: 0.5rem;
  }

  .lm\:gap-3 {
    gap: 0.75rem;
  }

  .lm\:gap-4 {
    gap: 1rem;
  }

  .lm\:gap-5 {
    gap: 1.25rem;
  }

  .lm\:gap-6 {
    gap: 1.5rem;
  }

  .lm\:gap-7 {
    gap: 1.75rem;
  }

  .lm\:gap-8 {
    gap: 2rem;
  }

  .lm\:gap-9 {
    gap: 2.25rem;
  }

  .lm\:gap-10 {
    gap: 2.5rem;
  }

  .lm\:gap-11 {
    gap: 2.75rem;
  }

  .lm\:gap-12 {
    gap: 3rem;
  }

  .lm\:gap-14 {
    gap: 3.5rem;
  }

  .lm\:gap-16 {
    gap: 4rem;
  }

  .lm\:gap-20 {
    gap: 5rem;
  }

  .lm\:gap-24 {
    gap: 6rem;
  }

  .lm\:gap-28 {
    gap: 7rem;
  }

  .lm\:gap-32 {
    gap: 8rem;
  }

  .lm\:gap-36 {
    gap: 9rem;
  }

  .lm\:gap-40 {
    gap: 10rem;
  }

  .lm\:gap-44 {
    gap: 11rem;
  }

  .lm\:gap-48 {
    gap: 12rem;
  }

  .lm\:gap-52 {
    gap: 13rem;
  }

  .lm\:gap-56 {
    gap: 14rem;
  }

  .lm\:gap-60 {
    gap: 15rem;
  }

  .lm\:gap-64 {
    gap: 16rem;
  }

  .lm\:gap-72 {
    gap: 18rem;
  }

  .lm\:gap-80 {
    gap: 20rem;
  }

  .lm\:gap-96 {
    gap: 24rem;
  }

  .lm\:gap-px {
    gap: 1px;
  }

  .lm\:gap-0\.5 {
    gap: 0.125rem;
  }

  .lm\:gap-1\.5 {
    gap: 0.375rem;
  }

  .lm\:gap-2\.5 {
    gap: 0.625rem;
  }

  .lm\:gap-3\.5 {
    gap: 0.875rem;
  }

  .lm\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lm\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lm\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lm\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lm\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lm\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lm\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lm\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lm\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lm\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .lm\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lm\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lm\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lm\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lm\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lm\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .lm\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lm\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .lm\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lm\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .lm\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lm\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .lm\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lm\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .lm\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lm\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .lm\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .lm\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .lm\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lm\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .lm\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .lm\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lm\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .lm\:gap-y-0 {
    row-gap: 0px;
  }

  .lm\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .lm\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .lm\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .lm\:gap-y-4 {
    row-gap: 1rem;
  }

  .lm\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .lm\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .lm\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .lm\:gap-y-8 {
    row-gap: 2rem;
  }

  .lm\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .lm\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .lm\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .lm\:gap-y-12 {
    row-gap: 3rem;
  }

  .lm\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .lm\:gap-y-16 {
    row-gap: 4rem;
  }

  .lm\:gap-y-20 {
    row-gap: 5rem;
  }

  .lm\:gap-y-24 {
    row-gap: 6rem;
  }

  .lm\:gap-y-28 {
    row-gap: 7rem;
  }

  .lm\:gap-y-32 {
    row-gap: 8rem;
  }

  .lm\:gap-y-36 {
    row-gap: 9rem;
  }

  .lm\:gap-y-40 {
    row-gap: 10rem;
  }

  .lm\:gap-y-44 {
    row-gap: 11rem;
  }

  .lm\:gap-y-48 {
    row-gap: 12rem;
  }

  .lm\:gap-y-52 {
    row-gap: 13rem;
  }

  .lm\:gap-y-56 {
    row-gap: 14rem;
  }

  .lm\:gap-y-60 {
    row-gap: 15rem;
  }

  .lm\:gap-y-64 {
    row-gap: 16rem;
  }

  .lm\:gap-y-72 {
    row-gap: 18rem;
  }

  .lm\:gap-y-80 {
    row-gap: 20rem;
  }

  .lm\:gap-y-96 {
    row-gap: 24rem;
  }

  .lm\:gap-y-px {
    row-gap: 1px;
  }

  .lm\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .lm\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .lm\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .lm\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\:-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)));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:-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));
  }

  .lm\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .lm\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\: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)));
  }

  .lm\:divide-x-1px > :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)));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\:divide-y-1px > :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));
  }

  .lm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .lm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .lm\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .lm\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .lm\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .lm\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .lm\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .lm\:divide-tropic-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-divide-opacity));
  }

  .lm\:divide-tropic-light > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(3,39,41,0.7);
  }

  .lm\:divide-tropic-6p > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(3,39,41,0.6);
  }

  .lm\:divide-tropic-90p > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(3,39,41,0.9);
  }

  .lm\:divide-taiga-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-divide-opacity));
  }

  .lm\:divide-taiga-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-divide-opacity));
  }

  .lm\:divide-savana > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-divide-opacity));
  }

  .lm\:divide-tundra > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-divide-opacity));
  }

  .lm\:divide-arctic-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lm\:divide-arctic-low > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(255,255,255,0.12);
  }

  .lm\:divide-arctic-very-low > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(255,255,255,0.06);
  }

  .lm\:divide-black-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lm\:divide-black-dim > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(0,5,5,0.8);
  }

  .lm\:divide-black-low > :not([hidden]) ~ :not([hidden]) {
    border-color: #0A000000;
  }

  .lm\:divide-black-semi > :not([hidden]) ~ :not([hidden]) {
    border-color: #66000000;
  }

  .lm\:divide-white-low > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(255,255,255,0.06);
  }

  .lm\:divide-white-medium > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(255,255,255,0.12);
  }

  .lm\:divide-white-semi > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(255,255,255,0.6);
  }

  .lm\:divide-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-divide-opacity));
  }

  .lm\:divide-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-divide-opacity));
  }

  .lm\:divide-expedition > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-divide-opacity));
  }

  .lm\:divide-green-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-divide-opacity));
  }

  .lm\:divide-green-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-divide-opacity));
  }

  .lm\:divide-red-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-divide-opacity));
  }

  .lm\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(0,0,0,0);
  }

  .lm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .lm\:divide-opacity-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: .01;
  }

  .lm\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .lm\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .lm\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .lm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .lm\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .lm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .lm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .lm\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .lm\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .lm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .lm\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .lm\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .lm\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .lm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .lm\:place-self-auto {
    place-self: auto;
  }

  .lm\:place-self-start {
    place-self: start;
  }

  .lm\:place-self-end {
    place-self: end;
  }

  .lm\:place-self-center {
    place-self: center;
  }

  .lm\:place-self-stretch {
    place-self: stretch;
  }

  .lm\:self-auto {
    align-self: auto;
  }

  .lm\:self-start {
    align-self: flex-start;
  }

  .lm\:self-end {
    align-self: flex-end;
  }

  .lm\:self-center {
    align-self: center;
  }

  .lm\:self-stretch {
    align-self: stretch;
  }

  .lm\:self-baseline {
    align-self: baseline;
  }

  .lm\:justify-self-auto {
    justify-self: auto;
  }

  .lm\:justify-self-start {
    justify-self: start;
  }

  .lm\:justify-self-end {
    justify-self: end;
  }

  .lm\:justify-self-center {
    justify-self: center;
  }

  .lm\:justify-self-stretch {
    justify-self: stretch;
  }

  .lm\:overflow-auto {
    overflow: auto;
  }

  .lm\:overflow-hidden {
    overflow: hidden;
  }

  .lm\:overflow-visible {
    overflow: visible;
  }

  .lm\:overflow-scroll {
    overflow: scroll;
  }

  .lm\:overflow-x-auto {
    overflow-x: auto;
  }

  .lm\:overflow-y-auto {
    overflow-y: auto;
  }

  .lm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lm\:overflow-x-visible {
    overflow-x: visible;
  }

  .lm\:overflow-y-visible {
    overflow-y: visible;
  }

  .lm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lm\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .lm\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .lm\:overscroll-none {
    overscroll-behavior: none;
  }

  .lm\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .lm\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .lm\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .lm\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .lm\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .lm\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .lm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lm\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .lm\:overflow-clip {
    text-overflow: clip;
  }

  .lm\:whitespace-normal {
    white-space: normal;
  }

  .lm\:whitespace-nowrap {
    white-space: nowrap;
  }

  .lm\:whitespace-pre {
    white-space: pre;
  }

  .lm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lm\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lm\:break-words {
    overflow-wrap: break-word;
  }

  .lm\:break-all {
    word-break: break-all;
  }

  .lm\:rounded-50p {
    border-radius: 50%;
  }

  .lm\:rounded-4px {
    border-radius: 4px;
  }

  .lm\:rounded-8px {
    border-radius: 8px;
  }

  .lm\:rounded-12px {
    border-radius: 12px;
  }

  .lm\:rounded-16px {
    border-radius: 16px;
  }

  .lm\:rounded-18px {
    border-radius: 18px;
  }

  .lm\:rounded-20px {
    border-radius: 20px;
  }

  .lm\:rounded-24px {
    border-radius: 24px;
  }

  .lm\:rounded-t-50p {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }

  .lm\:rounded-t-4px {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .lm\:rounded-t-8px {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .lm\:rounded-t-12px {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .lm\:rounded-t-16px {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .lm\:rounded-t-18px {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .lm\:rounded-t-20px {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .lm\:rounded-t-24px {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .lm\:rounded-r-50p {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }

  .lm\:rounded-r-4px {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .lm\:rounded-r-8px {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .lm\:rounded-r-12px {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .lm\:rounded-r-16px {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  .lm\:rounded-r-18px {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
  }

  .lm\:rounded-r-20px {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .lm\:rounded-r-24px {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  .lm\:rounded-b-50p {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .lm\:rounded-b-4px {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .lm\:rounded-b-8px {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .lm\:rounded-b-12px {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .lm\:rounded-b-16px {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .lm\:rounded-b-18px {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }

  .lm\:rounded-b-20px {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .lm\:rounded-b-24px {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .lm\:rounded-l-50p {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .lm\:rounded-l-4px {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .lm\:rounded-l-8px {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .lm\:rounded-l-12px {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .lm\:rounded-l-16px {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .lm\:rounded-l-18px {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
  }

  .lm\:rounded-l-20px {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .lm\:rounded-l-24px {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .lm\:rounded-tl-50p {
    border-top-left-radius: 50%;
  }

  .lm\:rounded-tl-4px {
    border-top-left-radius: 4px;
  }

  .lm\:rounded-tl-8px {
    border-top-left-radius: 8px;
  }

  .lm\:rounded-tl-12px {
    border-top-left-radius: 12px;
  }

  .lm\:rounded-tl-16px {
    border-top-left-radius: 16px;
  }

  .lm\:rounded-tl-18px {
    border-top-left-radius: 18px;
  }

  .lm\:rounded-tl-20px {
    border-top-left-radius: 20px;
  }

  .lm\:rounded-tl-24px {
    border-top-left-radius: 24px;
  }

  .lm\:rounded-tr-50p {
    border-top-right-radius: 50%;
  }

  .lm\:rounded-tr-4px {
    border-top-right-radius: 4px;
  }

  .lm\:rounded-tr-8px {
    border-top-right-radius: 8px;
  }

  .lm\:rounded-tr-12px {
    border-top-right-radius: 12px;
  }

  .lm\:rounded-tr-16px {
    border-top-right-radius: 16px;
  }

  .lm\:rounded-tr-18px {
    border-top-right-radius: 18px;
  }

  .lm\:rounded-tr-20px {
    border-top-right-radius: 20px;
  }

  .lm\:rounded-tr-24px {
    border-top-right-radius: 24px;
  }

  .lm\:rounded-br-50p {
    border-bottom-right-radius: 50%;
  }

  .lm\:rounded-br-4px {
    border-bottom-right-radius: 4px;
  }

  .lm\:rounded-br-8px {
    border-bottom-right-radius: 8px;
  }

  .lm\:rounded-br-12px {
    border-bottom-right-radius: 12px;
  }

  .lm\:rounded-br-16px {
    border-bottom-right-radius: 16px;
  }

  .lm\:rounded-br-18px {
    border-bottom-right-radius: 18px;
  }

  .lm\:rounded-br-20px {
    border-bottom-right-radius: 20px;
  }

  .lm\:rounded-br-24px {
    border-bottom-right-radius: 24px;
  }

  .lm\:rounded-bl-50p {
    border-bottom-left-radius: 50%;
  }

  .lm\:rounded-bl-4px {
    border-bottom-left-radius: 4px;
  }

  .lm\:rounded-bl-8px {
    border-bottom-left-radius: 8px;
  }

  .lm\:rounded-bl-12px {
    border-bottom-left-radius: 12px;
  }

  .lm\:rounded-bl-16px {
    border-bottom-left-radius: 16px;
  }

  .lm\:rounded-bl-18px {
    border-bottom-left-radius: 18px;
  }

  .lm\:rounded-bl-20px {
    border-bottom-left-radius: 20px;
  }

  .lm\:rounded-bl-24px {
    border-bottom-left-radius: 24px;
  }

  .lm\:border-0 {
    border-width: 0px;
  }

  .lm\:border-2 {
    border-width: 2px;
  }

  .lm\:border-4 {
    border-width: 4px;
  }

  .lm\:border-8 {
    border-width: 8px;
  }

  .lm\:border {
    border-width: 1px;
  }

  .lm\:border-1px {
    border-width: 1px;
  }

  .lm\:border-t-0 {
    border-top-width: 0px;
  }

  .lm\:border-t-2 {
    border-top-width: 2px;
  }

  .lm\:border-t-4 {
    border-top-width: 4px;
  }

  .lm\:border-t-8 {
    border-top-width: 8px;
  }

  .lm\:border-t {
    border-top-width: 1px;
  }

  .lm\:border-t-1px {
    border-top-width: 1px;
  }

  .lm\:border-r-0 {
    border-right-width: 0px;
  }

  .lm\:border-r-2 {
    border-right-width: 2px;
  }

  .lm\:border-r-4 {
    border-right-width: 4px;
  }

  .lm\:border-r-8 {
    border-right-width: 8px;
  }

  .lm\:border-r {
    border-right-width: 1px;
  }

  .lm\:border-r-1px {
    border-right-width: 1px;
  }

  .lm\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lm\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lm\:border-b {
    border-bottom-width: 1px;
  }

  .lm\:border-b-1px {
    border-bottom-width: 1px;
  }

  .lm\:border-l-0 {
    border-left-width: 0px;
  }

  .lm\:border-l-2 {
    border-left-width: 2px;
  }

  .lm\:border-l-4 {
    border-left-width: 4px;
  }

  .lm\:border-l-8 {
    border-left-width: 8px;
  }

  .lm\:border-l {
    border-left-width: 1px;
  }

  .lm\:border-l-1px {
    border-left-width: 1px;
  }

  .lm\:border-solid {
    border-style: solid;
  }

  .lm\:border-dashed {
    border-style: dashed;
  }

  .lm\:border-dotted {
    border-style: dotted;
  }

  .lm\:border-double {
    border-style: double;
  }

  .lm\:border-none {
    border-style: none;
  }

  .lm\:border-tropic-base {
    --tw-border-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-border-opacity));
  }

  .lm\:border-tropic-light {
    border-color: rgba(3,39,41,0.7);
  }

  .lm\:border-tropic-6p {
    border-color: rgba(3,39,41,0.6);
  }

  .lm\:border-tropic-90p {
    border-color: rgba(3,39,41,0.9);
  }

  .lm\:border-taiga-base {
    --tw-border-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-border-opacity));
  }

  .lm\:border-taiga-light {
    --tw-border-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-border-opacity));
  }

  .lm\:border-savana {
    --tw-border-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-border-opacity));
  }

  .lm\:border-tundra {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-border-opacity));
  }

  .lm\:border-arctic-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lm\:border-arctic-low {
    border-color: rgba(255,255,255,0.12);
  }

  .lm\:border-arctic-very-low {
    border-color: rgba(255,255,255,0.06);
  }

  .lm\:border-black-base {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lm\:border-black-dim {
    border-color: rgba(0,5,5,0.8);
  }

  .lm\:border-black-low {
    border-color: #0A000000;
  }

  .lm\:border-black-semi {
    border-color: #66000000;
  }

  .lm\:border-white-low {
    border-color: rgba(255,255,255,0.06);
  }

  .lm\:border-white-medium {
    border-color: rgba(255,255,255,0.12);
  }

  .lm\:border-white-semi {
    border-color: rgba(255,255,255,0.6);
  }

  .lm\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-border-opacity));
  }

  .lm\:border-yellow {
    --tw-border-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-border-opacity));
  }

  .lm\:border-expedition {
    --tw-border-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-border-opacity));
  }

  .lm\:border-green-base {
    --tw-border-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-border-opacity));
  }

  .lm\:border-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-border-opacity));
  }

  .lm\:border-red-base {
    --tw-border-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-border-opacity));
  }

  .lm\:border-transparent {
    border-color: rgba(0,0,0,0);
  }

  .group:hover .lm\:group-hover\:border-tropic-base {
    --tw-border-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-border-opacity));
  }

  .group:hover .lm\:group-hover\:border-tropic-light {
    border-color: rgba(3,39,41,0.7);
  }

  .group:hover .lm\:group-hover\:border-tropic-6p {
    border-color: rgba(3,39,41,0.6);
  }

  .group:hover .lm\:group-hover\:border-tropic-90p {
    border-color: rgba(3,39,41,0.9);
  }

  .group:hover .lm\:group-hover\:border-taiga-base {
    --tw-border-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-border-opacity));
  }

  .group:hover .lm\:group-hover\:border-taiga-light {
    --tw-border-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-border-opacity));
  }

  .group:hover .lm\:group-hover\:border-savana {
    --tw-border-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-border-opacity));
  }

  .group:hover .lm\:group-hover\:border-tundra {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-border-opacity));
  }

  .group:hover .lm\:group-hover\:border-arctic-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .lm\:group-hover\:border-arctic-low {
    border-color: rgba(255,255,255,0.12);
  }

  .group:hover .lm\:group-hover\:border-arctic-very-low {
    border-color: rgba(255,255,255,0.06);
  }

  .group:hover .lm\:group-hover\:border-black-base {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .lm\:group-hover\:border-black-dim {
    border-color: rgba(0,5,5,0.8);
  }

  .group:hover .lm\:group-hover\:border-black-low {
    border-color: #0A000000;
  }

  .group:hover .lm\:group-hover\:border-black-semi {
    border-color: #66000000;
  }

  .group:hover .lm\:group-hover\:border-white-low {
    border-color: rgba(255,255,255,0.06);
  }

  .group:hover .lm\:group-hover\:border-white-medium {
    border-color: rgba(255,255,255,0.12);
  }

  .group:hover .lm\:group-hover\:border-white-semi {
    border-color: rgba(255,255,255,0.6);
  }

  .group:hover .lm\:group-hover\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-border-opacity));
  }

  .group:hover .lm\:group-hover\:border-yellow {
    --tw-border-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-border-opacity));
  }

  .group:hover .lm\:group-hover\:border-expedition {
    --tw-border-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-border-opacity));
  }

  .group:hover .lm\:group-hover\:border-green-base {
    --tw-border-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-border-opacity));
  }

  .group:hover .lm\:group-hover\:border-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-border-opacity));
  }

  .group:hover .lm\:group-hover\:border-red-base {
    --tw-border-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-border-opacity));
  }

  .group:hover .lm\:group-hover\:border-transparent {
    border-color: rgba(0,0,0,0);
  }

  .lm\:focus-within\:border-tropic-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-border-opacity));
  }

  .lm\:focus-within\:border-tropic-light:focus-within {
    border-color: rgba(3,39,41,0.7);
  }

  .lm\:focus-within\:border-tropic-6p:focus-within {
    border-color: rgba(3,39,41,0.6);
  }

  .lm\:focus-within\:border-tropic-90p:focus-within {
    border-color: rgba(3,39,41,0.9);
  }

  .lm\:focus-within\:border-taiga-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-border-opacity));
  }

  .lm\:focus-within\:border-taiga-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-border-opacity));
  }

  .lm\:focus-within\:border-savana:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-border-opacity));
  }

  .lm\:focus-within\:border-tundra:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-border-opacity));
  }

  .lm\:focus-within\:border-arctic-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lm\:focus-within\:border-arctic-low:focus-within {
    border-color: rgba(255,255,255,0.12);
  }

  .lm\:focus-within\:border-arctic-very-low:focus-within {
    border-color: rgba(255,255,255,0.06);
  }

  .lm\:focus-within\:border-black-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lm\:focus-within\:border-black-dim:focus-within {
    border-color: rgba(0,5,5,0.8);
  }

  .lm\:focus-within\:border-black-low:focus-within {
    border-color: #0A000000;
  }

  .lm\:focus-within\:border-black-semi:focus-within {
    border-color: #66000000;
  }

  .lm\:focus-within\:border-white-low:focus-within {
    border-color: rgba(255,255,255,0.06);
  }

  .lm\:focus-within\:border-white-medium:focus-within {
    border-color: rgba(255,255,255,0.12);
  }

  .lm\:focus-within\:border-white-semi:focus-within {
    border-color: rgba(255,255,255,0.6);
  }

  .lm\:focus-within\:border-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-border-opacity));
  }

  .lm\:focus-within\:border-yellow:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-border-opacity));
  }

  .lm\:focus-within\:border-expedition:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-border-opacity));
  }

  .lm\:focus-within\:border-green-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-border-opacity));
  }

  .lm\:focus-within\:border-green-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-border-opacity));
  }

  .lm\:focus-within\:border-red-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-border-opacity));
  }

  .lm\:focus-within\:border-transparent:focus-within {
    border-color: rgba(0,0,0,0);
  }

  .lm\:hover\:border-tropic-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-border-opacity));
  }

  .lm\:hover\:border-tropic-light:hover {
    border-color: rgba(3,39,41,0.7);
  }

  .lm\:hover\:border-tropic-6p:hover {
    border-color: rgba(3,39,41,0.6);
  }

  .lm\:hover\:border-tropic-90p:hover {
    border-color: rgba(3,39,41,0.9);
  }

  .lm\:hover\:border-taiga-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-border-opacity));
  }

  .lm\:hover\:border-taiga-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-border-opacity));
  }

  .lm\:hover\:border-savana:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-border-opacity));
  }

  .lm\:hover\:border-tundra:hover {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-border-opacity));
  }

  .lm\:hover\:border-arctic-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lm\:hover\:border-arctic-low:hover {
    border-color: rgba(255,255,255,0.12);
  }

  .lm\:hover\:border-arctic-very-low:hover {
    border-color: rgba(255,255,255,0.06);
  }

  .lm\:hover\:border-black-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lm\:hover\:border-black-dim:hover {
    border-color: rgba(0,5,5,0.8);
  }

  .lm\:hover\:border-black-low:hover {
    border-color: #0A000000;
  }

  .lm\:hover\:border-black-semi:hover {
    border-color: #66000000;
  }

  .lm\:hover\:border-white-low:hover {
    border-color: rgba(255,255,255,0.06);
  }

  .lm\:hover\:border-white-medium:hover {
    border-color: rgba(255,255,255,0.12);
  }

  .lm\:hover\:border-white-semi:hover {
    border-color: rgba(255,255,255,0.6);
  }

  .lm\:hover\:border-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-border-opacity));
  }

  .lm\:hover\:border-yellow:hover {
    --tw-border-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-border-opacity));
  }

  .lm\:hover\:border-expedition:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-border-opacity));
  }

  .lm\:hover\:border-green-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-border-opacity));
  }

  .lm\:hover\:border-green-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-border-opacity));
  }

  .lm\:hover\:border-red-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-border-opacity));
  }

  .lm\:hover\:border-transparent:hover {
    border-color: rgba(0,0,0,0);
  }

  .lm\:focus\:border-tropic-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-border-opacity));
  }

  .lm\:focus\:border-tropic-light:focus {
    border-color: rgba(3,39,41,0.7);
  }

  .lm\:focus\:border-tropic-6p:focus {
    border-color: rgba(3,39,41,0.6);
  }

  .lm\:focus\:border-tropic-90p:focus {
    border-color: rgba(3,39,41,0.9);
  }

  .lm\:focus\:border-taiga-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-border-opacity));
  }

  .lm\:focus\:border-taiga-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-border-opacity));
  }

  .lm\:focus\:border-savana:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-border-opacity));
  }

  .lm\:focus\:border-tundra:focus {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-border-opacity));
  }

  .lm\:focus\:border-arctic-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lm\:focus\:border-arctic-low:focus {
    border-color: rgba(255,255,255,0.12);
  }

  .lm\:focus\:border-arctic-very-low:focus {
    border-color: rgba(255,255,255,0.06);
  }

  .lm\:focus\:border-black-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lm\:focus\:border-black-dim:focus {
    border-color: rgba(0,5,5,0.8);
  }

  .lm\:focus\:border-black-low:focus {
    border-color: #0A000000;
  }

  .lm\:focus\:border-black-semi:focus {
    border-color: #66000000;
  }

  .lm\:focus\:border-white-low:focus {
    border-color: rgba(255,255,255,0.06);
  }

  .lm\:focus\:border-white-medium:focus {
    border-color: rgba(255,255,255,0.12);
  }

  .lm\:focus\:border-white-semi:focus {
    border-color: rgba(255,255,255,0.6);
  }

  .lm\:focus\:border-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-border-opacity));
  }

  .lm\:focus\:border-yellow:focus {
    --tw-border-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-border-opacity));
  }

  .lm\:focus\:border-expedition:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-border-opacity));
  }

  .lm\:focus\:border-green-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-border-opacity));
  }

  .lm\:focus\:border-green-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-border-opacity));
  }

  .lm\:focus\:border-red-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-border-opacity));
  }

  .lm\:focus\:border-transparent:focus {
    border-color: rgba(0,0,0,0);
  }

  .lm\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .lm\:border-opacity-1 {
    --tw-border-opacity: .01;
  }

  .lm\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .lm\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .lm\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .lm\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .lm\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .lm\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .lm\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .lm\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .lm\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .lm\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .lm\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .lm\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .lm\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .lm\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .lm\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .lm\:group-hover\:border-opacity-1 {
    --tw-border-opacity: .01;
  }

  .group:hover .lm\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .lm\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .lm\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .lm\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .lm\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .lm\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .lm\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .lm\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .lm\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .lm\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .lm\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .lm\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .lm\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .lm\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .lm\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .lm\:focus-within\:border-opacity-1:focus-within {
    --tw-border-opacity: .01;
  }

  .lm\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .lm\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .lm\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .lm\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .lm\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .lm\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .lm\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .lm\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .lm\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .lm\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .lm\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .lm\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .lm\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .lm\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .lm\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .lm\:hover\:border-opacity-1:hover {
    --tw-border-opacity: .01;
  }

  .lm\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .lm\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .lm\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .lm\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .lm\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .lm\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .lm\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .lm\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .lm\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .lm\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .lm\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .lm\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .lm\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .lm\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .lm\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .lm\:focus\:border-opacity-1:focus {
    --tw-border-opacity: .01;
  }

  .lm\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .lm\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .lm\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .lm\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .lm\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .lm\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .lm\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .lm\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .lm\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .lm\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .lm\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .lm\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .lm\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .lm\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .lm\:bg-tropic-base {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
  }

  .lm\:bg-tropic-light {
    background-color: rgba(3,39,41,0.7);
  }

  .lm\:bg-tropic-6p {
    background-color: rgba(3,39,41,0.6);
  }

  .lm\:bg-tropic-90p {
    background-color: rgba(3,39,41,0.9);
  }

  .lm\:bg-taiga-base {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
  }

  .lm\:bg-taiga-light {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
  }

  .lm\:bg-savana {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
  }

  .lm\:bg-tundra {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
  }

  .lm\:bg-arctic-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lm\:bg-arctic-low {
    background-color: rgba(255,255,255,0.12);
  }

  .lm\:bg-arctic-very-low {
    background-color: rgba(255,255,255,0.06);
  }

  .lm\:bg-black-base {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lm\:bg-black-dim {
    background-color: rgba(0,5,5,0.8);
  }

  .lm\:bg-black-low {
    background-color: #0A000000;
  }

  .lm\:bg-black-semi {
    background-color: #66000000;
  }

  .lm\:bg-white-low {
    background-color: rgba(255,255,255,0.06);
  }

  .lm\:bg-white-medium {
    background-color: rgba(255,255,255,0.12);
  }

  .lm\:bg-white-semi {
    background-color: rgba(255,255,255,0.6);
  }

  .lm\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
  }

  .lm\:bg-yellow {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
  }

  .lm\:bg-expedition {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
  }

  .lm\:bg-green-base {
    --tw-bg-opacity: 1;
    background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
  }

  .lm\:bg-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
  }

  .lm\:bg-red-base {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
  }

  .lm\:bg-transparent {
    background-color: rgba(0,0,0,0);
  }

  .group:hover .lm\:group-hover\:bg-tropic-base {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
  }

  .group:hover .lm\:group-hover\:bg-tropic-light {
    background-color: rgba(3,39,41,0.7);
  }

  .group:hover .lm\:group-hover\:bg-tropic-6p {
    background-color: rgba(3,39,41,0.6);
  }

  .group:hover .lm\:group-hover\:bg-tropic-90p {
    background-color: rgba(3,39,41,0.9);
  }

  .group:hover .lm\:group-hover\:bg-taiga-base {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
  }

  .group:hover .lm\:group-hover\:bg-taiga-light {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
  }

  .group:hover .lm\:group-hover\:bg-savana {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
  }

  .group:hover .lm\:group-hover\:bg-tundra {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
  }

  .group:hover .lm\:group-hover\:bg-arctic-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .lm\:group-hover\:bg-arctic-low {
    background-color: rgba(255,255,255,0.12);
  }

  .group:hover .lm\:group-hover\:bg-arctic-very-low {
    background-color: rgba(255,255,255,0.06);
  }

  .group:hover .lm\:group-hover\:bg-black-base {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .lm\:group-hover\:bg-black-dim {
    background-color: rgba(0,5,5,0.8);
  }

  .group:hover .lm\:group-hover\:bg-black-low {
    background-color: #0A000000;
  }

  .group:hover .lm\:group-hover\:bg-black-semi {
    background-color: #66000000;
  }

  .group:hover .lm\:group-hover\:bg-white-low {
    background-color: rgba(255,255,255,0.06);
  }

  .group:hover .lm\:group-hover\:bg-white-medium {
    background-color: rgba(255,255,255,0.12);
  }

  .group:hover .lm\:group-hover\:bg-white-semi {
    background-color: rgba(255,255,255,0.6);
  }

  .group:hover .lm\:group-hover\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
  }

  .group:hover .lm\:group-hover\:bg-yellow {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
  }

  .group:hover .lm\:group-hover\:bg-expedition {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
  }

  .group:hover .lm\:group-hover\:bg-green-base {
    --tw-bg-opacity: 1;
    background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
  }

  .group:hover .lm\:group-hover\:bg-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
  }

  .group:hover .lm\:group-hover\:bg-red-base {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
  }

  .group:hover .lm\:group-hover\:bg-transparent {
    background-color: rgba(0,0,0,0);
  }

  .lm\:focus-within\:bg-tropic-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
  }

  .lm\:focus-within\:bg-tropic-light:focus-within {
    background-color: rgba(3,39,41,0.7);
  }

  .lm\:focus-within\:bg-tropic-6p:focus-within {
    background-color: rgba(3,39,41,0.6);
  }

  .lm\:focus-within\:bg-tropic-90p:focus-within {
    background-color: rgba(3,39,41,0.9);
  }

  .lm\:focus-within\:bg-taiga-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
  }

  .lm\:focus-within\:bg-taiga-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
  }

  .lm\:focus-within\:bg-savana:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
  }

  .lm\:focus-within\:bg-tundra:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
  }

  .lm\:focus-within\:bg-arctic-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lm\:focus-within\:bg-arctic-low:focus-within {
    background-color: rgba(255,255,255,0.12);
  }

  .lm\:focus-within\:bg-arctic-very-low:focus-within {
    background-color: rgba(255,255,255,0.06);
  }

  .lm\:focus-within\:bg-black-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lm\:focus-within\:bg-black-dim:focus-within {
    background-color: rgba(0,5,5,0.8);
  }

  .lm\:focus-within\:bg-black-low:focus-within {
    background-color: #0A000000;
  }

  .lm\:focus-within\:bg-black-semi:focus-within {
    background-color: #66000000;
  }

  .lm\:focus-within\:bg-white-low:focus-within {
    background-color: rgba(255,255,255,0.06);
  }

  .lm\:focus-within\:bg-white-medium:focus-within {
    background-color: rgba(255,255,255,0.12);
  }

  .lm\:focus-within\:bg-white-semi:focus-within {
    background-color: rgba(255,255,255,0.6);
  }

  .lm\:focus-within\:bg-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
  }

  .lm\:focus-within\:bg-yellow:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
  }

  .lm\:focus-within\:bg-expedition:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
  }

  .lm\:focus-within\:bg-green-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
  }

  .lm\:focus-within\:bg-green-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
  }

  .lm\:focus-within\:bg-red-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
  }

  .lm\:focus-within\:bg-transparent:focus-within {
    background-color: rgba(0,0,0,0);
  }

  .lm\:hover\:bg-tropic-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
  }

  .lm\:hover\:bg-tropic-light:hover {
    background-color: rgba(3,39,41,0.7);
  }

  .lm\:hover\:bg-tropic-6p:hover {
    background-color: rgba(3,39,41,0.6);
  }

  .lm\:hover\:bg-tropic-90p:hover {
    background-color: rgba(3,39,41,0.9);
  }

  .lm\:hover\:bg-taiga-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
  }

  .lm\:hover\:bg-taiga-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
  }

  .lm\:hover\:bg-savana:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
  }

  .lm\:hover\:bg-tundra:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
  }

  .lm\:hover\:bg-arctic-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lm\:hover\:bg-arctic-low:hover {
    background-color: rgba(255,255,255,0.12);
  }

  .lm\:hover\:bg-arctic-very-low:hover {
    background-color: rgba(255,255,255,0.06);
  }

  .lm\:hover\:bg-black-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lm\:hover\:bg-black-dim:hover {
    background-color: rgba(0,5,5,0.8);
  }

  .lm\:hover\:bg-black-low:hover {
    background-color: #0A000000;
  }

  .lm\:hover\:bg-black-semi:hover {
    background-color: #66000000;
  }

  .lm\:hover\:bg-white-low:hover {
    background-color: rgba(255,255,255,0.06);
  }

  .lm\:hover\:bg-white-medium:hover {
    background-color: rgba(255,255,255,0.12);
  }

  .lm\:hover\:bg-white-semi:hover {
    background-color: rgba(255,255,255,0.6);
  }

  .lm\:hover\:bg-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
  }

  .lm\:hover\:bg-yellow:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
  }

  .lm\:hover\:bg-expedition:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
  }

  .lm\:hover\:bg-green-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
  }

  .lm\:hover\:bg-green-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
  }

  .lm\:hover\:bg-red-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
  }

  .lm\:hover\:bg-transparent:hover {
    background-color: rgba(0,0,0,0);
  }

  .lm\:focus\:bg-tropic-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
  }

  .lm\:focus\:bg-tropic-light:focus {
    background-color: rgba(3,39,41,0.7);
  }

  .lm\:focus\:bg-tropic-6p:focus {
    background-color: rgba(3,39,41,0.6);
  }

  .lm\:focus\:bg-tropic-90p:focus {
    background-color: rgba(3,39,41,0.9);
  }

  .lm\:focus\:bg-taiga-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
  }

  .lm\:focus\:bg-taiga-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
  }

  .lm\:focus\:bg-savana:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
  }

  .lm\:focus\:bg-tundra:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
  }

  .lm\:focus\:bg-arctic-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lm\:focus\:bg-arctic-low:focus {
    background-color: rgba(255,255,255,0.12);
  }

  .lm\:focus\:bg-arctic-very-low:focus {
    background-color: rgba(255,255,255,0.06);
  }

  .lm\:focus\:bg-black-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lm\:focus\:bg-black-dim:focus {
    background-color: rgba(0,5,5,0.8);
  }

  .lm\:focus\:bg-black-low:focus {
    background-color: #0A000000;
  }

  .lm\:focus\:bg-black-semi:focus {
    background-color: #66000000;
  }

  .lm\:focus\:bg-white-low:focus {
    background-color: rgba(255,255,255,0.06);
  }

  .lm\:focus\:bg-white-medium:focus {
    background-color: rgba(255,255,255,0.12);
  }

  .lm\:focus\:bg-white-semi:focus {
    background-color: rgba(255,255,255,0.6);
  }

  .lm\:focus\:bg-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
  }

  .lm\:focus\:bg-yellow:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
  }

  .lm\:focus\:bg-expedition:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
  }

  .lm\:focus\:bg-green-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
  }

  .lm\:focus\:bg-green-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
  }

  .lm\:focus\:bg-red-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
  }

  .lm\:focus\:bg-transparent:focus {
    background-color: rgba(0,0,0,0);
  }

  .lm\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .lm\:bg-opacity-1 {
    --tw-bg-opacity: .01;
  }

  .lm\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .lm\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .lm\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .lm\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .lm\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .lm\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .lm\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .lm\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .lm\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .lm\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .lm\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .lm\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .lm\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .lm\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .lm\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .lm\:group-hover\:bg-opacity-1 {
    --tw-bg-opacity: .01;
  }

  .group:hover .lm\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .lm\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .lm\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .lm\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .lm\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .lm\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .lm\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .lm\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .lm\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .lm\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .lm\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .lm\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .lm\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .lm\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .lm\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .lm\:focus-within\:bg-opacity-1:focus-within {
    --tw-bg-opacity: .01;
  }

  .lm\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .lm\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .lm\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .lm\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .lm\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .lm\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .lm\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .lm\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .lm\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .lm\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .lm\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .lm\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .lm\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .lm\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .lm\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .lm\:hover\:bg-opacity-1:hover {
    --tw-bg-opacity: .01;
  }

  .lm\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .lm\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .lm\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .lm\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .lm\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .lm\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .lm\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .lm\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .lm\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .lm\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .lm\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .lm\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .lm\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .lm\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .lm\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .lm\:focus\:bg-opacity-1:focus {
    --tw-bg-opacity: .01;
  }

  .lm\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .lm\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .lm\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .lm\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .lm\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .lm\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .lm\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .lm\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .lm\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .lm\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .lm\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .lm\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .lm\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .lm\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .lm\:bg-none {
    background-image: none;
  }

  .lm\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lm\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .lm\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lm\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .lm\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lm\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .lm\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lm\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lm\:bg-landing-main {
    background-image: url('resources/imgs/landing-main.jpg');
  }

  .lm\:bg-gradient-radial {
    background-image: radial-gradient(var(--gradient-color-stops));
  }

  .lm\:from-tropic-base {
    --tw-gradient-from: #032729;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lm\:from-tropic-light {
    --tw-gradient-from: rgba(3,39,41,0.7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lm\:from-tropic-6p {
    --tw-gradient-from: rgba(3,39,41,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lm\:from-tropic-90p {
    --tw-gradient-from: rgba(3,39,41,0.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lm\:from-taiga-base {
    --tw-gradient-from: #56766E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .lm\:from-taiga-light {
    --tw-gradient-from: #608178;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .lm\:from-savana {
    --tw-gradient-from: #EFD9AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .lm\:from-tundra {
    --tw-gradient-from: #F2F2EE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .lm\:from-arctic-base {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:from-arctic-low {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:from-arctic-very-low {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:from-black-base {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lm\:from-black-dim {
    --tw-gradient-from: rgba(0,5,5,0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .lm\:from-black-low {
    --tw-gradient-from: #0A000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .lm\:from-black-semi {
    --tw-gradient-from: #66000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .lm\:from-white-low {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:from-white-medium {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:from-white-semi {
    --tw-gradient-from: rgba(255,255,255,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:from-error {
    --tw-gradient-from: #D17A3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .lm\:from-yellow {
    --tw-gradient-from: #CC9747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .lm\:from-expedition {
    --tw-gradient-from: #4F7088;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .lm\:from-green-base {
    --tw-gradient-from: #8CAE44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .lm\:from-green-light {
    --tw-gradient-from: #E3E6E1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .lm\:from-red-base {
    --tw-gradient-from: #bf0b0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .lm\:from-transparent {
    --tw-gradient-from: rgba(0,0,0,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lm\:hover\:from-tropic-base:hover {
    --tw-gradient-from: #032729;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lm\:hover\:from-tropic-light:hover {
    --tw-gradient-from: rgba(3,39,41,0.7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lm\:hover\:from-tropic-6p:hover {
    --tw-gradient-from: rgba(3,39,41,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lm\:hover\:from-tropic-90p:hover {
    --tw-gradient-from: rgba(3,39,41,0.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lm\:hover\:from-taiga-base:hover {
    --tw-gradient-from: #56766E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .lm\:hover\:from-taiga-light:hover {
    --tw-gradient-from: #608178;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .lm\:hover\:from-savana:hover {
    --tw-gradient-from: #EFD9AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .lm\:hover\:from-tundra:hover {
    --tw-gradient-from: #F2F2EE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .lm\:hover\:from-arctic-base:hover {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:hover\:from-arctic-low:hover {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:hover\:from-arctic-very-low:hover {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:hover\:from-black-base:hover {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lm\:hover\:from-black-dim:hover {
    --tw-gradient-from: rgba(0,5,5,0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .lm\:hover\:from-black-low:hover {
    --tw-gradient-from: #0A000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .lm\:hover\:from-black-semi:hover {
    --tw-gradient-from: #66000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .lm\:hover\:from-white-low:hover {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:hover\:from-white-medium:hover {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:hover\:from-white-semi:hover {
    --tw-gradient-from: rgba(255,255,255,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:hover\:from-error:hover {
    --tw-gradient-from: #D17A3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .lm\:hover\:from-yellow:hover {
    --tw-gradient-from: #CC9747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .lm\:hover\:from-expedition:hover {
    --tw-gradient-from: #4F7088;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .lm\:hover\:from-green-base:hover {
    --tw-gradient-from: #8CAE44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .lm\:hover\:from-green-light:hover {
    --tw-gradient-from: #E3E6E1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .lm\:hover\:from-red-base:hover {
    --tw-gradient-from: #bf0b0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .lm\:hover\:from-transparent:hover {
    --tw-gradient-from: rgba(0,0,0,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lm\:focus\:from-tropic-base:focus {
    --tw-gradient-from: #032729;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lm\:focus\:from-tropic-light:focus {
    --tw-gradient-from: rgba(3,39,41,0.7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lm\:focus\:from-tropic-6p:focus {
    --tw-gradient-from: rgba(3,39,41,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lm\:focus\:from-tropic-90p:focus {
    --tw-gradient-from: rgba(3,39,41,0.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lm\:focus\:from-taiga-base:focus {
    --tw-gradient-from: #56766E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .lm\:focus\:from-taiga-light:focus {
    --tw-gradient-from: #608178;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .lm\:focus\:from-savana:focus {
    --tw-gradient-from: #EFD9AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .lm\:focus\:from-tundra:focus {
    --tw-gradient-from: #F2F2EE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .lm\:focus\:from-arctic-base:focus {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:focus\:from-arctic-low:focus {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:focus\:from-arctic-very-low:focus {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:focus\:from-black-base:focus {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lm\:focus\:from-black-dim:focus {
    --tw-gradient-from: rgba(0,5,5,0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .lm\:focus\:from-black-low:focus {
    --tw-gradient-from: #0A000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .lm\:focus\:from-black-semi:focus {
    --tw-gradient-from: #66000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .lm\:focus\:from-white-low:focus {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:focus\:from-white-medium:focus {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:focus\:from-white-semi:focus {
    --tw-gradient-from: rgba(255,255,255,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:focus\:from-error:focus {
    --tw-gradient-from: #D17A3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .lm\:focus\:from-yellow:focus {
    --tw-gradient-from: #CC9747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .lm\:focus\:from-expedition:focus {
    --tw-gradient-from: #4F7088;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .lm\:focus\:from-green-base:focus {
    --tw-gradient-from: #8CAE44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .lm\:focus\:from-green-light:focus {
    --tw-gradient-from: #E3E6E1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .lm\:focus\:from-red-base:focus {
    --tw-gradient-from: #bf0b0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .lm\:focus\:from-transparent:focus {
    --tw-gradient-from: rgba(0,0,0,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lm\:via-tropic-base {
    --tw-gradient-stops: var(--tw-gradient-from), #032729, var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lm\:via-tropic-light {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.7), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lm\:via-tropic-6p {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.6), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lm\:via-tropic-90p {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.9), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lm\:via-taiga-base {
    --tw-gradient-stops: var(--tw-gradient-from), #56766E, var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .lm\:via-taiga-light {
    --tw-gradient-stops: var(--tw-gradient-from), #608178, var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .lm\:via-savana {
    --tw-gradient-stops: var(--tw-gradient-from), #EFD9AE, var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .lm\:via-tundra {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2EE, var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .lm\:via-arctic-base {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:via-arctic-low {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:via-arctic-very-low {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:via-black-base {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lm\:via-black-dim {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,5,5,0.8), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .lm\:via-black-low {
    --tw-gradient-stops: var(--tw-gradient-from), #0A000000, var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .lm\:via-black-semi {
    --tw-gradient-stops: var(--tw-gradient-from), #66000000, var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .lm\:via-white-low {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:via-white-medium {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:via-white-semi {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), #D17A3A, var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .lm\:via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #CC9747, var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .lm\:via-expedition {
    --tw-gradient-stops: var(--tw-gradient-from), #4F7088, var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .lm\:via-green-base {
    --tw-gradient-stops: var(--tw-gradient-from), #8CAE44, var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .lm\:via-green-light {
    --tw-gradient-stops: var(--tw-gradient-from), #E3E6E1, var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .lm\:via-red-base {
    --tw-gradient-stops: var(--tw-gradient-from), #bf0b0b, var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .lm\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lm\:hover\:via-tropic-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #032729, var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lm\:hover\:via-tropic-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.7), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lm\:hover\:via-tropic-6p:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.6), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lm\:hover\:via-tropic-90p:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.9), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lm\:hover\:via-taiga-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #56766E, var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .lm\:hover\:via-taiga-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #608178, var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .lm\:hover\:via-savana:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EFD9AE, var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .lm\:hover\:via-tundra:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2EE, var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .lm\:hover\:via-arctic-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:hover\:via-arctic-low:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:hover\:via-arctic-very-low:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:hover\:via-black-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lm\:hover\:via-black-dim:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,5,5,0.8), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .lm\:hover\:via-black-low:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0A000000, var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .lm\:hover\:via-black-semi:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #66000000, var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .lm\:hover\:via-white-low:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:hover\:via-white-medium:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:hover\:via-white-semi:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D17A3A, var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .lm\:hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CC9747, var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .lm\:hover\:via-expedition:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F7088, var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .lm\:hover\:via-green-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8CAE44, var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .lm\:hover\:via-green-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E3E6E1, var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .lm\:hover\:via-red-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bf0b0b, var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .lm\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lm\:focus\:via-tropic-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #032729, var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lm\:focus\:via-tropic-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.7), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lm\:focus\:via-tropic-6p:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.6), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lm\:focus\:via-tropic-90p:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.9), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lm\:focus\:via-taiga-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #56766E, var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .lm\:focus\:via-taiga-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #608178, var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .lm\:focus\:via-savana:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EFD9AE, var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .lm\:focus\:via-tundra:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2EE, var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .lm\:focus\:via-arctic-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:focus\:via-arctic-low:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:focus\:via-arctic-very-low:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:focus\:via-black-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lm\:focus\:via-black-dim:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,5,5,0.8), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .lm\:focus\:via-black-low:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0A000000, var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .lm\:focus\:via-black-semi:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #66000000, var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .lm\:focus\:via-white-low:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:focus\:via-white-medium:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:focus\:via-white-semi:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lm\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D17A3A, var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .lm\:focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CC9747, var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .lm\:focus\:via-expedition:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F7088, var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .lm\:focus\:via-green-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8CAE44, var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .lm\:focus\:via-green-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E3E6E1, var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .lm\:focus\:via-red-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bf0b0b, var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .lm\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lm\:to-tropic-base {
    --tw-gradient-to: #032729;
  }

  .lm\:to-tropic-light {
    --tw-gradient-to: rgba(3,39,41,0.7);
  }

  .lm\:to-tropic-6p {
    --tw-gradient-to: rgba(3,39,41,0.6);
  }

  .lm\:to-tropic-90p {
    --tw-gradient-to: rgba(3,39,41,0.9);
  }

  .lm\:to-taiga-base {
    --tw-gradient-to: #56766E;
  }

  .lm\:to-taiga-light {
    --tw-gradient-to: #608178;
  }

  .lm\:to-savana {
    --tw-gradient-to: #EFD9AE;
  }

  .lm\:to-tundra {
    --tw-gradient-to: #F2F2EE;
  }

  .lm\:to-arctic-base {
    --tw-gradient-to: #FFFFFF;
  }

  .lm\:to-arctic-low {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .lm\:to-arctic-very-low {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .lm\:to-black-base {
    --tw-gradient-to: #000000;
  }

  .lm\:to-black-dim {
    --tw-gradient-to: rgba(0,5,5,0.8);
  }

  .lm\:to-black-low {
    --tw-gradient-to: #0A000000;
  }

  .lm\:to-black-semi {
    --tw-gradient-to: #66000000;
  }

  .lm\:to-white-low {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .lm\:to-white-medium {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .lm\:to-white-semi {
    --tw-gradient-to: rgba(255,255,255,0.6);
  }

  .lm\:to-error {
    --tw-gradient-to: #D17A3A;
  }

  .lm\:to-yellow {
    --tw-gradient-to: #CC9747;
  }

  .lm\:to-expedition {
    --tw-gradient-to: #4F7088;
  }

  .lm\:to-green-base {
    --tw-gradient-to: #8CAE44;
  }

  .lm\:to-green-light {
    --tw-gradient-to: #E3E6E1;
  }

  .lm\:to-red-base {
    --tw-gradient-to: #bf0b0b;
  }

  .lm\:to-transparent {
    --tw-gradient-to: rgba(0,0,0,0);
  }

  .lm\:hover\:to-tropic-base:hover {
    --tw-gradient-to: #032729;
  }

  .lm\:hover\:to-tropic-light:hover {
    --tw-gradient-to: rgba(3,39,41,0.7);
  }

  .lm\:hover\:to-tropic-6p:hover {
    --tw-gradient-to: rgba(3,39,41,0.6);
  }

  .lm\:hover\:to-tropic-90p:hover {
    --tw-gradient-to: rgba(3,39,41,0.9);
  }

  .lm\:hover\:to-taiga-base:hover {
    --tw-gradient-to: #56766E;
  }

  .lm\:hover\:to-taiga-light:hover {
    --tw-gradient-to: #608178;
  }

  .lm\:hover\:to-savana:hover {
    --tw-gradient-to: #EFD9AE;
  }

  .lm\:hover\:to-tundra:hover {
    --tw-gradient-to: #F2F2EE;
  }

  .lm\:hover\:to-arctic-base:hover {
    --tw-gradient-to: #FFFFFF;
  }

  .lm\:hover\:to-arctic-low:hover {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .lm\:hover\:to-arctic-very-low:hover {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .lm\:hover\:to-black-base:hover {
    --tw-gradient-to: #000000;
  }

  .lm\:hover\:to-black-dim:hover {
    --tw-gradient-to: rgba(0,5,5,0.8);
  }

  .lm\:hover\:to-black-low:hover {
    --tw-gradient-to: #0A000000;
  }

  .lm\:hover\:to-black-semi:hover {
    --tw-gradient-to: #66000000;
  }

  .lm\:hover\:to-white-low:hover {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .lm\:hover\:to-white-medium:hover {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .lm\:hover\:to-white-semi:hover {
    --tw-gradient-to: rgba(255,255,255,0.6);
  }

  .lm\:hover\:to-error:hover {
    --tw-gradient-to: #D17A3A;
  }

  .lm\:hover\:to-yellow:hover {
    --tw-gradient-to: #CC9747;
  }

  .lm\:hover\:to-expedition:hover {
    --tw-gradient-to: #4F7088;
  }

  .lm\:hover\:to-green-base:hover {
    --tw-gradient-to: #8CAE44;
  }

  .lm\:hover\:to-green-light:hover {
    --tw-gradient-to: #E3E6E1;
  }

  .lm\:hover\:to-red-base:hover {
    --tw-gradient-to: #bf0b0b;
  }

  .lm\:hover\:to-transparent:hover {
    --tw-gradient-to: rgba(0,0,0,0);
  }

  .lm\:focus\:to-tropic-base:focus {
    --tw-gradient-to: #032729;
  }

  .lm\:focus\:to-tropic-light:focus {
    --tw-gradient-to: rgba(3,39,41,0.7);
  }

  .lm\:focus\:to-tropic-6p:focus {
    --tw-gradient-to: rgba(3,39,41,0.6);
  }

  .lm\:focus\:to-tropic-90p:focus {
    --tw-gradient-to: rgba(3,39,41,0.9);
  }

  .lm\:focus\:to-taiga-base:focus {
    --tw-gradient-to: #56766E;
  }

  .lm\:focus\:to-taiga-light:focus {
    --tw-gradient-to: #608178;
  }

  .lm\:focus\:to-savana:focus {
    --tw-gradient-to: #EFD9AE;
  }

  .lm\:focus\:to-tundra:focus {
    --tw-gradient-to: #F2F2EE;
  }

  .lm\:focus\:to-arctic-base:focus {
    --tw-gradient-to: #FFFFFF;
  }

  .lm\:focus\:to-arctic-low:focus {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .lm\:focus\:to-arctic-very-low:focus {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .lm\:focus\:to-black-base:focus {
    --tw-gradient-to: #000000;
  }

  .lm\:focus\:to-black-dim:focus {
    --tw-gradient-to: rgba(0,5,5,0.8);
  }

  .lm\:focus\:to-black-low:focus {
    --tw-gradient-to: #0A000000;
  }

  .lm\:focus\:to-black-semi:focus {
    --tw-gradient-to: #66000000;
  }

  .lm\:focus\:to-white-low:focus {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .lm\:focus\:to-white-medium:focus {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .lm\:focus\:to-white-semi:focus {
    --tw-gradient-to: rgba(255,255,255,0.6);
  }

  .lm\:focus\:to-error:focus {
    --tw-gradient-to: #D17A3A;
  }

  .lm\:focus\:to-yellow:focus {
    --tw-gradient-to: #CC9747;
  }

  .lm\:focus\:to-expedition:focus {
    --tw-gradient-to: #4F7088;
  }

  .lm\:focus\:to-green-base:focus {
    --tw-gradient-to: #8CAE44;
  }

  .lm\:focus\:to-green-light:focus {
    --tw-gradient-to: #E3E6E1;
  }

  .lm\:focus\:to-red-base:focus {
    --tw-gradient-to: #bf0b0b;
  }

  .lm\:focus\:to-transparent:focus {
    --tw-gradient-to: rgba(0,0,0,0);
  }

  .lm\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .lm\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .lm\:bg-auto {
    background-size: auto;
  }

  .lm\:bg-cover {
    background-size: cover;
  }

  .lm\:bg-contain {
    background-size: contain;
  }

  .lm\:bg-fixed {
    background-attachment: fixed;
  }

  .lm\:bg-local {
    background-attachment: local;
  }

  .lm\:bg-scroll {
    background-attachment: scroll;
  }

  .lm\:bg-clip-border {
    background-clip: border-box;
  }

  .lm\:bg-clip-padding {
    background-clip: padding-box;
  }

  .lm\:bg-clip-content {
    background-clip: content-box;
  }

  .lm\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lm\:bg-bottom {
    background-position: bottom;
  }

  .lm\:bg-center {
    background-position: center;
  }

  .lm\:bg-left {
    background-position: left;
  }

  .lm\:bg-left-bottom {
    background-position: left bottom;
  }

  .lm\:bg-left-top {
    background-position: left top;
  }

  .lm\:bg-right {
    background-position: right;
  }

  .lm\:bg-right-bottom {
    background-position: right bottom;
  }

  .lm\:bg-right-top {
    background-position: right top;
  }

  .lm\:bg-top {
    background-position: top;
  }

  .lm\:bg-repeat {
    background-repeat: repeat;
  }

  .lm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lm\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lm\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lm\:bg-repeat-round {
    background-repeat: round;
  }

  .lm\:bg-repeat-space {
    background-repeat: space;
  }

  .lm\:bg-origin-border {
    background-origin: border-box;
  }

  .lm\:bg-origin-padding {
    background-origin: padding-box;
  }

  .lm\:bg-origin-content {
    background-origin: content-box;
  }

  .lm\:fill-current {
    fill: currentColor;
  }

  .lm\:stroke-current {
    stroke: currentColor;
  }

  .lm\:stroke-0 {
    stroke-width: 0;
  }

  .lm\:stroke-1 {
    stroke-width: 1;
  }

  .lm\:stroke-2 {
    stroke-width: 2;
  }

  .lm\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lm\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lm\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lm\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .lm\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lm\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lm\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .lm\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .lm\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lm\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .lm\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .lm\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lm\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .lm\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .lm\:p-0 {
    padding: 0px;
  }

  .lm\:p-1 {
    padding: 0.25rem;
  }

  .lm\:p-2 {
    padding: 0.5rem;
  }

  .lm\:p-3 {
    padding: 0.75rem;
  }

  .lm\:p-4 {
    padding: 1rem;
  }

  .lm\:p-5 {
    padding: 1.25rem;
  }

  .lm\:p-6 {
    padding: 1.5rem;
  }

  .lm\:p-7 {
    padding: 1.75rem;
  }

  .lm\:p-8 {
    padding: 2rem;
  }

  .lm\:p-9 {
    padding: 2.25rem;
  }

  .lm\:p-10 {
    padding: 2.5rem;
  }

  .lm\:p-11 {
    padding: 2.75rem;
  }

  .lm\:p-12 {
    padding: 3rem;
  }

  .lm\:p-14 {
    padding: 3.5rem;
  }

  .lm\:p-16 {
    padding: 4rem;
  }

  .lm\:p-20 {
    padding: 5rem;
  }

  .lm\:p-24 {
    padding: 6rem;
  }

  .lm\:p-28 {
    padding: 7rem;
  }

  .lm\:p-32 {
    padding: 8rem;
  }

  .lm\:p-36 {
    padding: 9rem;
  }

  .lm\:p-40 {
    padding: 10rem;
  }

  .lm\:p-44 {
    padding: 11rem;
  }

  .lm\:p-48 {
    padding: 12rem;
  }

  .lm\:p-52 {
    padding: 13rem;
  }

  .lm\:p-56 {
    padding: 14rem;
  }

  .lm\:p-60 {
    padding: 15rem;
  }

  .lm\:p-64 {
    padding: 16rem;
  }

  .lm\:p-72 {
    padding: 18rem;
  }

  .lm\:p-80 {
    padding: 20rem;
  }

  .lm\:p-96 {
    padding: 24rem;
  }

  .lm\:p-px {
    padding: 1px;
  }

  .lm\:p-0\.5 {
    padding: 0.125rem;
  }

  .lm\:p-1\.5 {
    padding: 0.375rem;
  }

  .lm\:p-2\.5 {
    padding: 0.625rem;
  }

  .lm\:p-3\.5 {
    padding: 0.875rem;
  }

  .lm\:p-4px {
    padding: 4px;
  }

  .lm\:p-7px {
    padding: 7px;
  }

  .lm\:p-8px {
    padding: 8px;
  }

  .lm\:p-10px {
    padding: 10px;
  }

  .lm\:p-12px {
    padding: 12px;
  }

  .lm\:p-14px {
    padding: 14px;
  }

  .lm\:p-16px {
    padding: 16px;
  }

  .lm\:p-20px {
    padding: 20px;
  }

  .lm\:p-24px {
    padding: 24px;
  }

  .lm\:p-26px {
    padding: 26px;
  }

  .lm\:p-28px {
    padding: 28px;
  }

  .lm\:p-32px {
    padding: 32px;
  }

  .lm\:p-40px {
    padding: 40px;
  }

  .lm\:p-48px {
    padding: 48px;
  }

  .lm\:p-60px {
    padding: 60px;
  }

  .lm\:p-94px {
    padding: 94px;
  }

  .lm\:p-100px {
    padding: 100px;
  }

  .lm\:p-135px {
    padding: 135px;
  }

  .lm\:p-150px {
    padding: 150px;
  }

  .lm\:p-268px {
    padding: 268px;
  }

  .lm\:p-300px {
    padding: 300px;
  }

  .lm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lm\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lm\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lm\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lm\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lm\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lm\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lm\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lm\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lm\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lm\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lm\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lm\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lm\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lm\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lm\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lm\:px-4px {
    padding-left: 4px;
    padding-right: 4px;
  }

  .lm\:px-7px {
    padding-left: 7px;
    padding-right: 7px;
  }

  .lm\:px-8px {
    padding-left: 8px;
    padding-right: 8px;
  }

  .lm\:px-10px {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lm\:px-12px {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lm\:px-14px {
    padding-left: 14px;
    padding-right: 14px;
  }

  .lm\:px-16px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lm\:px-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lm\:px-24px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lm\:px-26px {
    padding-left: 26px;
    padding-right: 26px;
  }

  .lm\:px-28px {
    padding-left: 28px;
    padding-right: 28px;
  }

  .lm\:px-32px {
    padding-left: 32px;
    padding-right: 32px;
  }

  .lm\:px-40px {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lm\:px-48px {
    padding-left: 48px;
    padding-right: 48px;
  }

  .lm\:px-60px {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lm\:px-94px {
    padding-left: 94px;
    padding-right: 94px;
  }

  .lm\:px-100px {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lm\:px-135px {
    padding-left: 135px;
    padding-right: 135px;
  }

  .lm\:px-150px {
    padding-left: 150px;
    padding-right: 150px;
  }

  .lm\:px-268px {
    padding-left: 268px;
    padding-right: 268px;
  }

  .lm\:px-300px {
    padding-left: 300px;
    padding-right: 300px;
  }

  .lm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lm\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lm\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lm\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lm\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lm\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lm\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lm\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lm\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lm\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lm\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lm\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lm\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lm\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lm\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lm\:py-4px {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .lm\:py-7px {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .lm\:py-8px {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .lm\:py-10px {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lm\:py-12px {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lm\:py-14px {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .lm\:py-16px {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lm\:py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lm\:py-24px {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lm\:py-26px {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .lm\:py-28px {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .lm\:py-32px {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .lm\:py-40px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lm\:py-48px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .lm\:py-60px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lm\:py-94px {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .lm\:py-100px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lm\:py-135px {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .lm\:py-150px {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .lm\:py-268px {
    padding-top: 268px;
    padding-bottom: 268px;
  }

  .lm\:py-300px {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .lm\:pt-0 {
    padding-top: 0px;
  }

  .lm\:pt-1 {
    padding-top: 0.25rem;
  }

  .lm\:pt-2 {
    padding-top: 0.5rem;
  }

  .lm\:pt-3 {
    padding-top: 0.75rem;
  }

  .lm\:pt-4 {
    padding-top: 1rem;
  }

  .lm\:pt-5 {
    padding-top: 1.25rem;
  }

  .lm\:pt-6 {
    padding-top: 1.5rem;
  }

  .lm\:pt-7 {
    padding-top: 1.75rem;
  }

  .lm\:pt-8 {
    padding-top: 2rem;
  }

  .lm\:pt-9 {
    padding-top: 2.25rem;
  }

  .lm\:pt-10 {
    padding-top: 2.5rem;
  }

  .lm\:pt-11 {
    padding-top: 2.75rem;
  }

  .lm\:pt-12 {
    padding-top: 3rem;
  }

  .lm\:pt-14 {
    padding-top: 3.5rem;
  }

  .lm\:pt-16 {
    padding-top: 4rem;
  }

  .lm\:pt-20 {
    padding-top: 5rem;
  }

  .lm\:pt-24 {
    padding-top: 6rem;
  }

  .lm\:pt-28 {
    padding-top: 7rem;
  }

  .lm\:pt-32 {
    padding-top: 8rem;
  }

  .lm\:pt-36 {
    padding-top: 9rem;
  }

  .lm\:pt-40 {
    padding-top: 10rem;
  }

  .lm\:pt-44 {
    padding-top: 11rem;
  }

  .lm\:pt-48 {
    padding-top: 12rem;
  }

  .lm\:pt-52 {
    padding-top: 13rem;
  }

  .lm\:pt-56 {
    padding-top: 14rem;
  }

  .lm\:pt-60 {
    padding-top: 15rem;
  }

  .lm\:pt-64 {
    padding-top: 16rem;
  }

  .lm\:pt-72 {
    padding-top: 18rem;
  }

  .lm\:pt-80 {
    padding-top: 20rem;
  }

  .lm\:pt-96 {
    padding-top: 24rem;
  }

  .lm\:pt-px {
    padding-top: 1px;
  }

  .lm\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .lm\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .lm\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .lm\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .lm\:pt-4px {
    padding-top: 4px;
  }

  .lm\:pt-7px {
    padding-top: 7px;
  }

  .lm\:pt-8px {
    padding-top: 8px;
  }

  .lm\:pt-10px {
    padding-top: 10px;
  }

  .lm\:pt-12px {
    padding-top: 12px;
  }

  .lm\:pt-14px {
    padding-top: 14px;
  }

  .lm\:pt-16px {
    padding-top: 16px;
  }

  .lm\:pt-20px {
    padding-top: 20px;
  }

  .lm\:pt-24px {
    padding-top: 24px;
  }

  .lm\:pt-26px {
    padding-top: 26px;
  }

  .lm\:pt-28px {
    padding-top: 28px;
  }

  .lm\:pt-32px {
    padding-top: 32px;
  }

  .lm\:pt-40px {
    padding-top: 40px;
  }

  .lm\:pt-48px {
    padding-top: 48px;
  }

  .lm\:pt-60px {
    padding-top: 60px;
  }

  .lm\:pt-94px {
    padding-top: 94px;
  }

  .lm\:pt-100px {
    padding-top: 100px;
  }

  .lm\:pt-135px {
    padding-top: 135px;
  }

  .lm\:pt-150px {
    padding-top: 150px;
  }

  .lm\:pt-268px {
    padding-top: 268px;
  }

  .lm\:pt-300px {
    padding-top: 300px;
  }

  .lm\:pr-0 {
    padding-right: 0px;
  }

  .lm\:pr-1 {
    padding-right: 0.25rem;
  }

  .lm\:pr-2 {
    padding-right: 0.5rem;
  }

  .lm\:pr-3 {
    padding-right: 0.75rem;
  }

  .lm\:pr-4 {
    padding-right: 1rem;
  }

  .lm\:pr-5 {
    padding-right: 1.25rem;
  }

  .lm\:pr-6 {
    padding-right: 1.5rem;
  }

  .lm\:pr-7 {
    padding-right: 1.75rem;
  }

  .lm\:pr-8 {
    padding-right: 2rem;
  }

  .lm\:pr-9 {
    padding-right: 2.25rem;
  }

  .lm\:pr-10 {
    padding-right: 2.5rem;
  }

  .lm\:pr-11 {
    padding-right: 2.75rem;
  }

  .lm\:pr-12 {
    padding-right: 3rem;
  }

  .lm\:pr-14 {
    padding-right: 3.5rem;
  }

  .lm\:pr-16 {
    padding-right: 4rem;
  }

  .lm\:pr-20 {
    padding-right: 5rem;
  }

  .lm\:pr-24 {
    padding-right: 6rem;
  }

  .lm\:pr-28 {
    padding-right: 7rem;
  }

  .lm\:pr-32 {
    padding-right: 8rem;
  }

  .lm\:pr-36 {
    padding-right: 9rem;
  }

  .lm\:pr-40 {
    padding-right: 10rem;
  }

  .lm\:pr-44 {
    padding-right: 11rem;
  }

  .lm\:pr-48 {
    padding-right: 12rem;
  }

  .lm\:pr-52 {
    padding-right: 13rem;
  }

  .lm\:pr-56 {
    padding-right: 14rem;
  }

  .lm\:pr-60 {
    padding-right: 15rem;
  }

  .lm\:pr-64 {
    padding-right: 16rem;
  }

  .lm\:pr-72 {
    padding-right: 18rem;
  }

  .lm\:pr-80 {
    padding-right: 20rem;
  }

  .lm\:pr-96 {
    padding-right: 24rem;
  }

  .lm\:pr-px {
    padding-right: 1px;
  }

  .lm\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .lm\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .lm\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .lm\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .lm\:pr-4px {
    padding-right: 4px;
  }

  .lm\:pr-7px {
    padding-right: 7px;
  }

  .lm\:pr-8px {
    padding-right: 8px;
  }

  .lm\:pr-10px {
    padding-right: 10px;
  }

  .lm\:pr-12px {
    padding-right: 12px;
  }

  .lm\:pr-14px {
    padding-right: 14px;
  }

  .lm\:pr-16px {
    padding-right: 16px;
  }

  .lm\:pr-20px {
    padding-right: 20px;
  }

  .lm\:pr-24px {
    padding-right: 24px;
  }

  .lm\:pr-26px {
    padding-right: 26px;
  }

  .lm\:pr-28px {
    padding-right: 28px;
  }

  .lm\:pr-32px {
    padding-right: 32px;
  }

  .lm\:pr-40px {
    padding-right: 40px;
  }

  .lm\:pr-48px {
    padding-right: 48px;
  }

  .lm\:pr-60px {
    padding-right: 60px;
  }

  .lm\:pr-94px {
    padding-right: 94px;
  }

  .lm\:pr-100px {
    padding-right: 100px;
  }

  .lm\:pr-135px {
    padding-right: 135px;
  }

  .lm\:pr-150px {
    padding-right: 150px;
  }

  .lm\:pr-268px {
    padding-right: 268px;
  }

  .lm\:pr-300px {
    padding-right: 300px;
  }

  .lm\:pb-0 {
    padding-bottom: 0px;
  }

  .lm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lm\:pb-4 {
    padding-bottom: 1rem;
  }

  .lm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lm\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .lm\:pb-8 {
    padding-bottom: 2rem;
  }

  .lm\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .lm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lm\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .lm\:pb-12 {
    padding-bottom: 3rem;
  }

  .lm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lm\:pb-16 {
    padding-bottom: 4rem;
  }

  .lm\:pb-20 {
    padding-bottom: 5rem;
  }

  .lm\:pb-24 {
    padding-bottom: 6rem;
  }

  .lm\:pb-28 {
    padding-bottom: 7rem;
  }

  .lm\:pb-32 {
    padding-bottom: 8rem;
  }

  .lm\:pb-36 {
    padding-bottom: 9rem;
  }

  .lm\:pb-40 {
    padding-bottom: 10rem;
  }

  .lm\:pb-44 {
    padding-bottom: 11rem;
  }

  .lm\:pb-48 {
    padding-bottom: 12rem;
  }

  .lm\:pb-52 {
    padding-bottom: 13rem;
  }

  .lm\:pb-56 {
    padding-bottom: 14rem;
  }

  .lm\:pb-60 {
    padding-bottom: 15rem;
  }

  .lm\:pb-64 {
    padding-bottom: 16rem;
  }

  .lm\:pb-72 {
    padding-bottom: 18rem;
  }

  .lm\:pb-80 {
    padding-bottom: 20rem;
  }

  .lm\:pb-96 {
    padding-bottom: 24rem;
  }

  .lm\:pb-px {
    padding-bottom: 1px;
  }

  .lm\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .lm\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .lm\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .lm\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .lm\:pb-4px {
    padding-bottom: 4px;
  }

  .lm\:pb-7px {
    padding-bottom: 7px;
  }

  .lm\:pb-8px {
    padding-bottom: 8px;
  }

  .lm\:pb-10px {
    padding-bottom: 10px;
  }

  .lm\:pb-12px {
    padding-bottom: 12px;
  }

  .lm\:pb-14px {
    padding-bottom: 14px;
  }

  .lm\:pb-16px {
    padding-bottom: 16px;
  }

  .lm\:pb-20px {
    padding-bottom: 20px;
  }

  .lm\:pb-24px {
    padding-bottom: 24px;
  }

  .lm\:pb-26px {
    padding-bottom: 26px;
  }

  .lm\:pb-28px {
    padding-bottom: 28px;
  }

  .lm\:pb-32px {
    padding-bottom: 32px;
  }

  .lm\:pb-40px {
    padding-bottom: 40px;
  }

  .lm\:pb-48px {
    padding-bottom: 48px;
  }

  .lm\:pb-60px {
    padding-bottom: 60px;
  }

  .lm\:pb-94px {
    padding-bottom: 94px;
  }

  .lm\:pb-100px {
    padding-bottom: 100px;
  }

  .lm\:pb-135px {
    padding-bottom: 135px;
  }

  .lm\:pb-150px {
    padding-bottom: 150px;
  }

  .lm\:pb-268px {
    padding-bottom: 268px;
  }

  .lm\:pb-300px {
    padding-bottom: 300px;
  }

  .lm\:pl-0 {
    padding-left: 0px;
  }

  .lm\:pl-1 {
    padding-left: 0.25rem;
  }

  .lm\:pl-2 {
    padding-left: 0.5rem;
  }

  .lm\:pl-3 {
    padding-left: 0.75rem;
  }

  .lm\:pl-4 {
    padding-left: 1rem;
  }

  .lm\:pl-5 {
    padding-left: 1.25rem;
  }

  .lm\:pl-6 {
    padding-left: 1.5rem;
  }

  .lm\:pl-7 {
    padding-left: 1.75rem;
  }

  .lm\:pl-8 {
    padding-left: 2rem;
  }

  .lm\:pl-9 {
    padding-left: 2.25rem;
  }

  .lm\:pl-10 {
    padding-left: 2.5rem;
  }

  .lm\:pl-11 {
    padding-left: 2.75rem;
  }

  .lm\:pl-12 {
    padding-left: 3rem;
  }

  .lm\:pl-14 {
    padding-left: 3.5rem;
  }

  .lm\:pl-16 {
    padding-left: 4rem;
  }

  .lm\:pl-20 {
    padding-left: 5rem;
  }

  .lm\:pl-24 {
    padding-left: 6rem;
  }

  .lm\:pl-28 {
    padding-left: 7rem;
  }

  .lm\:pl-32 {
    padding-left: 8rem;
  }

  .lm\:pl-36 {
    padding-left: 9rem;
  }

  .lm\:pl-40 {
    padding-left: 10rem;
  }

  .lm\:pl-44 {
    padding-left: 11rem;
  }

  .lm\:pl-48 {
    padding-left: 12rem;
  }

  .lm\:pl-52 {
    padding-left: 13rem;
  }

  .lm\:pl-56 {
    padding-left: 14rem;
  }

  .lm\:pl-60 {
    padding-left: 15rem;
  }

  .lm\:pl-64 {
    padding-left: 16rem;
  }

  .lm\:pl-72 {
    padding-left: 18rem;
  }

  .lm\:pl-80 {
    padding-left: 20rem;
  }

  .lm\:pl-96 {
    padding-left: 24rem;
  }

  .lm\:pl-px {
    padding-left: 1px;
  }

  .lm\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .lm\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .lm\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .lm\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .lm\:pl-4px {
    padding-left: 4px;
  }

  .lm\:pl-7px {
    padding-left: 7px;
  }

  .lm\:pl-8px {
    padding-left: 8px;
  }

  .lm\:pl-10px {
    padding-left: 10px;
  }

  .lm\:pl-12px {
    padding-left: 12px;
  }

  .lm\:pl-14px {
    padding-left: 14px;
  }

  .lm\:pl-16px {
    padding-left: 16px;
  }

  .lm\:pl-20px {
    padding-left: 20px;
  }

  .lm\:pl-24px {
    padding-left: 24px;
  }

  .lm\:pl-26px {
    padding-left: 26px;
  }

  .lm\:pl-28px {
    padding-left: 28px;
  }

  .lm\:pl-32px {
    padding-left: 32px;
  }

  .lm\:pl-40px {
    padding-left: 40px;
  }

  .lm\:pl-48px {
    padding-left: 48px;
  }

  .lm\:pl-60px {
    padding-left: 60px;
  }

  .lm\:pl-94px {
    padding-left: 94px;
  }

  .lm\:pl-100px {
    padding-left: 100px;
  }

  .lm\:pl-135px {
    padding-left: 135px;
  }

  .lm\:pl-150px {
    padding-left: 150px;
  }

  .lm\:pl-268px {
    padding-left: 268px;
  }

  .lm\:pl-300px {
    padding-left: 300px;
  }

  .lm\:text-left {
    text-align: left;
  }

  .lm\:text-center {
    text-align: center;
  }

  .lm\:text-right {
    text-align: right;
  }

  .lm\:text-justify {
    text-align: justify;
  }

  .lm\:align-baseline {
    vertical-align: baseline;
  }

  .lm\:align-top {
    vertical-align: top;
  }

  .lm\:align-middle {
    vertical-align: middle;
  }

  .lm\:align-bottom {
    vertical-align: bottom;
  }

  .lm\:align-text-top {
    vertical-align: text-top;
  }

  .lm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lm\:font-Steelfish {
    font-family: Steelfish;
  }

  .lm\:font-Poppins {
    font-family: Poppins;
  }

  .lm\:font-ReenieBeanie {
    font-family: ReenieBeanie;
  }

  .lm\:text-120px {
    font-size: 120px;
  }

  .lm\:text-100px {
    font-size: 100px;
  }

  .lm\:text-96px {
    font-size: 96px;
  }

  .lm\:text-72px {
    font-size: 72px;
  }

  .lm\:text-64px {
    font-size: 64px;
  }

  .lm\:text-48px {
    font-size: 48px;
  }

  .lm\:text-42px {
    font-size: 42px;
  }

  .lm\:text-38px {
    font-size: 38px;
  }

  .lm\:text-36px {
    font-size: 36px;
  }

  .lm\:text-34px {
    font-size: 34px;
  }

  .lm\:text-32px {
    font-size: 32px;
  }

  .lm\:text-28px {
    font-size: 28px;
  }

  .lm\:text-24px {
    font-size: 24px;
  }

  .lm\:text-22px {
    font-size: 22px;
  }

  .lm\:text-20px {
    font-size: 20px;
  }

  .lm\:text-18px {
    font-size: 18px;
  }

  .lm\:text-17px {
    font-size: 17px;
  }

  .lm\:text-16px {
    font-size: 16px;
  }

  .lm\:text-15px {
    font-size: 15px;
  }

  .lm\:text-14px {
    font-size: 14px;
  }

  .lm\:text-13px {
    font-size: 13px;
  }

  .lm\:text-12px {
    font-size: 12px;
  }

  .lm\:text-11px {
    font-size: 11px;
  }

  .lm\:font-thin {
    font-weight: 100;
  }

  .lm\:font-extralight {
    font-weight: 200;
  }

  .lm\:font-light {
    font-weight: 300;
  }

  .lm\:font-normal {
    font-weight: 400;
  }

  .lm\:font-medium {
    font-weight: 500;
  }

  .lm\:font-semibold {
    font-weight: 600;
  }

  .lm\:font-bold {
    font-weight: 700;
  }

  .lm\:font-extrabold {
    font-weight: 800;
  }

  .lm\:font-black {
    font-weight: 900;
  }

  .lm\:uppercase {
    text-transform: uppercase;
  }

  .lm\:lowercase {
    text-transform: lowercase;
  }

  .lm\:capitalize {
    text-transform: capitalize;
  }

  .lm\:normal-case {
    text-transform: none;
  }

  .lm\:italic {
    font-style: italic;
  }

  .lm\:not-italic {
    font-style: normal;
  }

  .lm\:ordinal, .lm\:slashed-zero, .lm\:lining-nums, .lm\:oldstyle-nums, .lm\:proportional-nums, .lm\:tabular-nums, .lm\:diagonal-fractions, .lm\: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);
  }

  .lm\:normal-nums {
    font-variant-numeric: normal;
  }

  .lm\:ordinal {
    --tw-ordinal: ordinal;
  }

  .lm\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .lm\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .lm\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .lm\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .lm\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .lm\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .lm\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .lm\:leading-3 {
    line-height: .75rem;
  }

  .lm\:leading-4 {
    line-height: 1rem;
  }

  .lm\:leading-5 {
    line-height: 1.25rem;
  }

  .lm\:leading-6 {
    line-height: 1.5rem;
  }

  .lm\:leading-7 {
    line-height: 1.75rem;
  }

  .lm\:leading-8 {
    line-height: 2rem;
  }

  .lm\:leading-9 {
    line-height: 2.25rem;
  }

  .lm\:leading-10 {
    line-height: 2.5rem;
  }

  .lm\:leading-19 {
    line-height: 19px;
  }

  .lm\:leading-29 {
    line-height: 29px;
  }

  .lm\:leading-46 {
    line-height: 46px;
  }

  .lm\:leading-173 {
    line-height: 173px;
  }

  .lm\:leading-none {
    line-height: 1;
  }

  .lm\:leading-tight {
    line-height: 1.25;
  }

  .lm\:leading-snug {
    line-height: 1.375;
  }

  .lm\:leading-normal {
    line-height: 1.5;
  }

  .lm\:leading-relaxed {
    line-height: 1.625;
  }

  .lm\:leading-loose {
    line-height: 2;
  }

  .lm\:leading-160p {
    line-height: 160%;
  }

  .lm\:leading-145p {
    line-height: 145%;
  }

  .lm\:leading-120p {
    line-height: 120%;
  }

  .lm\:tracking-2 {
    letter-spacing: 0.02em;
  }

  .lm\:tracking-14 {
    letter-spacing: 0.14em;
  }

  .lm\:tracking-26 {
    letter-spacing: 0.26em;
  }

  .lm\:tracking-28 {
    letter-spacing: 0.28em;
  }

  .lm\:text-tropic-base {
    --tw-text-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-text-opacity));
  }

  .lm\:text-tropic-light {
    color: rgba(3,39,41,0.7);
  }

  .lm\:text-tropic-6p {
    color: rgba(3,39,41,0.6);
  }

  .lm\:text-tropic-90p {
    color: rgba(3,39,41,0.9);
  }

  .lm\:text-taiga-base {
    --tw-text-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-text-opacity));
  }

  .lm\:text-taiga-light {
    --tw-text-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-text-opacity));
  }

  .lm\:text-savana {
    --tw-text-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-text-opacity));
  }

  .lm\:text-tundra {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-text-opacity));
  }

  .lm\:text-arctic-base {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lm\:text-arctic-low {
    color: rgba(255,255,255,0.12);
  }

  .lm\:text-arctic-very-low {
    color: rgba(255,255,255,0.06);
  }

  .lm\:text-black-base {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lm\:text-black-dim {
    color: rgba(0,5,5,0.8);
  }

  .lm\:text-black-low {
    color: #0A000000;
  }

  .lm\:text-black-semi {
    color: #66000000;
  }

  .lm\:text-white-low {
    color: rgba(255,255,255,0.06);
  }

  .lm\:text-white-medium {
    color: rgba(255,255,255,0.12);
  }

  .lm\:text-white-semi {
    color: rgba(255,255,255,0.6);
  }

  .lm\:text-error {
    --tw-text-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-text-opacity));
  }

  .lm\:text-yellow {
    --tw-text-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-text-opacity));
  }

  .lm\:text-expedition {
    --tw-text-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-text-opacity));
  }

  .lm\:text-green-base {
    --tw-text-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-text-opacity));
  }

  .lm\:text-green-light {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-text-opacity));
  }

  .lm\:text-red-base {
    --tw-text-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-text-opacity));
  }

  .lm\:text-transparent {
    color: rgba(0,0,0,0);
  }

  .group:hover .lm\:group-hover\:text-tropic-base {
    --tw-text-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-text-opacity));
  }

  .group:hover .lm\:group-hover\:text-tropic-light {
    color: rgba(3,39,41,0.7);
  }

  .group:hover .lm\:group-hover\:text-tropic-6p {
    color: rgba(3,39,41,0.6);
  }

  .group:hover .lm\:group-hover\:text-tropic-90p {
    color: rgba(3,39,41,0.9);
  }

  .group:hover .lm\:group-hover\:text-taiga-base {
    --tw-text-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-text-opacity));
  }

  .group:hover .lm\:group-hover\:text-taiga-light {
    --tw-text-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-text-opacity));
  }

  .group:hover .lm\:group-hover\:text-savana {
    --tw-text-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-text-opacity));
  }

  .group:hover .lm\:group-hover\:text-tundra {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-text-opacity));
  }

  .group:hover .lm\:group-hover\:text-arctic-base {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .lm\:group-hover\:text-arctic-low {
    color: rgba(255,255,255,0.12);
  }

  .group:hover .lm\:group-hover\:text-arctic-very-low {
    color: rgba(255,255,255,0.06);
  }

  .group:hover .lm\:group-hover\:text-black-base {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .lm\:group-hover\:text-black-dim {
    color: rgba(0,5,5,0.8);
  }

  .group:hover .lm\:group-hover\:text-black-low {
    color: #0A000000;
  }

  .group:hover .lm\:group-hover\:text-black-semi {
    color: #66000000;
  }

  .group:hover .lm\:group-hover\:text-white-low {
    color: rgba(255,255,255,0.06);
  }

  .group:hover .lm\:group-hover\:text-white-medium {
    color: rgba(255,255,255,0.12);
  }

  .group:hover .lm\:group-hover\:text-white-semi {
    color: rgba(255,255,255,0.6);
  }

  .group:hover .lm\:group-hover\:text-error {
    --tw-text-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-text-opacity));
  }

  .group:hover .lm\:group-hover\:text-yellow {
    --tw-text-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-text-opacity));
  }

  .group:hover .lm\:group-hover\:text-expedition {
    --tw-text-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-text-opacity));
  }

  .group:hover .lm\:group-hover\:text-green-base {
    --tw-text-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-text-opacity));
  }

  .group:hover .lm\:group-hover\:text-green-light {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-text-opacity));
  }

  .group:hover .lm\:group-hover\:text-red-base {
    --tw-text-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-text-opacity));
  }

  .group:hover .lm\:group-hover\:text-transparent {
    color: rgba(0,0,0,0);
  }

  .lm\:focus-within\:text-tropic-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-text-opacity));
  }

  .lm\:focus-within\:text-tropic-light:focus-within {
    color: rgba(3,39,41,0.7);
  }

  .lm\:focus-within\:text-tropic-6p:focus-within {
    color: rgba(3,39,41,0.6);
  }

  .lm\:focus-within\:text-tropic-90p:focus-within {
    color: rgba(3,39,41,0.9);
  }

  .lm\:focus-within\:text-taiga-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-text-opacity));
  }

  .lm\:focus-within\:text-taiga-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-text-opacity));
  }

  .lm\:focus-within\:text-savana:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-text-opacity));
  }

  .lm\:focus-within\:text-tundra:focus-within {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-text-opacity));
  }

  .lm\:focus-within\:text-arctic-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lm\:focus-within\:text-arctic-low:focus-within {
    color: rgba(255,255,255,0.12);
  }

  .lm\:focus-within\:text-arctic-very-low:focus-within {
    color: rgba(255,255,255,0.06);
  }

  .lm\:focus-within\:text-black-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lm\:focus-within\:text-black-dim:focus-within {
    color: rgba(0,5,5,0.8);
  }

  .lm\:focus-within\:text-black-low:focus-within {
    color: #0A000000;
  }

  .lm\:focus-within\:text-black-semi:focus-within {
    color: #66000000;
  }

  .lm\:focus-within\:text-white-low:focus-within {
    color: rgba(255,255,255,0.06);
  }

  .lm\:focus-within\:text-white-medium:focus-within {
    color: rgba(255,255,255,0.12);
  }

  .lm\:focus-within\:text-white-semi:focus-within {
    color: rgba(255,255,255,0.6);
  }

  .lm\:focus-within\:text-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-text-opacity));
  }

  .lm\:focus-within\:text-yellow:focus-within {
    --tw-text-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-text-opacity));
  }

  .lm\:focus-within\:text-expedition:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-text-opacity));
  }

  .lm\:focus-within\:text-green-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-text-opacity));
  }

  .lm\:focus-within\:text-green-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-text-opacity));
  }

  .lm\:focus-within\:text-red-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-text-opacity));
  }

  .lm\:focus-within\:text-transparent:focus-within {
    color: rgba(0,0,0,0);
  }

  .lm\:hover\:text-tropic-base:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-text-opacity));
  }

  .lm\:hover\:text-tropic-light:hover {
    color: rgba(3,39,41,0.7);
  }

  .lm\:hover\:text-tropic-6p:hover {
    color: rgba(3,39,41,0.6);
  }

  .lm\:hover\:text-tropic-90p:hover {
    color: rgba(3,39,41,0.9);
  }

  .lm\:hover\:text-taiga-base:hover {
    --tw-text-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-text-opacity));
  }

  .lm\:hover\:text-taiga-light:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-text-opacity));
  }

  .lm\:hover\:text-savana:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-text-opacity));
  }

  .lm\:hover\:text-tundra:hover {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-text-opacity));
  }

  .lm\:hover\:text-arctic-base:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lm\:hover\:text-arctic-low:hover {
    color: rgba(255,255,255,0.12);
  }

  .lm\:hover\:text-arctic-very-low:hover {
    color: rgba(255,255,255,0.06);
  }

  .lm\:hover\:text-black-base:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lm\:hover\:text-black-dim:hover {
    color: rgba(0,5,5,0.8);
  }

  .lm\:hover\:text-black-low:hover {
    color: #0A000000;
  }

  .lm\:hover\:text-black-semi:hover {
    color: #66000000;
  }

  .lm\:hover\:text-white-low:hover {
    color: rgba(255,255,255,0.06);
  }

  .lm\:hover\:text-white-medium:hover {
    color: rgba(255,255,255,0.12);
  }

  .lm\:hover\:text-white-semi:hover {
    color: rgba(255,255,255,0.6);
  }

  .lm\:hover\:text-error:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-text-opacity));
  }

  .lm\:hover\:text-yellow:hover {
    --tw-text-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-text-opacity));
  }

  .lm\:hover\:text-expedition:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-text-opacity));
  }

  .lm\:hover\:text-green-base:hover {
    --tw-text-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-text-opacity));
  }

  .lm\:hover\:text-green-light:hover {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-text-opacity));
  }

  .lm\:hover\:text-red-base:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-text-opacity));
  }

  .lm\:hover\:text-transparent:hover {
    color: rgba(0,0,0,0);
  }

  .lm\:focus\:text-tropic-base:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-text-opacity));
  }

  .lm\:focus\:text-tropic-light:focus {
    color: rgba(3,39,41,0.7);
  }

  .lm\:focus\:text-tropic-6p:focus {
    color: rgba(3,39,41,0.6);
  }

  .lm\:focus\:text-tropic-90p:focus {
    color: rgba(3,39,41,0.9);
  }

  .lm\:focus\:text-taiga-base:focus {
    --tw-text-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-text-opacity));
  }

  .lm\:focus\:text-taiga-light:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-text-opacity));
  }

  .lm\:focus\:text-savana:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-text-opacity));
  }

  .lm\:focus\:text-tundra:focus {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-text-opacity));
  }

  .lm\:focus\:text-arctic-base:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lm\:focus\:text-arctic-low:focus {
    color: rgba(255,255,255,0.12);
  }

  .lm\:focus\:text-arctic-very-low:focus {
    color: rgba(255,255,255,0.06);
  }

  .lm\:focus\:text-black-base:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lm\:focus\:text-black-dim:focus {
    color: rgba(0,5,5,0.8);
  }

  .lm\:focus\:text-black-low:focus {
    color: #0A000000;
  }

  .lm\:focus\:text-black-semi:focus {
    color: #66000000;
  }

  .lm\:focus\:text-white-low:focus {
    color: rgba(255,255,255,0.06);
  }

  .lm\:focus\:text-white-medium:focus {
    color: rgba(255,255,255,0.12);
  }

  .lm\:focus\:text-white-semi:focus {
    color: rgba(255,255,255,0.6);
  }

  .lm\:focus\:text-error:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-text-opacity));
  }

  .lm\:focus\:text-yellow:focus {
    --tw-text-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-text-opacity));
  }

  .lm\:focus\:text-expedition:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-text-opacity));
  }

  .lm\:focus\:text-green-base:focus {
    --tw-text-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-text-opacity));
  }

  .lm\:focus\:text-green-light:focus {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-text-opacity));
  }

  .lm\:focus\:text-red-base:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-text-opacity));
  }

  .lm\:focus\:text-transparent:focus {
    color: rgba(0,0,0,0);
  }

  .lm\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .lm\:text-opacity-1 {
    --tw-text-opacity: .01;
  }

  .lm\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .lm\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .lm\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .lm\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .lm\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .lm\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .lm\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .lm\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .lm\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .lm\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .lm\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .lm\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .lm\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .lm\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .lm\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .lm\:group-hover\:text-opacity-1 {
    --tw-text-opacity: .01;
  }

  .group:hover .lm\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .lm\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .lm\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .lm\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .lm\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .lm\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .lm\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .lm\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .lm\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .lm\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .lm\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .lm\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .lm\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .lm\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .lm\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .lm\:focus-within\:text-opacity-1:focus-within {
    --tw-text-opacity: .01;
  }

  .lm\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .lm\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .lm\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .lm\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .lm\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .lm\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .lm\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .lm\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .lm\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .lm\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .lm\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .lm\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .lm\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .lm\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .lm\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .lm\:hover\:text-opacity-1:hover {
    --tw-text-opacity: .01;
  }

  .lm\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .lm\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .lm\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .lm\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .lm\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .lm\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .lm\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .lm\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .lm\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .lm\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .lm\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .lm\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .lm\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .lm\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .lm\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .lm\:focus\:text-opacity-1:focus {
    --tw-text-opacity: .01;
  }

  .lm\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .lm\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .lm\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .lm\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .lm\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .lm\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .lm\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .lm\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .lm\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .lm\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .lm\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .lm\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .lm\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .lm\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .lm\:underline {
    text-decoration: underline;
  }

  .lm\:line-through {
    text-decoration: line-through;
  }

  .lm\:no-underline {
    text-decoration: none;
  }

  .group:hover .lm\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .lm\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .lm\:group-hover\:no-underline {
    text-decoration: none;
  }

  .lm\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .lm\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .lm\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .lm\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lm\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lm\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .lm\:focus\:underline:focus {
    text-decoration: underline;
  }

  .lm\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .lm\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .lm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lm\:placeholder-tropic-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-tropic-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-tropic-light::-moz-placeholder {
    color: rgba(3,39,41,0.7);
  }

  .lm\:placeholder-tropic-light::placeholder {
    color: rgba(3,39,41,0.7);
  }

  .lm\:placeholder-tropic-6p::-moz-placeholder {
    color: rgba(3,39,41,0.6);
  }

  .lm\:placeholder-tropic-6p::placeholder {
    color: rgba(3,39,41,0.6);
  }

  .lm\:placeholder-tropic-90p::-moz-placeholder {
    color: rgba(3,39,41,0.9);
  }

  .lm\:placeholder-tropic-90p::placeholder {
    color: rgba(3,39,41,0.9);
  }

  .lm\:placeholder-taiga-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-taiga-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-taiga-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-taiga-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-savana::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-savana::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-tundra::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-tundra::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-arctic-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-arctic-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-arctic-low::-moz-placeholder {
    color: rgba(255,255,255,0.12);
  }

  .lm\:placeholder-arctic-low::placeholder {
    color: rgba(255,255,255,0.12);
  }

  .lm\:placeholder-arctic-very-low::-moz-placeholder {
    color: rgba(255,255,255,0.06);
  }

  .lm\:placeholder-arctic-very-low::placeholder {
    color: rgba(255,255,255,0.06);
  }

  .lm\:placeholder-black-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-black-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-black-dim::-moz-placeholder {
    color: rgba(0,5,5,0.8);
  }

  .lm\:placeholder-black-dim::placeholder {
    color: rgba(0,5,5,0.8);
  }

  .lm\:placeholder-black-low::-moz-placeholder {
    color: #0A000000;
  }

  .lm\:placeholder-black-low::placeholder {
    color: #0A000000;
  }

  .lm\:placeholder-black-semi::-moz-placeholder {
    color: #66000000;
  }

  .lm\:placeholder-black-semi::placeholder {
    color: #66000000;
  }

  .lm\:placeholder-white-low::-moz-placeholder {
    color: rgba(255,255,255,0.06);
  }

  .lm\:placeholder-white-low::placeholder {
    color: rgba(255,255,255,0.06);
  }

  .lm\:placeholder-white-medium::-moz-placeholder {
    color: rgba(255,255,255,0.12);
  }

  .lm\:placeholder-white-medium::placeholder {
    color: rgba(255,255,255,0.12);
  }

  .lm\:placeholder-white-semi::-moz-placeholder {
    color: rgba(255,255,255,0.6);
  }

  .lm\:placeholder-white-semi::placeholder {
    color: rgba(255,255,255,0.6);
  }

  .lm\:placeholder-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-yellow::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-expedition::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-expedition::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-green-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-green-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-green-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-green-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-red-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-red-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-placeholder-opacity));
  }

  .lm\:placeholder-transparent::-moz-placeholder {
    color: rgba(0,0,0,0);
  }

  .lm\:placeholder-transparent::placeholder {
    color: rgba(0,0,0,0);
  }

  .lm\:focus\:placeholder-tropic-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-tropic-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-tropic-light:focus::-moz-placeholder {
    color: rgba(3,39,41,0.7);
  }

  .lm\:focus\:placeholder-tropic-light:focus::placeholder {
    color: rgba(3,39,41,0.7);
  }

  .lm\:focus\:placeholder-tropic-6p:focus::-moz-placeholder {
    color: rgba(3,39,41,0.6);
  }

  .lm\:focus\:placeholder-tropic-6p:focus::placeholder {
    color: rgba(3,39,41,0.6);
  }

  .lm\:focus\:placeholder-tropic-90p:focus::-moz-placeholder {
    color: rgba(3,39,41,0.9);
  }

  .lm\:focus\:placeholder-tropic-90p:focus::placeholder {
    color: rgba(3,39,41,0.9);
  }

  .lm\:focus\:placeholder-taiga-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-taiga-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-taiga-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-taiga-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-savana:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-savana:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-tundra:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-tundra:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-arctic-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-arctic-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-arctic-low:focus::-moz-placeholder {
    color: rgba(255,255,255,0.12);
  }

  .lm\:focus\:placeholder-arctic-low:focus::placeholder {
    color: rgba(255,255,255,0.12);
  }

  .lm\:focus\:placeholder-arctic-very-low:focus::-moz-placeholder {
    color: rgba(255,255,255,0.06);
  }

  .lm\:focus\:placeholder-arctic-very-low:focus::placeholder {
    color: rgba(255,255,255,0.06);
  }

  .lm\:focus\:placeholder-black-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-black-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-black-dim:focus::-moz-placeholder {
    color: rgba(0,5,5,0.8);
  }

  .lm\:focus\:placeholder-black-dim:focus::placeholder {
    color: rgba(0,5,5,0.8);
  }

  .lm\:focus\:placeholder-black-low:focus::-moz-placeholder {
    color: #0A000000;
  }

  .lm\:focus\:placeholder-black-low:focus::placeholder {
    color: #0A000000;
  }

  .lm\:focus\:placeholder-black-semi:focus::-moz-placeholder {
    color: #66000000;
  }

  .lm\:focus\:placeholder-black-semi:focus::placeholder {
    color: #66000000;
  }

  .lm\:focus\:placeholder-white-low:focus::-moz-placeholder {
    color: rgba(255,255,255,0.06);
  }

  .lm\:focus\:placeholder-white-low:focus::placeholder {
    color: rgba(255,255,255,0.06);
  }

  .lm\:focus\:placeholder-white-medium:focus::-moz-placeholder {
    color: rgba(255,255,255,0.12);
  }

  .lm\:focus\:placeholder-white-medium:focus::placeholder {
    color: rgba(255,255,255,0.12);
  }

  .lm\:focus\:placeholder-white-semi:focus::-moz-placeholder {
    color: rgba(255,255,255,0.6);
  }

  .lm\:focus\:placeholder-white-semi:focus::placeholder {
    color: rgba(255,255,255,0.6);
  }

  .lm\:focus\:placeholder-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-expedition:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-expedition:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-green-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-green-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-green-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-green-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-red-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-red-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-placeholder-opacity));
  }

  .lm\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: rgba(0,0,0,0);
  }

  .lm\:focus\:placeholder-transparent:focus::placeholder {
    color: rgba(0,0,0,0);
  }

  .lm\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lm\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lm\:placeholder-opacity-1::-moz-placeholder {
    --tw-placeholder-opacity: .01;
  }

  .lm\:placeholder-opacity-1::placeholder {
    --tw-placeholder-opacity: .01;
  }

  .lm\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lm\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lm\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lm\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lm\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lm\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lm\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lm\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lm\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lm\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lm\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lm\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lm\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lm\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lm\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lm\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lm\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lm\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lm\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lm\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lm\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lm\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lm\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lm\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lm\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lm\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lm\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lm\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lm\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lm\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lm\:focus\:placeholder-opacity-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: .01;
  }

  .lm\:focus\:placeholder-opacity-1:focus::placeholder {
    --tw-placeholder-opacity: .01;
  }

  .lm\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lm\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lm\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lm\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lm\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lm\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lm\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lm\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lm\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lm\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lm\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lm\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lm\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lm\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lm\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lm\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lm\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lm\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lm\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lm\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lm\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lm\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lm\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lm\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lm\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lm\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lm\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lm\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lm\:opacity-0 {
    opacity: 0;
  }

  .lm\:opacity-1 {
    opacity: .01;
  }

  .lm\:opacity-5 {
    opacity: 0.05;
  }

  .lm\:opacity-10 {
    opacity: 0.1;
  }

  .lm\:opacity-20 {
    opacity: 0.2;
  }

  .lm\:opacity-25 {
    opacity: 0.25;
  }

  .lm\:opacity-30 {
    opacity: 0.3;
  }

  .lm\:opacity-40 {
    opacity: 0.4;
  }

  .lm\:opacity-50 {
    opacity: 0.5;
  }

  .lm\:opacity-60 {
    opacity: 0.6;
  }

  .lm\:opacity-70 {
    opacity: 0.7;
  }

  .lm\:opacity-75 {
    opacity: 0.75;
  }

  .lm\:opacity-80 {
    opacity: 0.8;
  }

  .lm\:opacity-90 {
    opacity: 0.9;
  }

  .lm\:opacity-95 {
    opacity: 0.95;
  }

  .lm\:opacity-100 {
    opacity: 1;
  }

  .group:hover .lm\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .lm\:group-hover\:opacity-1 {
    opacity: .01;
  }

  .group:hover .lm\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .lm\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .lm\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .lm\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .lm\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .lm\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .lm\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .lm\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .lm\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .lm\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .lm\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .lm\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .lm\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .lm\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .lm\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .lm\:focus-within\:opacity-1:focus-within {
    opacity: .01;
  }

  .lm\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .lm\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .lm\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .lm\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .lm\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .lm\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .lm\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .lm\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .lm\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .lm\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .lm\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .lm\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .lm\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .lm\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .lm\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .lm\:hover\:opacity-1:hover {
    opacity: .01;
  }

  .lm\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .lm\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .lm\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .lm\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .lm\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .lm\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .lm\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .lm\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .lm\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .lm\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .lm\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .lm\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .lm\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .lm\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .lm\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .lm\:focus\:opacity-1:focus {
    opacity: .01;
  }

  .lm\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .lm\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .lm\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .lm\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .lm\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .lm\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .lm\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .lm\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .lm\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .lm\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .lm\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .lm\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .lm\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .lm\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .lm\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .lm\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .lm\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .lm\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .lm\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .lm\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .lm\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .lm\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .lm\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .lm\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .lm\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .lm\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .lm\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .lm\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .lm\:bg-blend-color {
    background-blend-mode: color;
  }

  .lm\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .lm\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .lm\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .lm\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .lm\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .lm\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .lm\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .lm\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .lm\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .lm\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .lm\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .lm\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .lm\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .lm\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .lm\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .lm\:mix-blend-color {
    mix-blend-mode: color;
  }

  .lm\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .lm\: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);
  }

  .lm\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\: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 .lm\: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 .lm\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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 .lm\: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 .lm\: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 .lm\: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 .lm\: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 .lm\: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 .lm\: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);
  }

  .lm\: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);
  }

  .lm\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lm\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lm\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lm\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lm\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lm\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lm\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lm\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lm\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\: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);
  }

  .lm\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .lm\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .lm\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .lm\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .lm\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .lm\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .lm\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .lm\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .lm\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .lm\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .lm\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .lm\:focus\:ring:focus {
    --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);
  }

  .lm\:ring-inset {
    --tw-ring-inset: inset;
  }

  .lm\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .lm\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .lm\:ring-tropic-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 39, 41, var(--tw-ring-opacity));
  }

  .lm\:ring-tropic-light {
    --tw-ring-color: rgba(3,39,41,0.7);
  }

  .lm\:ring-tropic-6p {
    --tw-ring-color: rgba(3,39,41,0.6);
  }

  .lm\:ring-tropic-90p {
    --tw-ring-color: rgba(3,39,41,0.9);
  }

  .lm\:ring-taiga-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(86, 118, 110, var(--tw-ring-opacity));
  }

  .lm\:ring-taiga-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 129, 120, var(--tw-ring-opacity));
  }

  .lm\:ring-savana {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 217, 174, var(--tw-ring-opacity));
  }

  .lm\:ring-tundra {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 238, var(--tw-ring-opacity));
  }

  .lm\:ring-arctic-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lm\:ring-arctic-low {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .lm\:ring-arctic-very-low {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .lm\:ring-black-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lm\:ring-black-dim {
    --tw-ring-color: rgba(0,5,5,0.8);
  }

  .lm\:ring-black-low {
    --tw-ring-color: #0A000000;
  }

  .lm\:ring-black-semi {
    --tw-ring-color: #66000000;
  }

  .lm\:ring-white-low {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .lm\:ring-white-medium {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .lm\:ring-white-semi {
    --tw-ring-color: rgba(255,255,255,0.6);
  }

  .lm\:ring-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 122, 58, var(--tw-ring-opacity));
  }

  .lm\:ring-yellow {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 151, 71, var(--tw-ring-opacity));
  }

  .lm\:ring-expedition {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 112, 136, var(--tw-ring-opacity));
  }

  .lm\:ring-green-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(140, 174, 68, var(--tw-ring-opacity));
  }

  .lm\:ring-green-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 230, 225, var(--tw-ring-opacity));
  }

  .lm\:ring-red-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 11, 11, var(--tw-ring-opacity));
  }

  .lm\:ring-transparent {
    --tw-ring-color: rgba(0,0,0,0);
  }

  .lm\:focus-within\:ring-tropic-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 39, 41, var(--tw-ring-opacity));
  }

  .lm\:focus-within\:ring-tropic-light:focus-within {
    --tw-ring-color: rgba(3,39,41,0.7);
  }

  .lm\:focus-within\:ring-tropic-6p:focus-within {
    --tw-ring-color: rgba(3,39,41,0.6);
  }

  .lm\:focus-within\:ring-tropic-90p:focus-within {
    --tw-ring-color: rgba(3,39,41,0.9);
  }

  .lm\:focus-within\:ring-taiga-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(86, 118, 110, var(--tw-ring-opacity));
  }

  .lm\:focus-within\:ring-taiga-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 129, 120, var(--tw-ring-opacity));
  }

  .lm\:focus-within\:ring-savana:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 217, 174, var(--tw-ring-opacity));
  }

  .lm\:focus-within\:ring-tundra:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 238, var(--tw-ring-opacity));
  }

  .lm\:focus-within\:ring-arctic-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lm\:focus-within\:ring-arctic-low:focus-within {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .lm\:focus-within\:ring-arctic-very-low:focus-within {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .lm\:focus-within\:ring-black-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lm\:focus-within\:ring-black-dim:focus-within {
    --tw-ring-color: rgba(0,5,5,0.8);
  }

  .lm\:focus-within\:ring-black-low:focus-within {
    --tw-ring-color: #0A000000;
  }

  .lm\:focus-within\:ring-black-semi:focus-within {
    --tw-ring-color: #66000000;
  }

  .lm\:focus-within\:ring-white-low:focus-within {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .lm\:focus-within\:ring-white-medium:focus-within {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .lm\:focus-within\:ring-white-semi:focus-within {
    --tw-ring-color: rgba(255,255,255,0.6);
  }

  .lm\:focus-within\:ring-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 122, 58, var(--tw-ring-opacity));
  }

  .lm\:focus-within\:ring-yellow:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 151, 71, var(--tw-ring-opacity));
  }

  .lm\:focus-within\:ring-expedition:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 112, 136, var(--tw-ring-opacity));
  }

  .lm\:focus-within\:ring-green-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(140, 174, 68, var(--tw-ring-opacity));
  }

  .lm\:focus-within\:ring-green-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 230, 225, var(--tw-ring-opacity));
  }

  .lm\:focus-within\:ring-red-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 11, 11, var(--tw-ring-opacity));
  }

  .lm\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: rgba(0,0,0,0);
  }

  .lm\:focus\:ring-tropic-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 39, 41, var(--tw-ring-opacity));
  }

  .lm\:focus\:ring-tropic-light:focus {
    --tw-ring-color: rgba(3,39,41,0.7);
  }

  .lm\:focus\:ring-tropic-6p:focus {
    --tw-ring-color: rgba(3,39,41,0.6);
  }

  .lm\:focus\:ring-tropic-90p:focus {
    --tw-ring-color: rgba(3,39,41,0.9);
  }

  .lm\:focus\:ring-taiga-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(86, 118, 110, var(--tw-ring-opacity));
  }

  .lm\:focus\:ring-taiga-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 129, 120, var(--tw-ring-opacity));
  }

  .lm\:focus\:ring-savana:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 217, 174, var(--tw-ring-opacity));
  }

  .lm\:focus\:ring-tundra:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 238, var(--tw-ring-opacity));
  }

  .lm\:focus\:ring-arctic-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lm\:focus\:ring-arctic-low:focus {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .lm\:focus\:ring-arctic-very-low:focus {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .lm\:focus\:ring-black-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lm\:focus\:ring-black-dim:focus {
    --tw-ring-color: rgba(0,5,5,0.8);
  }

  .lm\:focus\:ring-black-low:focus {
    --tw-ring-color: #0A000000;
  }

  .lm\:focus\:ring-black-semi:focus {
    --tw-ring-color: #66000000;
  }

  .lm\:focus\:ring-white-low:focus {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .lm\:focus\:ring-white-medium:focus {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .lm\:focus\:ring-white-semi:focus {
    --tw-ring-color: rgba(255,255,255,0.6);
  }

  .lm\:focus\:ring-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 122, 58, var(--tw-ring-opacity));
  }

  .lm\:focus\:ring-yellow:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 151, 71, var(--tw-ring-opacity));
  }

  .lm\:focus\:ring-expedition:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 112, 136, var(--tw-ring-opacity));
  }

  .lm\:focus\:ring-green-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(140, 174, 68, var(--tw-ring-opacity));
  }

  .lm\:focus\:ring-green-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 230, 225, var(--tw-ring-opacity));
  }

  .lm\:focus\:ring-red-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 11, 11, var(--tw-ring-opacity));
  }

  .lm\:focus\:ring-transparent:focus {
    --tw-ring-color: rgba(0,0,0,0);
  }

  .lm\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .lm\:ring-opacity-1 {
    --tw-ring-opacity: .01;
  }

  .lm\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .lm\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .lm\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .lm\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .lm\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .lm\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .lm\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .lm\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .lm\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .lm\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .lm\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .lm\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .lm\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .lm\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .lm\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .lm\:focus-within\:ring-opacity-1:focus-within {
    --tw-ring-opacity: .01;
  }

  .lm\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .lm\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .lm\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .lm\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .lm\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .lm\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .lm\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .lm\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .lm\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .lm\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .lm\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .lm\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .lm\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .lm\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .lm\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .lm\:focus\:ring-opacity-1:focus {
    --tw-ring-opacity: .01;
  }

  .lm\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .lm\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .lm\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .lm\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .lm\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .lm\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .lm\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .lm\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .lm\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .lm\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .lm\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .lm\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .lm\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .lm\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .lm\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .lm\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .lm\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .lm\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .lm\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .lm\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .lm\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .lm\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .lm\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .lm\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .lm\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .lm\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .lm\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .lm\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .lm\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .lm\:ring-offset-tropic-base {
    --tw-ring-offset-color: #032729;
  }

  .lm\:ring-offset-tropic-light {
    --tw-ring-offset-color: rgba(3,39,41,0.7);
  }

  .lm\:ring-offset-tropic-6p {
    --tw-ring-offset-color: rgba(3,39,41,0.6);
  }

  .lm\:ring-offset-tropic-90p {
    --tw-ring-offset-color: rgba(3,39,41,0.9);
  }

  .lm\:ring-offset-taiga-base {
    --tw-ring-offset-color: #56766E;
  }

  .lm\:ring-offset-taiga-light {
    --tw-ring-offset-color: #608178;
  }

  .lm\:ring-offset-savana {
    --tw-ring-offset-color: #EFD9AE;
  }

  .lm\:ring-offset-tundra {
    --tw-ring-offset-color: #F2F2EE;
  }

  .lm\:ring-offset-arctic-base {
    --tw-ring-offset-color: #FFFFFF;
  }

  .lm\:ring-offset-arctic-low {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .lm\:ring-offset-arctic-very-low {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .lm\:ring-offset-black-base {
    --tw-ring-offset-color: #000000;
  }

  .lm\:ring-offset-black-dim {
    --tw-ring-offset-color: rgba(0,5,5,0.8);
  }

  .lm\:ring-offset-black-low {
    --tw-ring-offset-color: #0A000000;
  }

  .lm\:ring-offset-black-semi {
    --tw-ring-offset-color: #66000000;
  }

  .lm\:ring-offset-white-low {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .lm\:ring-offset-white-medium {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .lm\:ring-offset-white-semi {
    --tw-ring-offset-color: rgba(255,255,255,0.6);
  }

  .lm\:ring-offset-error {
    --tw-ring-offset-color: #D17A3A;
  }

  .lm\:ring-offset-yellow {
    --tw-ring-offset-color: #CC9747;
  }

  .lm\:ring-offset-expedition {
    --tw-ring-offset-color: #4F7088;
  }

  .lm\:ring-offset-green-base {
    --tw-ring-offset-color: #8CAE44;
  }

  .lm\:ring-offset-green-light {
    --tw-ring-offset-color: #E3E6E1;
  }

  .lm\:ring-offset-red-base {
    --tw-ring-offset-color: #bf0b0b;
  }

  .lm\:ring-offset-transparent {
    --tw-ring-offset-color: rgba(0,0,0,0);
  }

  .lm\:focus-within\:ring-offset-tropic-base:focus-within {
    --tw-ring-offset-color: #032729;
  }

  .lm\:focus-within\:ring-offset-tropic-light:focus-within {
    --tw-ring-offset-color: rgba(3,39,41,0.7);
  }

  .lm\:focus-within\:ring-offset-tropic-6p:focus-within {
    --tw-ring-offset-color: rgba(3,39,41,0.6);
  }

  .lm\:focus-within\:ring-offset-tropic-90p:focus-within {
    --tw-ring-offset-color: rgba(3,39,41,0.9);
  }

  .lm\:focus-within\:ring-offset-taiga-base:focus-within {
    --tw-ring-offset-color: #56766E;
  }

  .lm\:focus-within\:ring-offset-taiga-light:focus-within {
    --tw-ring-offset-color: #608178;
  }

  .lm\:focus-within\:ring-offset-savana:focus-within {
    --tw-ring-offset-color: #EFD9AE;
  }

  .lm\:focus-within\:ring-offset-tundra:focus-within {
    --tw-ring-offset-color: #F2F2EE;
  }

  .lm\:focus-within\:ring-offset-arctic-base:focus-within {
    --tw-ring-offset-color: #FFFFFF;
  }

  .lm\:focus-within\:ring-offset-arctic-low:focus-within {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .lm\:focus-within\:ring-offset-arctic-very-low:focus-within {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .lm\:focus-within\:ring-offset-black-base:focus-within {
    --tw-ring-offset-color: #000000;
  }

  .lm\:focus-within\:ring-offset-black-dim:focus-within {
    --tw-ring-offset-color: rgba(0,5,5,0.8);
  }

  .lm\:focus-within\:ring-offset-black-low:focus-within {
    --tw-ring-offset-color: #0A000000;
  }

  .lm\:focus-within\:ring-offset-black-semi:focus-within {
    --tw-ring-offset-color: #66000000;
  }

  .lm\:focus-within\:ring-offset-white-low:focus-within {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .lm\:focus-within\:ring-offset-white-medium:focus-within {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .lm\:focus-within\:ring-offset-white-semi:focus-within {
    --tw-ring-offset-color: rgba(255,255,255,0.6);
  }

  .lm\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: #D17A3A;
  }

  .lm\:focus-within\:ring-offset-yellow:focus-within {
    --tw-ring-offset-color: #CC9747;
  }

  .lm\:focus-within\:ring-offset-expedition:focus-within {
    --tw-ring-offset-color: #4F7088;
  }

  .lm\:focus-within\:ring-offset-green-base:focus-within {
    --tw-ring-offset-color: #8CAE44;
  }

  .lm\:focus-within\:ring-offset-green-light:focus-within {
    --tw-ring-offset-color: #E3E6E1;
  }

  .lm\:focus-within\:ring-offset-red-base:focus-within {
    --tw-ring-offset-color: #bf0b0b;
  }

  .lm\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: rgba(0,0,0,0);
  }

  .lm\:focus\:ring-offset-tropic-base:focus {
    --tw-ring-offset-color: #032729;
  }

  .lm\:focus\:ring-offset-tropic-light:focus {
    --tw-ring-offset-color: rgba(3,39,41,0.7);
  }

  .lm\:focus\:ring-offset-tropic-6p:focus {
    --tw-ring-offset-color: rgba(3,39,41,0.6);
  }

  .lm\:focus\:ring-offset-tropic-90p:focus {
    --tw-ring-offset-color: rgba(3,39,41,0.9);
  }

  .lm\:focus\:ring-offset-taiga-base:focus {
    --tw-ring-offset-color: #56766E;
  }

  .lm\:focus\:ring-offset-taiga-light:focus {
    --tw-ring-offset-color: #608178;
  }

  .lm\:focus\:ring-offset-savana:focus {
    --tw-ring-offset-color: #EFD9AE;
  }

  .lm\:focus\:ring-offset-tundra:focus {
    --tw-ring-offset-color: #F2F2EE;
  }

  .lm\:focus\:ring-offset-arctic-base:focus {
    --tw-ring-offset-color: #FFFFFF;
  }

  .lm\:focus\:ring-offset-arctic-low:focus {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .lm\:focus\:ring-offset-arctic-very-low:focus {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .lm\:focus\:ring-offset-black-base:focus {
    --tw-ring-offset-color: #000000;
  }

  .lm\:focus\:ring-offset-black-dim:focus {
    --tw-ring-offset-color: rgba(0,5,5,0.8);
  }

  .lm\:focus\:ring-offset-black-low:focus {
    --tw-ring-offset-color: #0A000000;
  }

  .lm\:focus\:ring-offset-black-semi:focus {
    --tw-ring-offset-color: #66000000;
  }

  .lm\:focus\:ring-offset-white-low:focus {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .lm\:focus\:ring-offset-white-medium:focus {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .lm\:focus\:ring-offset-white-semi:focus {
    --tw-ring-offset-color: rgba(255,255,255,0.6);
  }

  .lm\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: #D17A3A;
  }

  .lm\:focus\:ring-offset-yellow:focus {
    --tw-ring-offset-color: #CC9747;
  }

  .lm\:focus\:ring-offset-expedition:focus {
    --tw-ring-offset-color: #4F7088;
  }

  .lm\:focus\:ring-offset-green-base:focus {
    --tw-ring-offset-color: #8CAE44;
  }

  .lm\:focus\:ring-offset-green-light:focus {
    --tw-ring-offset-color: #E3E6E1;
  }

  .lm\:focus\:ring-offset-red-base:focus {
    --tw-ring-offset-color: #bf0b0b;
  }

  .lm\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: rgba(0,0,0,0);
  }

  .lm\: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);
  }

  .lm\:filter-none {
    filter: none;
  }

  .lm\:blur-0 {
    --tw-blur: blur(0);
  }

  .lm\:blur-none {
    --tw-blur: blur(0);
  }

  .lm\:blur-sm {
    --tw-blur: blur(4px);
  }

  .lm\:blur {
    --tw-blur: blur(8px);
  }

  .lm\:blur-md {
    --tw-blur: blur(12px);
  }

  .lm\:blur-lg {
    --tw-blur: blur(16px);
  }

  .lm\:blur-xl {
    --tw-blur: blur(24px);
  }

  .lm\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .lm\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .lm\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .lm\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .lm\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .lm\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .lm\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .lm\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .lm\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .lm\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .lm\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .lm\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .lm\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .lm\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .lm\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .lm\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .lm\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .lm\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .lm\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .lm\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .lm\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\: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));
  }

  .lm\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .lm\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .lm\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .lm\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .lm\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .lm\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .lm\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .lm\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .lm\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .lm\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .lm\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .lm\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .lm\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .lm\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .lm\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .lm\:invert-0 {
    --tw-invert: invert(0);
  }

  .lm\:invert {
    --tw-invert: invert(100%);
  }

  .lm\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .lm\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .lm\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .lm\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .lm\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .lm\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .lm\:sepia {
    --tw-sepia: sepia(100%);
  }

  .lm\: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);
  }

  .lm\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .lm\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .lm\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .lm\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .lm\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .lm\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .lm\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .lm\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .lm\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .lm\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .lm\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .lm\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .lm\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .lm\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .lm\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .lm\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .lm\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .lm\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .lm\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .lm\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .lm\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .lm\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .lm\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .lm\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .lm\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .lm\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .lm\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .lm\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .lm\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .lm\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .lm\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .lm\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .lm\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .lm\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .lm\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .lm\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .lm\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .lm\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .lm\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .lm\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .lm\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .lm\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .lm\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .lm\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .lm\:backdrop-opacity-1 {
    --tw-backdrop-opacity: opacity(.01);
  }

  .lm\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .lm\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .lm\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .lm\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .lm\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .lm\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .lm\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .lm\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .lm\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .lm\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .lm\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .lm\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .lm\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .lm\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .lm\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .lm\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .lm\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .lm\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .lm\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .lm\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .lm\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .lm\:transition-none {
    transition-property: none;
  }

  .lm\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lm\: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;
  }

  .lm\: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;
  }

  .lm\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lm\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lm\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lm\:delay-75 {
    transition-delay: 75ms;
  }

  .lm\:delay-100 {
    transition-delay: 100ms;
  }

  .lm\:delay-150 {
    transition-delay: 150ms;
  }

  .lm\:delay-200 {
    transition-delay: 200ms;
  }

  .lm\:delay-300 {
    transition-delay: 300ms;
  }

  .lm\:delay-500 {
    transition-delay: 500ms;
  }

  .lm\:delay-700 {
    transition-delay: 700ms;
  }

  .lm\:delay-1000 {
    transition-delay: 1000ms;
  }

  .lm\:duration-0 {
    transition-duration: 0ms;
  }

  .lm\:duration-75 {
    transition-duration: 75ms;
  }

  .lm\:duration-100 {
    transition-duration: 100ms;
  }

  .lm\:duration-150 {
    transition-duration: 150ms;
  }

  .lm\:duration-200 {
    transition-duration: 200ms;
  }

  .lm\:duration-300 {
    transition-duration: 300ms;
  }

  .lm\:duration-500 {
    transition-duration: 500ms;
  }

  .lm\:duration-700 {
    transition-duration: 700ms;
  }

  .lm\:duration-1000 {
    transition-duration: 1000ms;
  }

  .lm\:duration-1300 {
    transition-duration: 1300ms;
  }

  .lm\:duration-1500 {
    transition-duration: 1500ms;
  }

  .lm\:ease-linear {
    transition-timing-function: linear;
  }

  .lm\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lm\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lm\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

  @media (min-width: 360px) {
    .md\:container {
      max-width: 360px;
    }
  }

  @media (min-width: 420px) {
    .md\:container {
      max-width: 420px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1920px) {
    .md\:container {
      max-width: 1920px;
    }
  }

  .md\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .md\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .md\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .md\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .md\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .md\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .md\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .md\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .md\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .md\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .md\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .md\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .md\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .md\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .md\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .md\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .md\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .md\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .md\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .md\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .md\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .md\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .md\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .md\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .md\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .md\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .md\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .md\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .md\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .md\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .md\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .md\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .md\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .md\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .md\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .md\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .md\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .md\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .md\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .md\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .md\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .md\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .md\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .md\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .md\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .md\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .md\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .md\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .md\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .md\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .md\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .md\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .md\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .md\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .md\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .md\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .md\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .md\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .md\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .md\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .md\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .md\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .md\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .md\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .md\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .md\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .md\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .md\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .md\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .md\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .md\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .md\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .md\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .md\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .md\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .md\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .md\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .md\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .md\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .md\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .md\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .md\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .md\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .md\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .md\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .md\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .md\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .md\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .md\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .md\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .md\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .md\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .md\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .md\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .md\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .md\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .md\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .md\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .md\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .md\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .md\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .md\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .md\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .md\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .md\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .md\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .md\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .md\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .md\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .md\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .md\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .md\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .md\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .md\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .md\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .md\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .md\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .md\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .md\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .md\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .md\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .md\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .md\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .md\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .md\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .md\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .md\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .md\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .md\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .md\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .md\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .md\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .md\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .md\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .md\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .md\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .md\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .md\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .md\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .md\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .md\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .md\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .md\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .md\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .md\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .md\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .md\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .md\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .md\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .md\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .md\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .md\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .md\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .md\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .md\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .md\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .md\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .md\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .md\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .md\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .md\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .md\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .md\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .md\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .md\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .md\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .md\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .md\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .md\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .md\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .md\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .md\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .md\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .md\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .md\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .md\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .md\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .md\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .md\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .md\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .md\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .md\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .md\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .md\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .md\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .md\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .md\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .md\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .md\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .md\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .md\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .md\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .md\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .md\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .md\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .md\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .md\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .md\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .md\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .md\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .md\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .md\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .md\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .md\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .md\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .md\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .md\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .md\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .md\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .md\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .md\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .md\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .md\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .md\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .md\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .md\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .md\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .md\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .md\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .md\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .md\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .md\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .md\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .md\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .md\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .md\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:top-1 {
    top: 0.25rem;
  }

  .md\:top-2 {
    top: 0.5rem;
  }

  .md\:top-3 {
    top: 0.75rem;
  }

  .md\:top-4 {
    top: 1rem;
  }

  .md\:top-5 {
    top: 1.25rem;
  }

  .md\:top-6 {
    top: 1.5rem;
  }

  .md\:top-7 {
    top: 1.75rem;
  }

  .md\:top-8 {
    top: 2rem;
  }

  .md\:top-9 {
    top: 2.25rem;
  }

  .md\:top-10 {
    top: 2.5rem;
  }

  .md\:top-11 {
    top: 2.75rem;
  }

  .md\:top-12 {
    top: 3rem;
  }

  .md\:top-14 {
    top: 3.5rem;
  }

  .md\:top-16 {
    top: 4rem;
  }

  .md\:top-20 {
    top: 5rem;
  }

  .md\:top-24 {
    top: 6rem;
  }

  .md\:top-28 {
    top: 7rem;
  }

  .md\:top-32 {
    top: 8rem;
  }

  .md\:top-36 {
    top: 9rem;
  }

  .md\:top-40 {
    top: 10rem;
  }

  .md\:top-44 {
    top: 11rem;
  }

  .md\:top-48 {
    top: 12rem;
  }

  .md\:top-52 {
    top: 13rem;
  }

  .md\:top-56 {
    top: 14rem;
  }

  .md\:top-60 {
    top: 15rem;
  }

  .md\:top-64 {
    top: 16rem;
  }

  .md\:top-72 {
    top: 18rem;
  }

  .md\:top-80 {
    top: 20rem;
  }

  .md\:top-96 {
    top: 24rem;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:top-px {
    top: 1px;
  }

  .md\:top-0\.5 {
    top: 0.125rem;
  }

  .md\:top-1\.5 {
    top: 0.375rem;
  }

  .md\:top-2\.5 {
    top: 0.625rem;
  }

  .md\:top-3\.5 {
    top: 0.875rem;
  }

  .md\:-top-0 {
    top: 0px;
  }

  .md\:-top-1 {
    top: -0.25rem;
  }

  .md\:-top-2 {
    top: -0.5rem;
  }

  .md\:-top-3 {
    top: -0.75rem;
  }

  .md\:-top-4 {
    top: -1rem;
  }

  .md\:-top-5 {
    top: -1.25rem;
  }

  .md\:-top-6 {
    top: -1.5rem;
  }

  .md\:-top-7 {
    top: -1.75rem;
  }

  .md\:-top-8 {
    top: -2rem;
  }

  .md\:-top-9 {
    top: -2.25rem;
  }

  .md\:-top-10 {
    top: -2.5rem;
  }

  .md\:-top-11 {
    top: -2.75rem;
  }

  .md\:-top-12 {
    top: -3rem;
  }

  .md\:-top-14 {
    top: -3.5rem;
  }

  .md\:-top-16 {
    top: -4rem;
  }

  .md\:-top-20 {
    top: -5rem;
  }

  .md\:-top-24 {
    top: -6rem;
  }

  .md\:-top-28 {
    top: -7rem;
  }

  .md\:-top-32 {
    top: -8rem;
  }

  .md\:-top-36 {
    top: -9rem;
  }

  .md\:-top-40 {
    top: -10rem;
  }

  .md\:-top-44 {
    top: -11rem;
  }

  .md\:-top-48 {
    top: -12rem;
  }

  .md\:-top-52 {
    top: -13rem;
  }

  .md\:-top-56 {
    top: -14rem;
  }

  .md\:-top-60 {
    top: -15rem;
  }

  .md\:-top-64 {
    top: -16rem;
  }

  .md\:-top-72 {
    top: -18rem;
  }

  .md\:-top-80 {
    top: -20rem;
  }

  .md\:-top-96 {
    top: -24rem;
  }

  .md\:-top-px {
    top: -1px;
  }

  .md\:-top-0\.5 {
    top: -0.125rem;
  }

  .md\:-top-1\.5 {
    top: -0.375rem;
  }

  .md\:-top-2\.5 {
    top: -0.625rem;
  }

  .md\:-top-3\.5 {
    top: -0.875rem;
  }

  .md\:top-1\/2 {
    top: 50%;
  }

  .md\:top-1\/3 {
    top: 33.333333%;
  }

  .md\:top-2\/3 {
    top: 66.666667%;
  }

  .md\:top-1\/4 {
    top: 25%;
  }

  .md\:top-2\/4 {
    top: 50%;
  }

  .md\:top-3\/4 {
    top: 75%;
  }

  .md\:top-full {
    top: 100%;
  }

  .md\:-top-1\/2 {
    top: -50%;
  }

  .md\:-top-1\/3 {
    top: -33.333333%;
  }

  .md\:-top-2\/3 {
    top: -66.666667%;
  }

  .md\:-top-1\/4 {
    top: -25%;
  }

  .md\:-top-2\/4 {
    top: -50%;
  }

  .md\:-top-3\/4 {
    top: -75%;
  }

  .md\:-top-full {
    top: -100%;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:right-1 {
    right: 0.25rem;
  }

  .md\:right-2 {
    right: 0.5rem;
  }

  .md\:right-3 {
    right: 0.75rem;
  }

  .md\:right-4 {
    right: 1rem;
  }

  .md\:right-5 {
    right: 1.25rem;
  }

  .md\:right-6 {
    right: 1.5rem;
  }

  .md\:right-7 {
    right: 1.75rem;
  }

  .md\:right-8 {
    right: 2rem;
  }

  .md\:right-9 {
    right: 2.25rem;
  }

  .md\:right-10 {
    right: 2.5rem;
  }

  .md\:right-11 {
    right: 2.75rem;
  }

  .md\:right-12 {
    right: 3rem;
  }

  .md\:right-14 {
    right: 3.5rem;
  }

  .md\:right-16 {
    right: 4rem;
  }

  .md\:right-20 {
    right: 5rem;
  }

  .md\:right-24 {
    right: 6rem;
  }

  .md\:right-28 {
    right: 7rem;
  }

  .md\:right-32 {
    right: 8rem;
  }

  .md\:right-36 {
    right: 9rem;
  }

  .md\:right-40 {
    right: 10rem;
  }

  .md\:right-44 {
    right: 11rem;
  }

  .md\:right-48 {
    right: 12rem;
  }

  .md\:right-52 {
    right: 13rem;
  }

  .md\:right-56 {
    right: 14rem;
  }

  .md\:right-60 {
    right: 15rem;
  }

  .md\:right-64 {
    right: 16rem;
  }

  .md\:right-72 {
    right: 18rem;
  }

  .md\:right-80 {
    right: 20rem;
  }

  .md\:right-96 {
    right: 24rem;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:right-px {
    right: 1px;
  }

  .md\:right-0\.5 {
    right: 0.125rem;
  }

  .md\:right-1\.5 {
    right: 0.375rem;
  }

  .md\:right-2\.5 {
    right: 0.625rem;
  }

  .md\:right-3\.5 {
    right: 0.875rem;
  }

  .md\:-right-0 {
    right: 0px;
  }

  .md\:-right-1 {
    right: -0.25rem;
  }

  .md\:-right-2 {
    right: -0.5rem;
  }

  .md\:-right-3 {
    right: -0.75rem;
  }

  .md\:-right-4 {
    right: -1rem;
  }

  .md\:-right-5 {
    right: -1.25rem;
  }

  .md\:-right-6 {
    right: -1.5rem;
  }

  .md\:-right-7 {
    right: -1.75rem;
  }

  .md\:-right-8 {
    right: -2rem;
  }

  .md\:-right-9 {
    right: -2.25rem;
  }

  .md\:-right-10 {
    right: -2.5rem;
  }

  .md\:-right-11 {
    right: -2.75rem;
  }

  .md\:-right-12 {
    right: -3rem;
  }

  .md\:-right-14 {
    right: -3.5rem;
  }

  .md\:-right-16 {
    right: -4rem;
  }

  .md\:-right-20 {
    right: -5rem;
  }

  .md\:-right-24 {
    right: -6rem;
  }

  .md\:-right-28 {
    right: -7rem;
  }

  .md\:-right-32 {
    right: -8rem;
  }

  .md\:-right-36 {
    right: -9rem;
  }

  .md\:-right-40 {
    right: -10rem;
  }

  .md\:-right-44 {
    right: -11rem;
  }

  .md\:-right-48 {
    right: -12rem;
  }

  .md\:-right-52 {
    right: -13rem;
  }

  .md\:-right-56 {
    right: -14rem;
  }

  .md\:-right-60 {
    right: -15rem;
  }

  .md\:-right-64 {
    right: -16rem;
  }

  .md\:-right-72 {
    right: -18rem;
  }

  .md\:-right-80 {
    right: -20rem;
  }

  .md\:-right-96 {
    right: -24rem;
  }

  .md\:-right-px {
    right: -1px;
  }

  .md\:-right-0\.5 {
    right: -0.125rem;
  }

  .md\:-right-1\.5 {
    right: -0.375rem;
  }

  .md\:-right-2\.5 {
    right: -0.625rem;
  }

  .md\:-right-3\.5 {
    right: -0.875rem;
  }

  .md\:right-1\/2 {
    right: 50%;
  }

  .md\:right-1\/3 {
    right: 33.333333%;
  }

  .md\:right-2\/3 {
    right: 66.666667%;
  }

  .md\:right-1\/4 {
    right: 25%;
  }

  .md\:right-2\/4 {
    right: 50%;
  }

  .md\:right-3\/4 {
    right: 75%;
  }

  .md\:right-full {
    right: 100%;
  }

  .md\:-right-1\/2 {
    right: -50%;
  }

  .md\:-right-1\/3 {
    right: -33.333333%;
  }

  .md\:-right-2\/3 {
    right: -66.666667%;
  }

  .md\:-right-1\/4 {
    right: -25%;
  }

  .md\:-right-2\/4 {
    right: -50%;
  }

  .md\:-right-3\/4 {
    right: -75%;
  }

  .md\:-right-full {
    right: -100%;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:bottom-1 {
    bottom: 0.25rem;
  }

  .md\:bottom-2 {
    bottom: 0.5rem;
  }

  .md\:bottom-3 {
    bottom: 0.75rem;
  }

  .md\:bottom-4 {
    bottom: 1rem;
  }

  .md\:bottom-5 {
    bottom: 1.25rem;
  }

  .md\:bottom-6 {
    bottom: 1.5rem;
  }

  .md\:bottom-7 {
    bottom: 1.75rem;
  }

  .md\:bottom-8 {
    bottom: 2rem;
  }

  .md\:bottom-9 {
    bottom: 2.25rem;
  }

  .md\:bottom-10 {
    bottom: 2.5rem;
  }

  .md\:bottom-11 {
    bottom: 2.75rem;
  }

  .md\:bottom-12 {
    bottom: 3rem;
  }

  .md\:bottom-14 {
    bottom: 3.5rem;
  }

  .md\:bottom-16 {
    bottom: 4rem;
  }

  .md\:bottom-20 {
    bottom: 5rem;
  }

  .md\:bottom-24 {
    bottom: 6rem;
  }

  .md\:bottom-28 {
    bottom: 7rem;
  }

  .md\:bottom-32 {
    bottom: 8rem;
  }

  .md\:bottom-36 {
    bottom: 9rem;
  }

  .md\:bottom-40 {
    bottom: 10rem;
  }

  .md\:bottom-44 {
    bottom: 11rem;
  }

  .md\:bottom-48 {
    bottom: 12rem;
  }

  .md\:bottom-52 {
    bottom: 13rem;
  }

  .md\:bottom-56 {
    bottom: 14rem;
  }

  .md\:bottom-60 {
    bottom: 15rem;
  }

  .md\:bottom-64 {
    bottom: 16rem;
  }

  .md\:bottom-72 {
    bottom: 18rem;
  }

  .md\:bottom-80 {
    bottom: 20rem;
  }

  .md\:bottom-96 {
    bottom: 24rem;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:bottom-px {
    bottom: 1px;
  }

  .md\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .md\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .md\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .md\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .md\:-bottom-0 {
    bottom: 0px;
  }

  .md\:-bottom-1 {
    bottom: -0.25rem;
  }

  .md\:-bottom-2 {
    bottom: -0.5rem;
  }

  .md\:-bottom-3 {
    bottom: -0.75rem;
  }

  .md\:-bottom-4 {
    bottom: -1rem;
  }

  .md\:-bottom-5 {
    bottom: -1.25rem;
  }

  .md\:-bottom-6 {
    bottom: -1.5rem;
  }

  .md\:-bottom-7 {
    bottom: -1.75rem;
  }

  .md\:-bottom-8 {
    bottom: -2rem;
  }

  .md\:-bottom-9 {
    bottom: -2.25rem;
  }

  .md\:-bottom-10 {
    bottom: -2.5rem;
  }

  .md\:-bottom-11 {
    bottom: -2.75rem;
  }

  .md\:-bottom-12 {
    bottom: -3rem;
  }

  .md\:-bottom-14 {
    bottom: -3.5rem;
  }

  .md\:-bottom-16 {
    bottom: -4rem;
  }

  .md\:-bottom-20 {
    bottom: -5rem;
  }

  .md\:-bottom-24 {
    bottom: -6rem;
  }

  .md\:-bottom-28 {
    bottom: -7rem;
  }

  .md\:-bottom-32 {
    bottom: -8rem;
  }

  .md\:-bottom-36 {
    bottom: -9rem;
  }

  .md\:-bottom-40 {
    bottom: -10rem;
  }

  .md\:-bottom-44 {
    bottom: -11rem;
  }

  .md\:-bottom-48 {
    bottom: -12rem;
  }

  .md\:-bottom-52 {
    bottom: -13rem;
  }

  .md\:-bottom-56 {
    bottom: -14rem;
  }

  .md\:-bottom-60 {
    bottom: -15rem;
  }

  .md\:-bottom-64 {
    bottom: -16rem;
  }

  .md\:-bottom-72 {
    bottom: -18rem;
  }

  .md\:-bottom-80 {
    bottom: -20rem;
  }

  .md\:-bottom-96 {
    bottom: -24rem;
  }

  .md\:-bottom-px {
    bottom: -1px;
  }

  .md\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .md\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .md\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .md\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .md\:bottom-1\/2 {
    bottom: 50%;
  }

  .md\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .md\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .md\:bottom-1\/4 {
    bottom: 25%;
  }

  .md\:bottom-2\/4 {
    bottom: 50%;
  }

  .md\:bottom-3\/4 {
    bottom: 75%;
  }

  .md\:bottom-full {
    bottom: 100%;
  }

  .md\:-bottom-1\/2 {
    bottom: -50%;
  }

  .md\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .md\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .md\:-bottom-1\/4 {
    bottom: -25%;
  }

  .md\:-bottom-2\/4 {
    bottom: -50%;
  }

  .md\:-bottom-3\/4 {
    bottom: -75%;
  }

  .md\:-bottom-full {
    bottom: -100%;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:left-1 {
    left: 0.25rem;
  }

  .md\:left-2 {
    left: 0.5rem;
  }

  .md\:left-3 {
    left: 0.75rem;
  }

  .md\:left-4 {
    left: 1rem;
  }

  .md\:left-5 {
    left: 1.25rem;
  }

  .md\:left-6 {
    left: 1.5rem;
  }

  .md\:left-7 {
    left: 1.75rem;
  }

  .md\:left-8 {
    left: 2rem;
  }

  .md\:left-9 {
    left: 2.25rem;
  }

  .md\:left-10 {
    left: 2.5rem;
  }

  .md\:left-11 {
    left: 2.75rem;
  }

  .md\:left-12 {
    left: 3rem;
  }

  .md\:left-14 {
    left: 3.5rem;
  }

  .md\:left-16 {
    left: 4rem;
  }

  .md\:left-20 {
    left: 5rem;
  }

  .md\:left-24 {
    left: 6rem;
  }

  .md\:left-28 {
    left: 7rem;
  }

  .md\:left-32 {
    left: 8rem;
  }

  .md\:left-36 {
    left: 9rem;
  }

  .md\:left-40 {
    left: 10rem;
  }

  .md\:left-44 {
    left: 11rem;
  }

  .md\:left-48 {
    left: 12rem;
  }

  .md\:left-52 {
    left: 13rem;
  }

  .md\:left-56 {
    left: 14rem;
  }

  .md\:left-60 {
    left: 15rem;
  }

  .md\:left-64 {
    left: 16rem;
  }

  .md\:left-72 {
    left: 18rem;
  }

  .md\:left-80 {
    left: 20rem;
  }

  .md\:left-96 {
    left: 24rem;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:left-px {
    left: 1px;
  }

  .md\:left-0\.5 {
    left: 0.125rem;
  }

  .md\:left-1\.5 {
    left: 0.375rem;
  }

  .md\:left-2\.5 {
    left: 0.625rem;
  }

  .md\:left-3\.5 {
    left: 0.875rem;
  }

  .md\:-left-0 {
    left: 0px;
  }

  .md\:-left-1 {
    left: -0.25rem;
  }

  .md\:-left-2 {
    left: -0.5rem;
  }

  .md\:-left-3 {
    left: -0.75rem;
  }

  .md\:-left-4 {
    left: -1rem;
  }

  .md\:-left-5 {
    left: -1.25rem;
  }

  .md\:-left-6 {
    left: -1.5rem;
  }

  .md\:-left-7 {
    left: -1.75rem;
  }

  .md\:-left-8 {
    left: -2rem;
  }

  .md\:-left-9 {
    left: -2.25rem;
  }

  .md\:-left-10 {
    left: -2.5rem;
  }

  .md\:-left-11 {
    left: -2.75rem;
  }

  .md\:-left-12 {
    left: -3rem;
  }

  .md\:-left-14 {
    left: -3.5rem;
  }

  .md\:-left-16 {
    left: -4rem;
  }

  .md\:-left-20 {
    left: -5rem;
  }

  .md\:-left-24 {
    left: -6rem;
  }

  .md\:-left-28 {
    left: -7rem;
  }

  .md\:-left-32 {
    left: -8rem;
  }

  .md\:-left-36 {
    left: -9rem;
  }

  .md\:-left-40 {
    left: -10rem;
  }

  .md\:-left-44 {
    left: -11rem;
  }

  .md\:-left-48 {
    left: -12rem;
  }

  .md\:-left-52 {
    left: -13rem;
  }

  .md\:-left-56 {
    left: -14rem;
  }

  .md\:-left-60 {
    left: -15rem;
  }

  .md\:-left-64 {
    left: -16rem;
  }

  .md\:-left-72 {
    left: -18rem;
  }

  .md\:-left-80 {
    left: -20rem;
  }

  .md\:-left-96 {
    left: -24rem;
  }

  .md\:-left-px {
    left: -1px;
  }

  .md\:-left-0\.5 {
    left: -0.125rem;
  }

  .md\:-left-1\.5 {
    left: -0.375rem;
  }

  .md\:-left-2\.5 {
    left: -0.625rem;
  }

  .md\:-left-3\.5 {
    left: -0.875rem;
  }

  .md\:left-1\/2 {
    left: 50%;
  }

  .md\:left-1\/3 {
    left: 33.333333%;
  }

  .md\:left-2\/3 {
    left: 66.666667%;
  }

  .md\:left-1\/4 {
    left: 25%;
  }

  .md\:left-2\/4 {
    left: 50%;
  }

  .md\:left-3\/4 {
    left: 75%;
  }

  .md\:left-full {
    left: 100%;
  }

  .md\:-left-1\/2 {
    left: -50%;
  }

  .md\:-left-1\/3 {
    left: -33.333333%;
  }

  .md\:-left-2\/3 {
    left: -66.666667%;
  }

  .md\:-left-1\/4 {
    left: -25%;
  }

  .md\:-left-2\/4 {
    left: -50%;
  }

  .md\:-left-3\/4 {
    left: -75%;
  }

  .md\:-left-full {
    left: -100%;
  }

  .md\:isolate {
    isolation: isolate;
  }

  .md\:isolation-auto {
    isolation: auto;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:-z-1 {
    z-index: -1;
  }

  .md\:-z-2 {
    z-index: -2;
  }

  .md\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .md\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .md\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .md\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .md\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .md\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .md\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .md\:focus-within\:-z-1:focus-within {
    z-index: -1;
  }

  .md\:focus-within\:-z-2:focus-within {
    z-index: -2;
  }

  .md\:focus\:z-0:focus {
    z-index: 0;
  }

  .md\:focus\:z-10:focus {
    z-index: 10;
  }

  .md\:focus\:z-20:focus {
    z-index: 20;
  }

  .md\:focus\:z-30:focus {
    z-index: 30;
  }

  .md\:focus\:z-40:focus {
    z-index: 40;
  }

  .md\:focus\:z-50:focus {
    z-index: 50;
  }

  .md\:focus\:z-auto:focus {
    z-index: auto;
  }

  .md\:focus\:-z-1:focus {
    z-index: -1;
  }

  .md\:focus\:-z-2:focus {
    z-index: -2;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:order-5 {
    order: 5;
  }

  .md\:order-6 {
    order: 6;
  }

  .md\:order-7 {
    order: 7;
  }

  .md\:order-8 {
    order: 8;
  }

  .md\:order-9 {
    order: 9;
  }

  .md\:order-10 {
    order: 10;
  }

  .md\:order-11 {
    order: 11;
  }

  .md\:order-12 {
    order: 12;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:order-none {
    order: 0;
  }

  .md\:col-auto {
    grid-column: auto;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-full {
    grid-column: 1 / -1;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-8 {
    grid-column-start: 8;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:col-start-10 {
    grid-column-start: 10;
  }

  .md\:col-start-11 {
    grid-column-start: 11;
  }

  .md\:col-start-12 {
    grid-column-start: 12;
  }

  .md\:col-start-13 {
    grid-column-start: 13;
  }

  .md\:col-start-auto {
    grid-column-start: auto;
  }

  .md\:col-end-1 {
    grid-column-end: 1;
  }

  .md\:col-end-2 {
    grid-column-end: 2;
  }

  .md\:col-end-3 {
    grid-column-end: 3;
  }

  .md\:col-end-4 {
    grid-column-end: 4;
  }

  .md\:col-end-5 {
    grid-column-end: 5;
  }

  .md\:col-end-6 {
    grid-column-end: 6;
  }

  .md\:col-end-7 {
    grid-column-end: 7;
  }

  .md\:col-end-8 {
    grid-column-end: 8;
  }

  .md\:col-end-9 {
    grid-column-end: 9;
  }

  .md\:col-end-10 {
    grid-column-end: 10;
  }

  .md\:col-end-11 {
    grid-column-end: 11;
  }

  .md\:col-end-12 {
    grid-column-end: 12;
  }

  .md\:col-end-13 {
    grid-column-end: 13;
  }

  .md\:col-end-auto {
    grid-column-end: auto;
  }

  .md\:row-auto {
    grid-row: auto;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .md\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .md\:row-span-full {
    grid-row: 1 / -1;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:row-start-3 {
    grid-row-start: 3;
  }

  .md\:row-start-4 {
    grid-row-start: 4;
  }

  .md\:row-start-5 {
    grid-row-start: 5;
  }

  .md\:row-start-6 {
    grid-row-start: 6;
  }

  .md\:row-start-7 {
    grid-row-start: 7;
  }

  .md\:row-start-auto {
    grid-row-start: auto;
  }

  .md\:row-end-1 {
    grid-row-end: 1;
  }

  .md\:row-end-2 {
    grid-row-end: 2;
  }

  .md\:row-end-3 {
    grid-row-end: 3;
  }

  .md\:row-end-4 {
    grid-row-end: 4;
  }

  .md\:row-end-5 {
    grid-row-end: 5;
  }

  .md\:row-end-6 {
    grid-row-end: 6;
  }

  .md\:row-end-7 {
    grid-row-end: 7;
  }

  .md\:row-end-auto {
    grid-row-end: auto;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clear-left {
    clear: left;
  }

  .md\:clear-right {
    clear: right;
  }

  .md\:clear-both {
    clear: both;
  }

  .md\:clear-none {
    clear: none;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:m-1 {
    margin: 0.25rem;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:m-3 {
    margin: 0.75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-7 {
    margin: 1.75rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-9 {
    margin: 2.25rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-11 {
    margin: 2.75rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:m-14 {
    margin: 3.5rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:m-20 {
    margin: 5rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-28 {
    margin: 7rem;
  }

  .md\:m-32 {
    margin: 8rem;
  }

  .md\:m-36 {
    margin: 9rem;
  }

  .md\:m-40 {
    margin: 10rem;
  }

  .md\:m-44 {
    margin: 11rem;
  }

  .md\:m-48 {
    margin: 12rem;
  }

  .md\:m-52 {
    margin: 13rem;
  }

  .md\:m-56 {
    margin: 14rem;
  }

  .md\:m-60 {
    margin: 15rem;
  }

  .md\:m-64 {
    margin: 16rem;
  }

  .md\:m-72 {
    margin: 18rem;
  }

  .md\:m-80 {
    margin: 20rem;
  }

  .md\:m-96 {
    margin: 24rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:m-0\.5 {
    margin: 0.125rem;
  }

  .md\:m-1\.5 {
    margin: 0.375rem;
  }

  .md\:m-2\.5 {
    margin: 0.625rem;
  }

  .md\:m-3\.5 {
    margin: 0.875rem;
  }

  .md\:-m-0 {
    margin: 0px;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:-m-5 {
    margin: -1.25rem;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-7 {
    margin: -1.75rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-9 {
    margin: -2.25rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

  .md\:-m-11 {
    margin: -2.75rem;
  }

  .md\:-m-12 {
    margin: -3rem;
  }

  .md\:-m-14 {
    margin: -3.5rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-20 {
    margin: -5rem;
  }

  .md\:-m-24 {
    margin: -6rem;
  }

  .md\:-m-28 {
    margin: -7rem;
  }

  .md\:-m-32 {
    margin: -8rem;
  }

  .md\:-m-36 {
    margin: -9rem;
  }

  .md\:-m-40 {
    margin: -10rem;
  }

  .md\:-m-44 {
    margin: -11rem;
  }

  .md\:-m-48 {
    margin: -12rem;
  }

  .md\:-m-52 {
    margin: -13rem;
  }

  .md\:-m-56 {
    margin: -14rem;
  }

  .md\:-m-60 {
    margin: -15rem;
  }

  .md\:-m-64 {
    margin: -16rem;
  }

  .md\:-m-72 {
    margin: -18rem;
  }

  .md\:-m-80 {
    margin: -20rem;
  }

  .md\:-m-96 {
    margin: -24rem;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:-m-0\.5 {
    margin: -0.125rem;
  }

  .md\:-m-1\.5 {
    margin: -0.375rem;
  }

  .md\:-m-2\.5 {
    margin: -0.625rem;
  }

  .md\:-m-3\.5 {
    margin: -0.875rem;
  }

  .md\:m-8p {
    margin: 8%;
  }

  .md\:-m-20px {
    margin: -20px;
  }

  .md\:-m-10px {
    margin: -10px;
  }

  .md\:m-5px {
    margin: 5px;
  }

  .md\:m-6px {
    margin: 6px;
  }

  .md\:m-8px {
    margin: 8px;
  }

  .md\:m-10px {
    margin: 10px;
  }

  .md\:m-12px {
    margin: 12px;
  }

  .md\:m-14px {
    margin: 14px;
  }

  .md\:m-16px {
    margin: 16px;
  }

  .md\:m-18px {
    margin: 18px;
  }

  .md\:m-20px {
    margin: 20px;
  }

  .md\:m-24px {
    margin: 24px;
  }

  .md\:m-26px {
    margin: 26px;
  }

  .md\:m-30px {
    margin: 30px;
  }

  .md\:m-32px {
    margin: 32px;
  }

  .md\:m-34px {
    margin: 34px;
  }

  .md\:m-36px {
    margin: 36px;
  }

  .md\:m-40px {
    margin: 40px;
  }

  .md\:m-48px {
    margin: 48px;
  }

  .md\:m-50px {
    margin: 50px;
  }

  .md\:m-60px {
    margin: 60px;
  }

  .md\:m-70px {
    margin: 70px;
  }

  .md\:m-78px {
    margin: 78px;
  }

  .md\:m-80px {
    margin: 80px;
  }

  .md\:m-90px {
    margin: 90px;
  }

  .md\:m-100px {
    margin: 100px;
  }

  .md\:m-120px {
    margin: 120px;
  }

  .md\:m-145px {
    margin: 145px;
  }

  .md\:m-172px {
    margin: 172px;
  }

  .md\:m-185px {
    margin: 185px;
  }

  .md\:m-200px {
    margin: 200px;
  }

  .md\:m-260px {
    margin: 260px;
  }

  .md\:m-268px {
    margin: 268px;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:mx-8p {
    margin-left: 8%;
    margin-right: 8%;
  }

  .md\:-mx-20px {
    margin-left: -20px;
    margin-right: -20px;
  }

  .md\:-mx-10px {
    margin-left: -10px;
    margin-right: -10px;
  }

  .md\:mx-5px {
    margin-left: 5px;
    margin-right: 5px;
  }

  .md\:mx-6px {
    margin-left: 6px;
    margin-right: 6px;
  }

  .md\:mx-8px {
    margin-left: 8px;
    margin-right: 8px;
  }

  .md\:mx-10px {
    margin-left: 10px;
    margin-right: 10px;
  }

  .md\:mx-12px {
    margin-left: 12px;
    margin-right: 12px;
  }

  .md\:mx-14px {
    margin-left: 14px;
    margin-right: 14px;
  }

  .md\:mx-16px {
    margin-left: 16px;
    margin-right: 16px;
  }

  .md\:mx-18px {
    margin-left: 18px;
    margin-right: 18px;
  }

  .md\:mx-20px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .md\:mx-24px {
    margin-left: 24px;
    margin-right: 24px;
  }

  .md\:mx-26px {
    margin-left: 26px;
    margin-right: 26px;
  }

  .md\:mx-30px {
    margin-left: 30px;
    margin-right: 30px;
  }

  .md\:mx-32px {
    margin-left: 32px;
    margin-right: 32px;
  }

  .md\:mx-34px {
    margin-left: 34px;
    margin-right: 34px;
  }

  .md\:mx-36px {
    margin-left: 36px;
    margin-right: 36px;
  }

  .md\:mx-40px {
    margin-left: 40px;
    margin-right: 40px;
  }

  .md\:mx-48px {
    margin-left: 48px;
    margin-right: 48px;
  }

  .md\:mx-50px {
    margin-left: 50px;
    margin-right: 50px;
  }

  .md\:mx-60px {
    margin-left: 60px;
    margin-right: 60px;
  }

  .md\:mx-70px {
    margin-left: 70px;
    margin-right: 70px;
  }

  .md\:mx-78px {
    margin-left: 78px;
    margin-right: 78px;
  }

  .md\:mx-80px {
    margin-left: 80px;
    margin-right: 80px;
  }

  .md\:mx-90px {
    margin-left: 90px;
    margin-right: 90px;
  }

  .md\:mx-100px {
    margin-left: 100px;
    margin-right: 100px;
  }

  .md\:mx-120px {
    margin-left: 120px;
    margin-right: 120px;
  }

  .md\:mx-145px {
    margin-left: 145px;
    margin-right: 145px;
  }

  .md\:mx-172px {
    margin-left: 172px;
    margin-right: 172px;
  }

  .md\:mx-185px {
    margin-left: 185px;
    margin-right: 185px;
  }

  .md\:mx-200px {
    margin-left: 200px;
    margin-right: 200px;
  }

  .md\:mx-260px {
    margin-left: 260px;
    margin-right: 260px;
  }

  .md\:mx-268px {
    margin-left: 268px;
    margin-right: 268px;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:my-8p {
    margin-top: 8%;
    margin-bottom: 8%;
  }

  .md\:-my-20px {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .md\:-my-10px {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .md\:my-5px {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .md\:my-6px {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .md\:my-8px {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .md\:my-10px {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .md\:my-12px {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .md\:my-14px {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .md\:my-16px {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .md\:my-18px {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .md\:my-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md\:my-24px {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .md\:my-26px {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .md\:my-30px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md\:my-32px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .md\:my-34px {
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .md\:my-36px {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .md\:my-40px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md\:my-48px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .md\:my-50px {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .md\:my-60px {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .md\:my-70px {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .md\:my-78px {
    margin-top: 78px;
    margin-bottom: 78px;
  }

  .md\:my-80px {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .md\:my-90px {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .md\:my-100px {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .md\:my-120px {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .md\:my-145px {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .md\:my-172px {
    margin-top: 172px;
    margin-bottom: 172px;
  }

  .md\:my-185px {
    margin-top: 185px;
    margin-bottom: 185px;
  }

  .md\:my-200px {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .md\:my-260px {
    margin-top: 260px;
    margin-bottom: 260px;
  }

  .md\:my-268px {
    margin-top: 268px;
    margin-bottom: 268px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-11 {
    margin-top: 2.75rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mt-36 {
    margin-top: 9rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:mt-44 {
    margin-top: 11rem;
  }

  .md\:mt-48 {
    margin-top: 12rem;
  }

  .md\:mt-52 {
    margin-top: 13rem;
  }

  .md\:mt-56 {
    margin-top: 14rem;
  }

  .md\:mt-60 {
    margin-top: 15rem;
  }

  .md\:mt-64 {
    margin-top: 16rem;
  }

  .md\:mt-72 {
    margin-top: 18rem;
  }

  .md\:mt-80 {
    margin-top: 20rem;
  }

  .md\:mt-96 {
    margin-top: 24rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .md\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .md\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .md\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .md\:-mt-0 {
    margin-top: 0px;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:-mt-7 {
    margin-top: -1.75rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mt-9 {
    margin-top: -2.25rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mt-11 {
    margin-top: -2.75rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:-mt-14 {
    margin-top: -3.5rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:-mt-28 {
    margin-top: -7rem;
  }

  .md\:-mt-32 {
    margin-top: -8rem;
  }

  .md\:-mt-36 {
    margin-top: -9rem;
  }

  .md\:-mt-40 {
    margin-top: -10rem;
  }

  .md\:-mt-44 {
    margin-top: -11rem;
  }

  .md\:-mt-48 {
    margin-top: -12rem;
  }

  .md\:-mt-52 {
    margin-top: -13rem;
  }

  .md\:-mt-56 {
    margin-top: -14rem;
  }

  .md\:-mt-60 {
    margin-top: -15rem;
  }

  .md\:-mt-64 {
    margin-top: -16rem;
  }

  .md\:-mt-72 {
    margin-top: -18rem;
  }

  .md\:-mt-80 {
    margin-top: -20rem;
  }

  .md\:-mt-96 {
    margin-top: -24rem;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .md\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .md\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .md\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .md\:mt-8p {
    margin-top: 8%;
  }

  .md\:-mt-20px {
    margin-top: -20px;
  }

  .md\:-mt-10px {
    margin-top: -10px;
  }

  .md\:mt-5px {
    margin-top: 5px;
  }

  .md\:mt-6px {
    margin-top: 6px;
  }

  .md\:mt-8px {
    margin-top: 8px;
  }

  .md\:mt-10px {
    margin-top: 10px;
  }

  .md\:mt-12px {
    margin-top: 12px;
  }

  .md\:mt-14px {
    margin-top: 14px;
  }

  .md\:mt-16px {
    margin-top: 16px;
  }

  .md\:mt-18px {
    margin-top: 18px;
  }

  .md\:mt-20px {
    margin-top: 20px;
  }

  .md\:mt-24px {
    margin-top: 24px;
  }

  .md\:mt-26px {
    margin-top: 26px;
  }

  .md\:mt-30px {
    margin-top: 30px;
  }

  .md\:mt-32px {
    margin-top: 32px;
  }

  .md\:mt-34px {
    margin-top: 34px;
  }

  .md\:mt-36px {
    margin-top: 36px;
  }

  .md\:mt-40px {
    margin-top: 40px;
  }

  .md\:mt-48px {
    margin-top: 48px;
  }

  .md\:mt-50px {
    margin-top: 50px;
  }

  .md\:mt-60px {
    margin-top: 60px;
  }

  .md\:mt-70px {
    margin-top: 70px;
  }

  .md\:mt-78px {
    margin-top: 78px;
  }

  .md\:mt-80px {
    margin-top: 80px;
  }

  .md\:mt-90px {
    margin-top: 90px;
  }

  .md\:mt-100px {
    margin-top: 100px;
  }

  .md\:mt-120px {
    margin-top: 120px;
  }

  .md\:mt-145px {
    margin-top: 145px;
  }

  .md\:mt-172px {
    margin-top: 172px;
  }

  .md\:mt-185px {
    margin-top: 185px;
  }

  .md\:mt-200px {
    margin-top: 200px;
  }

  .md\:mt-260px {
    margin-top: 260px;
  }

  .md\:mt-268px {
    margin-top: 268px;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mr-9 {
    margin-right: 2.25rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mr-11 {
    margin-right: 2.75rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mr-14 {
    margin-right: 3.5rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mr-28 {
    margin-right: 7rem;
  }

  .md\:mr-32 {
    margin-right: 8rem;
  }

  .md\:mr-36 {
    margin-right: 9rem;
  }

  .md\:mr-40 {
    margin-right: 10rem;
  }

  .md\:mr-44 {
    margin-right: 11rem;
  }

  .md\:mr-48 {
    margin-right: 12rem;
  }

  .md\:mr-52 {
    margin-right: 13rem;
  }

  .md\:mr-56 {
    margin-right: 14rem;
  }

  .md\:mr-60 {
    margin-right: 15rem;
  }

  .md\:mr-64 {
    margin-right: 16rem;
  }

  .md\:mr-72 {
    margin-right: 18rem;
  }

  .md\:mr-80 {
    margin-right: 20rem;
  }

  .md\:mr-96 {
    margin-right: 24rem;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .md\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .md\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .md\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .md\:-mr-0 {
    margin-right: 0px;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mr-7 {
    margin-right: -1.75rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mr-9 {
    margin-right: -2.25rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:-mr-11 {
    margin-right: -2.75rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mr-14 {
    margin-right: -3.5rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:-mr-20 {
    margin-right: -5rem;
  }

  .md\:-mr-24 {
    margin-right: -6rem;
  }

  .md\:-mr-28 {
    margin-right: -7rem;
  }

  .md\:-mr-32 {
    margin-right: -8rem;
  }

  .md\:-mr-36 {
    margin-right: -9rem;
  }

  .md\:-mr-40 {
    margin-right: -10rem;
  }

  .md\:-mr-44 {
    margin-right: -11rem;
  }

  .md\:-mr-48 {
    margin-right: -12rem;
  }

  .md\:-mr-52 {
    margin-right: -13rem;
  }

  .md\:-mr-56 {
    margin-right: -14rem;
  }

  .md\:-mr-60 {
    margin-right: -15rem;
  }

  .md\:-mr-64 {
    margin-right: -16rem;
  }

  .md\:-mr-72 {
    margin-right: -18rem;
  }

  .md\:-mr-80 {
    margin-right: -20rem;
  }

  .md\:-mr-96 {
    margin-right: -24rem;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .md\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .md\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .md\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .md\:mr-8p {
    margin-right: 8%;
  }

  .md\:-mr-20px {
    margin-right: -20px;
  }

  .md\:-mr-10px {
    margin-right: -10px;
  }

  .md\:mr-5px {
    margin-right: 5px;
  }

  .md\:mr-6px {
    margin-right: 6px;
  }

  .md\:mr-8px {
    margin-right: 8px;
  }

  .md\:mr-10px {
    margin-right: 10px;
  }

  .md\:mr-12px {
    margin-right: 12px;
  }

  .md\:mr-14px {
    margin-right: 14px;
  }

  .md\:mr-16px {
    margin-right: 16px;
  }

  .md\:mr-18px {
    margin-right: 18px;
  }

  .md\:mr-20px {
    margin-right: 20px;
  }

  .md\:mr-24px {
    margin-right: 24px;
  }

  .md\:mr-26px {
    margin-right: 26px;
  }

  .md\:mr-30px {
    margin-right: 30px;
  }

  .md\:mr-32px {
    margin-right: 32px;
  }

  .md\:mr-34px {
    margin-right: 34px;
  }

  .md\:mr-36px {
    margin-right: 36px;
  }

  .md\:mr-40px {
    margin-right: 40px;
  }

  .md\:mr-48px {
    margin-right: 48px;
  }

  .md\:mr-50px {
    margin-right: 50px;
  }

  .md\:mr-60px {
    margin-right: 60px;
  }

  .md\:mr-70px {
    margin-right: 70px;
  }

  .md\:mr-78px {
    margin-right: 78px;
  }

  .md\:mr-80px {
    margin-right: 80px;
  }

  .md\:mr-90px {
    margin-right: 90px;
  }

  .md\:mr-100px {
    margin-right: 100px;
  }

  .md\:mr-120px {
    margin-right: 120px;
  }

  .md\:mr-145px {
    margin-right: 145px;
  }

  .md\:mr-172px {
    margin-right: 172px;
  }

  .md\:mr-185px {
    margin-right: 185px;
  }

  .md\:mr-200px {
    margin-right: 200px;
  }

  .md\:mr-260px {
    margin-right: 260px;
  }

  .md\:mr-268px {
    margin-right: 268px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:mb-36 {
    margin-bottom: 9rem;
  }

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:mb-44 {
    margin-bottom: 11rem;
  }

  .md\:mb-48 {
    margin-bottom: 12rem;
  }

  .md\:mb-52 {
    margin-bottom: 13rem;
  }

  .md\:mb-56 {
    margin-bottom: 14rem;
  }

  .md\:mb-60 {
    margin-bottom: 15rem;
  }

  .md\:mb-64 {
    margin-bottom: 16rem;
  }

  .md\:mb-72 {
    margin-bottom: 18rem;
  }

  .md\:mb-80 {
    margin-bottom: 20rem;
  }

  .md\:mb-96 {
    margin-bottom: 24rem;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .md\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .md\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .md\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .md\:-mb-0 {
    margin-bottom: 0px;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem;
  }

  .md\:-mb-28 {
    margin-bottom: -7rem;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem;
  }

  .md\:-mb-36 {
    margin-bottom: -9rem;
  }

  .md\:-mb-40 {
    margin-bottom: -10rem;
  }

  .md\:-mb-44 {
    margin-bottom: -11rem;
  }

  .md\:-mb-48 {
    margin-bottom: -12rem;
  }

  .md\:-mb-52 {
    margin-bottom: -13rem;
  }

  .md\:-mb-56 {
    margin-bottom: -14rem;
  }

  .md\:-mb-60 {
    margin-bottom: -15rem;
  }

  .md\:-mb-64 {
    margin-bottom: -16rem;
  }

  .md\:-mb-72 {
    margin-bottom: -18rem;
  }

  .md\:-mb-80 {
    margin-bottom: -20rem;
  }

  .md\:-mb-96 {
    margin-bottom: -24rem;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .md\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .md\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .md\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .md\:mb-8p {
    margin-bottom: 8%;
  }

  .md\:-mb-20px {
    margin-bottom: -20px;
  }

  .md\:-mb-10px {
    margin-bottom: -10px;
  }

  .md\:mb-5px {
    margin-bottom: 5px;
  }

  .md\:mb-6px {
    margin-bottom: 6px;
  }

  .md\:mb-8px {
    margin-bottom: 8px;
  }

  .md\:mb-10px {
    margin-bottom: 10px;
  }

  .md\:mb-12px {
    margin-bottom: 12px;
  }

  .md\:mb-14px {
    margin-bottom: 14px;
  }

  .md\:mb-16px {
    margin-bottom: 16px;
  }

  .md\:mb-18px {
    margin-bottom: 18px;
  }

  .md\:mb-20px {
    margin-bottom: 20px;
  }

  .md\:mb-24px {
    margin-bottom: 24px;
  }

  .md\:mb-26px {
    margin-bottom: 26px;
  }

  .md\:mb-30px {
    margin-bottom: 30px;
  }

  .md\:mb-32px {
    margin-bottom: 32px;
  }

  .md\:mb-34px {
    margin-bottom: 34px;
  }

  .md\:mb-36px {
    margin-bottom: 36px;
  }

  .md\:mb-40px {
    margin-bottom: 40px;
  }

  .md\:mb-48px {
    margin-bottom: 48px;
  }

  .md\:mb-50px {
    margin-bottom: 50px;
  }

  .md\:mb-60px {
    margin-bottom: 60px;
  }

  .md\:mb-70px {
    margin-bottom: 70px;
  }

  .md\:mb-78px {
    margin-bottom: 78px;
  }

  .md\:mb-80px {
    margin-bottom: 80px;
  }

  .md\:mb-90px {
    margin-bottom: 90px;
  }

  .md\:mb-100px {
    margin-bottom: 100px;
  }

  .md\:mb-120px {
    margin-bottom: 120px;
  }

  .md\:mb-145px {
    margin-bottom: 145px;
  }

  .md\:mb-172px {
    margin-bottom: 172px;
  }

  .md\:mb-185px {
    margin-bottom: 185px;
  }

  .md\:mb-200px {
    margin-bottom: 200px;
  }

  .md\:mb-260px {
    margin-bottom: 260px;
  }

  .md\:mb-268px {
    margin-bottom: 268px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:ml-9 {
    margin-left: 2.25rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:ml-11 {
    margin-left: 2.75rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:ml-14 {
    margin-left: 3.5rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:ml-28 {
    margin-left: 7rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:ml-36 {
    margin-left: 9rem;
  }

  .md\:ml-40 {
    margin-left: 10rem;
  }

  .md\:ml-44 {
    margin-left: 11rem;
  }

  .md\:ml-48 {
    margin-left: 12rem;
  }

  .md\:ml-52 {
    margin-left: 13rem;
  }

  .md\:ml-56 {
    margin-left: 14rem;
  }

  .md\:ml-60 {
    margin-left: 15rem;
  }

  .md\:ml-64 {
    margin-left: 16rem;
  }

  .md\:ml-72 {
    margin-left: 18rem;
  }

  .md\:ml-80 {
    margin-left: 20rem;
  }

  .md\:ml-96 {
    margin-left: 24rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .md\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .md\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .md\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .md\:-ml-0 {
    margin-left: 0px;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-ml-7 {
    margin-left: -1.75rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-ml-9 {
    margin-left: -2.25rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:-ml-11 {
    margin-left: -2.75rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-ml-14 {
    margin-left: -3.5rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:-ml-20 {
    margin-left: -5rem;
  }

  .md\:-ml-24 {
    margin-left: -6rem;
  }

  .md\:-ml-28 {
    margin-left: -7rem;
  }

  .md\:-ml-32 {
    margin-left: -8rem;
  }

  .md\:-ml-36 {
    margin-left: -9rem;
  }

  .md\:-ml-40 {
    margin-left: -10rem;
  }

  .md\:-ml-44 {
    margin-left: -11rem;
  }

  .md\:-ml-48 {
    margin-left: -12rem;
  }

  .md\:-ml-52 {
    margin-left: -13rem;
  }

  .md\:-ml-56 {
    margin-left: -14rem;
  }

  .md\:-ml-60 {
    margin-left: -15rem;
  }

  .md\:-ml-64 {
    margin-left: -16rem;
  }

  .md\:-ml-72 {
    margin-left: -18rem;
  }

  .md\:-ml-80 {
    margin-left: -20rem;
  }

  .md\:-ml-96 {
    margin-left: -24rem;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .md\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .md\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .md\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .md\:ml-8p {
    margin-left: 8%;
  }

  .md\:-ml-20px {
    margin-left: -20px;
  }

  .md\:-ml-10px {
    margin-left: -10px;
  }

  .md\:ml-5px {
    margin-left: 5px;
  }

  .md\:ml-6px {
    margin-left: 6px;
  }

  .md\:ml-8px {
    margin-left: 8px;
  }

  .md\:ml-10px {
    margin-left: 10px;
  }

  .md\:ml-12px {
    margin-left: 12px;
  }

  .md\:ml-14px {
    margin-left: 14px;
  }

  .md\:ml-16px {
    margin-left: 16px;
  }

  .md\:ml-18px {
    margin-left: 18px;
  }

  .md\:ml-20px {
    margin-left: 20px;
  }

  .md\:ml-24px {
    margin-left: 24px;
  }

  .md\:ml-26px {
    margin-left: 26px;
  }

  .md\:ml-30px {
    margin-left: 30px;
  }

  .md\:ml-32px {
    margin-left: 32px;
  }

  .md\:ml-34px {
    margin-left: 34px;
  }

  .md\:ml-36px {
    margin-left: 36px;
  }

  .md\:ml-40px {
    margin-left: 40px;
  }

  .md\:ml-48px {
    margin-left: 48px;
  }

  .md\:ml-50px {
    margin-left: 50px;
  }

  .md\:ml-60px {
    margin-left: 60px;
  }

  .md\:ml-70px {
    margin-left: 70px;
  }

  .md\:ml-78px {
    margin-left: 78px;
  }

  .md\:ml-80px {
    margin-left: 80px;
  }

  .md\:ml-90px {
    margin-left: 90px;
  }

  .md\:ml-100px {
    margin-left: 100px;
  }

  .md\:ml-120px {
    margin-left: 120px;
  }

  .md\:ml-145px {
    margin-left: 145px;
  }

  .md\:ml-172px {
    margin-left: 172px;
  }

  .md\:ml-185px {
    margin-left: 185px;
  }

  .md\:ml-200px {
    margin-left: 200px;
  }

  .md\:ml-260px {
    margin-left: 260px;
  }

  .md\:ml-268px {
    margin-left: 268px;
  }

  .md\:box-border {
    box-sizing: border-box;
  }

  .md\:box-content {
    box-sizing: content-box;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:table {
    display: table;
  }

  .md\:inline-table {
    display: inline-table;
  }

  .md\:table-caption {
    display: table-caption;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:table-column {
    display: table-column;
  }

  .md\:table-column-group {
    display: table-column-group;
  }

  .md\:table-footer-group {
    display: table-footer-group;
  }

  .md\:table-header-group {
    display: table-header-group;
  }

  .md\:table-row-group {
    display: table-row-group;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:flow-root {
    display: flow-root;
  }

  .md\:grid {
    display: grid;
  }

  .md\:inline-grid {
    display: inline-grid;
  }

  .md\:contents {
    display: contents;
  }

  .md\:list-item {
    display: list-item;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-0 {
    height: 0px;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

  .md\:h-2 {
    height: 0.5rem;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-36 {
    height: 9rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-44 {
    height: 11rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-52 {
    height: 13rem;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-60 {
    height: 15rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-72 {
    height: 18rem;
  }

  .md\:h-80 {
    height: 20rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-0\.5 {
    height: 0.125rem;
  }

  .md\:h-1\.5 {
    height: 0.375rem;
  }

  .md\:h-2\.5 {
    height: 0.625rem;
  }

  .md\:h-3\.5 {
    height: 0.875rem;
  }

  .md\:h-1\/2 {
    height: 50%;
  }

  .md\:h-1\/3 {
    height: 33.333333%;
  }

  .md\:h-2\/3 {
    height: 66.666667%;
  }

  .md\:h-1\/4 {
    height: 25%;
  }

  .md\:h-2\/4 {
    height: 50%;
  }

  .md\:h-3\/4 {
    height: 75%;
  }

  .md\:h-1\/5 {
    height: 20%;
  }

  .md\:h-2\/5 {
    height: 40%;
  }

  .md\:h-3\/5 {
    height: 60%;
  }

  .md\:h-4\/5 {
    height: 80%;
  }

  .md\:h-1\/6 {
    height: 16.666667%;
  }

  .md\:h-2\/6 {
    height: 33.333333%;
  }

  .md\:h-3\/6 {
    height: 50%;
  }

  .md\:h-4\/6 {
    height: 66.666667%;
  }

  .md\:h-5\/6 {
    height: 83.333333%;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:h-divider {
    height: 1px;
  }

  .md\:h-2px {
    height: 2px;
  }

  .md\:h-24px {
    height: 24px;
  }

  .md\:h-28px {
    height: 28px;
  }

  .md\:h-30px {
    height: 30px;
  }

  .md\:h-32px {
    height: 32px;
  }

  .md\:h-36px {
    height: 36px;
  }

  .md\:h-38px {
    height: 38px;
  }

  .md\:h-40px {
    height: 40px;
  }

  .md\:h-42px {
    height: 42px;
  }

  .md\:h-44px {
    height: 44px;
  }

  .md\:h-48px {
    height: 48px;
  }

  .md\:h-54px {
    height: 54px;
  }

  .md\:h-56px {
    height: 56px;
  }

  .md\:h-58px {
    height: 58px;
  }

  .md\:h-68px {
    height: 68px;
  }

  .md\:h-82px {
    height: 82px;
  }

  .md\:h-125px {
    height: 125px;
  }

  .md\:h-132px {
    height: 132px;
  }

  .md\:h-198px {
    height: 198px;
  }

  .md\:h-229px {
    height: 229px;
  }

  .md\:h-319px {
    height: 319px;
  }

  .md\:h-400px {
    height: 400px;
  }

  .md\:h-420px {
    height: 420px;
  }

  .md\:h-450px {
    height: 450px;
  }

  .md\:h-465px {
    height: 465px;
  }

  .md\:h-485px {
    height: 485px;
  }

  .md\:h-501px {
    height: 501px;
  }

  .md\:h-558px {
    height: 558px;
  }

  .md\:h-526px {
    height: 526px;
  }

  .md\:h-533px {
    height: 533px;
  }

  .md\:h-566px {
    height: 566px;
  }

  .md\:h-617px {
    height: 617px;
  }

  .md\:h-756px {
    height: 756px;
  }

  .md\:h-768px {
    height: 768px;
  }

  .md\:h-800px {
    height: 800px;
  }

  .md\:h-860px {
    height: 860px;
  }

  .md\:max-h-0 {
    max-height: 0px;
  }

  .md\:max-h-1 {
    max-height: 0.25rem;
  }

  .md\:max-h-2 {
    max-height: 0.5rem;
  }

  .md\:max-h-3 {
    max-height: 0.75rem;
  }

  .md\:max-h-4 {
    max-height: 1rem;
  }

  .md\:max-h-5 {
    max-height: 1.25rem;
  }

  .md\:max-h-6 {
    max-height: 1.5rem;
  }

  .md\:max-h-7 {
    max-height: 1.75rem;
  }

  .md\:max-h-8 {
    max-height: 2rem;
  }

  .md\:max-h-9 {
    max-height: 2.25rem;
  }

  .md\:max-h-10 {
    max-height: 2.5rem;
  }

  .md\:max-h-11 {
    max-height: 2.75rem;
  }

  .md\:max-h-12 {
    max-height: 3rem;
  }

  .md\:max-h-14 {
    max-height: 3.5rem;
  }

  .md\:max-h-16 {
    max-height: 4rem;
  }

  .md\:max-h-20 {
    max-height: 5rem;
  }

  .md\:max-h-24 {
    max-height: 6rem;
  }

  .md\:max-h-28 {
    max-height: 7rem;
  }

  .md\:max-h-32 {
    max-height: 8rem;
  }

  .md\:max-h-36 {
    max-height: 9rem;
  }

  .md\:max-h-40 {
    max-height: 10rem;
  }

  .md\:max-h-44 {
    max-height: 11rem;
  }

  .md\:max-h-48 {
    max-height: 12rem;
  }

  .md\:max-h-52 {
    max-height: 13rem;
  }

  .md\:max-h-56 {
    max-height: 14rem;
  }

  .md\:max-h-60 {
    max-height: 15rem;
  }

  .md\:max-h-64 {
    max-height: 16rem;
  }

  .md\:max-h-72 {
    max-height: 18rem;
  }

  .md\:max-h-80 {
    max-height: 20rem;
  }

  .md\:max-h-96 {
    max-height: 24rem;
  }

  .md\:max-h-px {
    max-height: 1px;
  }

  .md\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .md\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .md\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .md\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-h-70p {
    max-height: 70%;
  }

  .md\:min-h-0 {
    min-height: 0px;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:min-h-400px {
    min-height: 400px;
  }

  .md\:min-h-800px {
    min-height: 800px;
  }

  .md\:w-0 {
    width: 0px;
  }

  .md\:w-1 {
    width: 0.25rem;
  }

  .md\:w-2 {
    width: 0.5rem;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-7 {
    width: 1.75rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-9 {
    width: 2.25rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-11 {
    width: 2.75rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-14 {
    width: 3.5rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-36 {
    width: 9rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-44 {
    width: 11rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-52 {
    width: 13rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-72 {
    width: 18rem;
  }

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-0\.5 {
    width: 0.125rem;
  }

  .md\:w-1\.5 {
    width: 0.375rem;
  }

  .md\:w-2\.5 {
    width: 0.625rem;
  }

  .md\:w-3\.5 {
    width: 0.875rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-3\/6 {
    width: 50%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .md\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .md\:w-50p {
    width: 50%;
  }

  .md\:w-75p {
    width: 75%;
  }

  .md\:w-80p {
    width: 80%;
  }

  .md\:w-divider {
    width: 1px;
  }

  .md\:w-16px {
    width: 16px;
  }

  .md\:w-17px {
    width: 17px;
  }

  .md\:w-24px {
    width: 24px;
  }

  .md\:w-28px {
    width: 28px;
  }

  .md\:w-32px {
    width: 32px;
  }

  .md\:w-34px {
    width: 34px;
  }

  .md\:w-38px {
    width: 38px;
  }

  .md\:w-40px {
    width: 40px;
  }

  .md\:w-42px {
    width: 42px;
  }

  .md\:w-44px {
    width: 44px;
  }

  .md\:w-48px {
    width: 48px;
  }

  .md\:w-56px {
    width: 56px;
  }

  .md\:w-58px {
    width: 58px;
  }

  .md\:w-68px {
    width: 68px;
  }

  .md\:w-82px {
    width: 82px;
  }

  .md\:w-93px {
    width: 93px;
  }

  .md\:w-100px {
    width: 100px;
  }

  .md\:w-115px {
    width: 115px;
  }

  .md\:w-125px {
    width: 125px;
  }

  .md\:w-132px {
    width: 132px;
  }

  .md\:w-146px {
    width: 146px;
  }

  .md\:w-157px {
    width: 157px;
  }

  .md\:w-224px {
    width: 224px;
  }

  .md\:w-236px {
    width: 236px;
  }

  .md\:w-255px {
    width: 255px;
  }

  .md\:w-320px {
    width: 320px;
  }

  .md\:w-372px {
    width: 372px;
  }

  .md\:w-401px {
    width: 401px;
  }

  .md\:w-735px {
    width: 735px;
  }

  .md\:w-857px {
    width: 857px;
  }

  .md\:min-w-0 {
    min-width: 0px;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .md\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .md\:min-w-140px {
    min-width: 140px;
  }

  .md\:max-w-0 {
    max-width: 0rem;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

  .md\:max-w-5xl {
    max-width: 64rem;
  }

  .md\:max-w-6xl {
    max-width: 72rem;
  }

  .md\:max-w-7xl {
    max-width: 80rem;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .md\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md\:max-w-prose {
    max-width: 65ch;
  }

  .md\:max-w-screen-sm {
    max-width: 360px;
  }

  .md\:max-w-screen-lm {
    max-width: 420px;
  }

  .md\:max-w-screen-md {
    max-width: 768px;
  }

  .md\:max-w-screen-lg {
    max-width: 1024px;
  }

  .md\:max-w-screen-xlg {
    max-width: 1920px;
  }

  .md\:max-w-200px {
    max-width: 200px;
  }

  .md\:max-w-220px {
    max-width: 220px;
  }

  .md\:max-w-348px {
    max-width: 348px;
  }

  .md\:max-w-814px {
    max-width: 814px;
  }

  .md\:max-w-960px {
    max-width: 960px;
  }

  .md\:max-w-1380px {
    max-width: 1380px;
  }

  .md\:max-w-1920px {
    max-width: 1920px;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .md\:border-collapse {
    border-collapse: collapse;
  }

  .md\:border-separate {
    border-collapse: separate;
  }

  .md\:origin-center {
    transform-origin: center;
  }

  .md\:origin-top {
    transform-origin: top;
  }

  .md\:origin-top-right {
    transform-origin: top right;
  }

  .md\:origin-right {
    transform-origin: right;
  }

  .md\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .md\:origin-bottom {
    transform-origin: bottom;
  }

  .md\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .md\:origin-left {
    transform-origin: left;
  }

  .md\:origin-top-left {
    transform-origin: top left;
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\:transform-none {
    transform: none;
  }

  .md\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .md\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .md\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .md\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .md\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .md\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .md\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .md\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .md\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .md\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .md\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .md\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .md\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .md\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .md\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .md\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .md\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .md\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .md\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .md\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .md\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .md\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .md\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .md\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .md\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .md\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .md\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .md\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .md\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .md\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .md\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .md\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .md\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .md\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .md\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .md\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .md\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .md\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .md\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .md\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .md\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .md\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .md\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .md\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .md\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .md\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .md\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .md\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .md\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .md\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .md\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .md\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .md\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .md\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .md\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .md\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .md\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .md\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .md\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .md\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .md\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .md\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .md\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .md\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .md\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .md\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .md\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .md\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .md\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .md\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .md\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .md\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .md\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .md\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .md\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .md\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .md\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .md\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .md\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .md\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .md\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .md\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .md\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .md\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .md\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .md\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .md\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .md\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .md\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .md\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .md\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .md\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .md\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .md\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .md\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .md\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .md\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .md\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .md\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .md\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .md\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .md\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .md\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .md\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .md\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .md\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .md\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .md\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .md\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .md\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .md\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .md\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .md\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .md\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .md\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .md\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .md\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .md\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .md\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .md\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .md\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .md\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .md\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .md\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .md\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .md\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .md\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .md\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .md\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .md\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .md\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .md\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .md\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .md\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .md\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .md\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .md\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .md\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .md\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .md\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .md\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .md\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .md\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .md\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .md\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .md\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .md\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .md\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .md\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .md\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .md\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .md\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .md\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .md\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .md\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .md\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .md\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .md\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .md\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .md\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .md\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .md\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .md\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .md\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .md\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .md\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .md\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .md\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .md\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .md\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .md\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .md\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .md\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .md\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .md\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .md\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .md\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .md\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .md\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .md\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .md\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .md\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .md\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .md\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .md\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .md\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .md\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .md\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .md\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .md\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .md\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .md\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .md\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .md\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .md\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .md\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .md\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .md\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .md\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .md\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .md\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .md\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .md\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .md\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .md\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .md\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .md\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .md\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .md\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .md\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .md\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .md\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .md\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .md\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .md\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .md\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .md\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .md\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .md\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .md\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .md\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .md\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .md\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .md\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .md\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .md\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .md\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .md\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .md\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .md\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .md\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .md\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .md\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .md\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .md\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .md\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .md\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .md\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .md\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .md\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .md\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .md\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .md\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .md\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .md\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .md\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .md\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .md\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .md\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .md\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .md\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .md\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .md\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .md\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .md\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .md\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .md\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .md\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .md\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .md\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .md\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .md\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .md\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .md\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .md\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .md\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .md\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .md\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .md\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .md\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .md\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .md\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .md\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .md\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .md\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .md\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .md\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .md\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .md\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .md\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .md\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .md\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .md\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .md\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .md\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .md\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .md\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .md\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .md\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .md\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .md\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .md\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .md\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .md\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .md\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .md\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .md\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .md\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .md\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .md\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .md\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .md\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .md\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .md\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .md\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .md\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .md\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .md\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .md\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .md\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .md\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .md\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .md\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .md\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .md\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .md\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .md\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .md\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .md\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .md\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .md\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .md\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .md\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .md\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .md\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .md\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .md\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .md\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .md\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .md\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .md\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .md\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .md\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .md\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .md\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .md\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .md\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .md\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .md\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .md\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .md\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .md\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .md\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .md\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .md\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .md\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .md\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .md\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .md\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .md\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .md\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .md\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .md\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .md\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .md\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .md\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .md\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .md\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .md\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .md\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .md\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .md\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .md\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .md\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .md\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .md\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .md\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .md\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .md\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .md\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .md\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .md\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .md\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .md\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .md\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .md\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .md\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .md\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .md\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .md\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .md\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .md\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .md\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .md\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .md\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .md\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .md\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .md\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .md\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .md\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .md\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .md\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .md\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .md\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .md\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .md\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .md\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .md\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .md\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .md\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .md\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .md\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .md\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .md\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .md\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .md\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .md\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .md\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .md\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .md\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .md\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .md\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .md\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .md\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .md\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .md\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .md\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .md\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .md\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .md\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .md\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .md\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .md\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .md\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .md\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .md\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .md\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .md\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .md\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .md\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .md\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .md\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .md\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .md\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .md\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .md\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .md\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .md\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .md\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .md\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .md\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .md\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .md\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .md\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .md\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .md\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .md\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .md\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .md\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .md\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .md\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .md\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .md\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .md\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .md\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .md\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .md\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .md\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .md\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .md\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .md\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .md\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .md\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .md\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .md\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .md\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .md\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .md\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .md\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .md\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .md\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .md\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .md\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .md\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .md\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .md\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .md\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .md\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .md\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .md\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .md\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .md\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .md\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .md\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .md\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .md\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .md\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .md\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .md\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .md\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .md\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .md\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .md\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .md\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .md\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .md\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .md\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .md\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .md\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .md\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .md\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .md\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .md\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .md\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .md\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .md\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .md\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .md\:rotate-20 {
    --tw-rotate: 20deg;
  }

  .md\:rotate-35 {
    --tw-rotate: 35deg;
  }

  .md\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .md\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .md\:rotate-127 {
    --tw-rotate: 127deg;
  }

  .md\:rotate-150 {
    --tw-rotate: 150deg;
  }

  .md\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .md\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .md\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .md\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .md\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .md\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .md\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .md\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .md\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .md\:-rotate-8 {
    --tw-rotate: -8deg;
  }

  .md\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .md\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .md\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .md\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .md\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .md\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .md\:hover\:rotate-20:hover {
    --tw-rotate: 20deg;
  }

  .md\:hover\:rotate-35:hover {
    --tw-rotate: 35deg;
  }

  .md\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .md\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .md\:hover\:rotate-127:hover {
    --tw-rotate: 127deg;
  }

  .md\:hover\:rotate-150:hover {
    --tw-rotate: 150deg;
  }

  .md\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .md\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .md\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .md\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .md\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .md\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .md\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .md\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .md\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .md\:hover\:-rotate-8:hover {
    --tw-rotate: -8deg;
  }

  .md\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .md\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .md\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .md\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .md\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .md\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .md\:focus\:rotate-20:focus {
    --tw-rotate: 20deg;
  }

  .md\:focus\:rotate-35:focus {
    --tw-rotate: 35deg;
  }

  .md\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .md\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .md\:focus\:rotate-127:focus {
    --tw-rotate: 127deg;
  }

  .md\:focus\:rotate-150:focus {
    --tw-rotate: 150deg;
  }

  .md\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .md\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .md\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .md\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .md\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .md\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .md\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .md\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .md\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .md\:focus\:-rotate-8:focus {
    --tw-rotate: -8deg;
  }

  .md\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .md\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .md\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .md\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .md\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .md\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .md\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .md\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .md\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .md\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .md\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .md\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .md\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .md\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .md\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .md\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .md\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .md\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .md\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .md\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .md\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .md\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .md\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .md\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .md\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .md\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .md\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .md\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .md\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .md\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .md\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .md\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .md\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .md\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .md\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .md\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .md\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .md\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .md\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .md\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .md\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .md\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .md\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .md\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .md\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .md\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .md\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .md\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .md\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .md\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .md\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .md\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .md\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .md\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .md\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .md\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .md\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .md\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .md\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .md\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .md\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .md\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .md\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .md\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .md\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .md\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .md\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .md\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .md\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .md\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .md\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .md\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .md\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .md\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .md\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .md\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .md\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .md\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .md\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .md\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .md\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .md\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .md\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .md\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .md\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .md\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .md\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .md\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .md\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .md\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .md\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .md\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .md\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .md\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .md\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .md\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .md\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .md\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .md\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .md\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .md\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .md\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .md\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .md\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .md\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .md\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .md\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .md\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .md\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .md\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .md\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .md\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .md\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .md\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .md\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .md\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .md\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .md\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .md\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .md\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .md\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .md\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .md\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .md\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .md\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .md\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .md\:animate-none {
    animation: none;
  }

  .md\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .md\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .md\:animate-zoom-in-out {
    animation: zoom-in-out 20s ease-in-out infinite;
  }

  .md\:animate-reveal-scale {
    animation: reveal-scale 0.35s ease-in;
  }

  .md\:animate-pulsing {
    animation: pulsing 1.6s infinite;
  }

  .md\:animate-reveal-top {
    animation: reveal-top 0.6s ease-in-out;
  }

  .md\:animate-reveal-bottom {
    animation: reveal-bottom 0.6s ease-in-out;
  }

  .md\:animate-reveal-left {
    animation: reveal-left 0.6s ease-in-out;
  }

  .md\:animate-reveal-right {
    animation: reveal-right 0.6s ease-in-out;
  }

  .md\:animate-expand-avatar-skill {
    animation: expand-avatar-skill 0.35s ease-in-out;
  }

  .md\:animate-collapse-avatar-skill {
    animation: collapse-avatar-skill 0.35s ease-in-out;
  }

  .md\:animate-grow {
    animation: grow 2s ease-in-out;
  }

  .md\:animate-shake {
    animation: shake 2s ease-in-out infinite;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-text {
    cursor: text;
  }

  .md\:cursor-move {
    cursor: move;
  }

  .md\:cursor-help {
    cursor: help;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .md\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .md\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .md\:list-inside {
    list-style-position: inside;
  }

  .md\:list-outside {
    list-style-position: outside;
  }

  .md\:list-none {
    list-style-type: none;
  }

  .md\:list-disc {
    list-style-type: disc;
  }

  .md\:list-decimal {
    list-style-type: decimal;
  }

  .md\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .md\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .md\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:grid-flow-row {
    grid-auto-flow: row;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .md\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .md\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .md\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-none {
    grid-template-columns: none;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-rows-none {
    grid-template-rows: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:place-content-center {
    place-content: center;
  }

  .md\:place-content-start {
    place-content: start;
  }

  .md\:place-content-end {
    place-content: end;
  }

  .md\:place-content-between {
    place-content: space-between;
  }

  .md\:place-content-around {
    place-content: space-around;
  }

  .md\:place-content-evenly {
    place-content: space-evenly;
  }

  .md\:place-content-stretch {
    place-content: stretch;
  }

  .md\:place-items-start {
    place-items: start;
  }

  .md\:place-items-end {
    place-items: end;
  }

  .md\:place-items-center {
    place-items: center;
  }

  .md\:place-items-stretch {
    place-items: stretch;
  }

  .md\:content-center {
    align-content: center;
  }

  .md\:content-start {
    align-content: flex-start;
  }

  .md\:content-end {
    align-content: flex-end;
  }

  .md\:content-between {
    align-content: space-between;
  }

  .md\:content-around {
    align-content: space-around;
  }

  .md\:content-evenly {
    align-content: space-evenly;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:justify-evenly {
    justify-content: space-evenly;
  }

  .md\:justify-items-start {
    justify-items: start;
  }

  .md\:justify-items-end {
    justify-items: end;
  }

  .md\:justify-items-center {
    justify-items: center;
  }

  .md\:justify-items-stretch {
    justify-items: stretch;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-9 {
    gap: 2.25rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-11 {
    gap: 2.75rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-14 {
    gap: 3.5rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-24 {
    gap: 6rem;
  }

  .md\:gap-28 {
    gap: 7rem;
  }

  .md\:gap-32 {
    gap: 8rem;
  }

  .md\:gap-36 {
    gap: 9rem;
  }

  .md\:gap-40 {
    gap: 10rem;
  }

  .md\:gap-44 {
    gap: 11rem;
  }

  .md\:gap-48 {
    gap: 12rem;
  }

  .md\:gap-52 {
    gap: 13rem;
  }

  .md\:gap-56 {
    gap: 14rem;
  }

  .md\:gap-60 {
    gap: 15rem;
  }

  .md\:gap-64 {
    gap: 16rem;
  }

  .md\:gap-72 {
    gap: 18rem;
  }

  .md\:gap-80 {
    gap: 20rem;
  }

  .md\:gap-96 {
    gap: 24rem;
  }

  .md\:gap-px {
    gap: 1px;
  }

  .md\:gap-0\.5 {
    gap: 0.125rem;
  }

  .md\:gap-1\.5 {
    gap: 0.375rem;
  }

  .md\:gap-2\.5 {
    gap: 0.625rem;
  }

  .md\:gap-3\.5 {
    gap: 0.875rem;
  }

  .md\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .md\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .md\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .md\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .md\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .md\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .md\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .md\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .md\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .md\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .md\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .md\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .md\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .md\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .md\:gap-y-4 {
    row-gap: 1rem;
  }

  .md\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .md\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .md\:gap-y-8 {
    row-gap: 2rem;
  }

  .md\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .md\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .md\:gap-y-12 {
    row-gap: 3rem;
  }

  .md\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .md\:gap-y-16 {
    row-gap: 4rem;
  }

  .md\:gap-y-20 {
    row-gap: 5rem;
  }

  .md\:gap-y-24 {
    row-gap: 6rem;
  }

  .md\:gap-y-28 {
    row-gap: 7rem;
  }

  .md\:gap-y-32 {
    row-gap: 8rem;
  }

  .md\:gap-y-36 {
    row-gap: 9rem;
  }

  .md\:gap-y-40 {
    row-gap: 10rem;
  }

  .md\:gap-y-44 {
    row-gap: 11rem;
  }

  .md\:gap-y-48 {
    row-gap: 12rem;
  }

  .md\:gap-y-52 {
    row-gap: 13rem;
  }

  .md\:gap-y-56 {
    row-gap: 14rem;
  }

  .md\:gap-y-60 {
    row-gap: 15rem;
  }

  .md\:gap-y-64 {
    row-gap: 16rem;
  }

  .md\:gap-y-72 {
    row-gap: 18rem;
  }

  .md\:gap-y-80 {
    row-gap: 20rem;
  }

  .md\:gap-y-96 {
    row-gap: 24rem;
  }

  .md\:gap-y-px {
    row-gap: 1px;
  }

  .md\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .md\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .md\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .md\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\:-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)));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\:divide-x-1px > :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)));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\:divide-y-1px > :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));
  }

  .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .md\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .md\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .md\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .md\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .md\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .md\:divide-tropic-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-divide-opacity));
  }

  .md\:divide-tropic-light > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(3,39,41,0.7);
  }

  .md\:divide-tropic-6p > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(3,39,41,0.6);
  }

  .md\:divide-tropic-90p > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(3,39,41,0.9);
  }

  .md\:divide-taiga-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-divide-opacity));
  }

  .md\:divide-taiga-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-divide-opacity));
  }

  .md\:divide-savana > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-divide-opacity));
  }

  .md\:divide-tundra > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-divide-opacity));
  }

  .md\:divide-arctic-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:divide-arctic-low > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(255,255,255,0.12);
  }

  .md\:divide-arctic-very-low > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(255,255,255,0.06);
  }

  .md\:divide-black-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md\:divide-black-dim > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(0,5,5,0.8);
  }

  .md\:divide-black-low > :not([hidden]) ~ :not([hidden]) {
    border-color: #0A000000;
  }

  .md\:divide-black-semi > :not([hidden]) ~ :not([hidden]) {
    border-color: #66000000;
  }

  .md\:divide-white-low > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(255,255,255,0.06);
  }

  .md\:divide-white-medium > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(255,255,255,0.12);
  }

  .md\:divide-white-semi > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(255,255,255,0.6);
  }

  .md\:divide-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-divide-opacity));
  }

  .md\:divide-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-divide-opacity));
  }

  .md\:divide-expedition > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-divide-opacity));
  }

  .md\:divide-green-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-divide-opacity));
  }

  .md\:divide-green-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-divide-opacity));
  }

  .md\:divide-red-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-divide-opacity));
  }

  .md\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(0,0,0,0);
  }

  .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .md\:divide-opacity-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: .01;
  }

  .md\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .md\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .md\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .md\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .md\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .md\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .md\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .md\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .md\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .md\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .md\:place-self-auto {
    place-self: auto;
  }

  .md\:place-self-start {
    place-self: start;
  }

  .md\:place-self-end {
    place-self: end;
  }

  .md\:place-self-center {
    place-self: center;
  }

  .md\:place-self-stretch {
    place-self: stretch;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:self-baseline {
    align-self: baseline;
  }

  .md\:justify-self-auto {
    justify-self: auto;
  }

  .md\:justify-self-start {
    justify-self: start;
  }

  .md\:justify-self-end {
    justify-self: end;
  }

  .md\:justify-self-center {
    justify-self: center;
  }

  .md\:justify-self-stretch {
    justify-self: stretch;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .md\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .md\:overscroll-none {
    overscroll-behavior: none;
  }

  .md\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .md\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .md\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .md\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .md\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .md\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .md\:overflow-clip {
    text-overflow: clip;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-nowrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words {
    overflow-wrap: break-word;
  }

  .md\:break-all {
    word-break: break-all;
  }

  .md\:rounded-50p {
    border-radius: 50%;
  }

  .md\:rounded-4px {
    border-radius: 4px;
  }

  .md\:rounded-8px {
    border-radius: 8px;
  }

  .md\:rounded-12px {
    border-radius: 12px;
  }

  .md\:rounded-16px {
    border-radius: 16px;
  }

  .md\:rounded-18px {
    border-radius: 18px;
  }

  .md\:rounded-20px {
    border-radius: 20px;
  }

  .md\:rounded-24px {
    border-radius: 24px;
  }

  .md\:rounded-t-50p {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }

  .md\:rounded-t-4px {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .md\:rounded-t-8px {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .md\:rounded-t-12px {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .md\:rounded-t-16px {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .md\:rounded-t-18px {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .md\:rounded-t-20px {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .md\:rounded-t-24px {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .md\:rounded-r-50p {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }

  .md\:rounded-r-4px {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .md\:rounded-r-8px {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .md\:rounded-r-12px {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .md\:rounded-r-16px {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  .md\:rounded-r-18px {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
  }

  .md\:rounded-r-20px {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .md\:rounded-r-24px {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  .md\:rounded-b-50p {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .md\:rounded-b-4px {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .md\:rounded-b-8px {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .md\:rounded-b-12px {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .md\:rounded-b-16px {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .md\:rounded-b-18px {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }

  .md\:rounded-b-20px {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .md\:rounded-b-24px {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .md\:rounded-l-50p {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .md\:rounded-l-4px {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .md\:rounded-l-8px {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .md\:rounded-l-12px {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .md\:rounded-l-16px {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .md\:rounded-l-18px {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
  }

  .md\:rounded-l-20px {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .md\:rounded-l-24px {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .md\:rounded-tl-50p {
    border-top-left-radius: 50%;
  }

  .md\:rounded-tl-4px {
    border-top-left-radius: 4px;
  }

  .md\:rounded-tl-8px {
    border-top-left-radius: 8px;
  }

  .md\:rounded-tl-12px {
    border-top-left-radius: 12px;
  }

  .md\:rounded-tl-16px {
    border-top-left-radius: 16px;
  }

  .md\:rounded-tl-18px {
    border-top-left-radius: 18px;
  }

  .md\:rounded-tl-20px {
    border-top-left-radius: 20px;
  }

  .md\:rounded-tl-24px {
    border-top-left-radius: 24px;
  }

  .md\:rounded-tr-50p {
    border-top-right-radius: 50%;
  }

  .md\:rounded-tr-4px {
    border-top-right-radius: 4px;
  }

  .md\:rounded-tr-8px {
    border-top-right-radius: 8px;
  }

  .md\:rounded-tr-12px {
    border-top-right-radius: 12px;
  }

  .md\:rounded-tr-16px {
    border-top-right-radius: 16px;
  }

  .md\:rounded-tr-18px {
    border-top-right-radius: 18px;
  }

  .md\:rounded-tr-20px {
    border-top-right-radius: 20px;
  }

  .md\:rounded-tr-24px {
    border-top-right-radius: 24px;
  }

  .md\:rounded-br-50p {
    border-bottom-right-radius: 50%;
  }

  .md\:rounded-br-4px {
    border-bottom-right-radius: 4px;
  }

  .md\:rounded-br-8px {
    border-bottom-right-radius: 8px;
  }

  .md\:rounded-br-12px {
    border-bottom-right-radius: 12px;
  }

  .md\:rounded-br-16px {
    border-bottom-right-radius: 16px;
  }

  .md\:rounded-br-18px {
    border-bottom-right-radius: 18px;
  }

  .md\:rounded-br-20px {
    border-bottom-right-radius: 20px;
  }

  .md\:rounded-br-24px {
    border-bottom-right-radius: 24px;
  }

  .md\:rounded-bl-50p {
    border-bottom-left-radius: 50%;
  }

  .md\:rounded-bl-4px {
    border-bottom-left-radius: 4px;
  }

  .md\:rounded-bl-8px {
    border-bottom-left-radius: 8px;
  }

  .md\:rounded-bl-12px {
    border-bottom-left-radius: 12px;
  }

  .md\:rounded-bl-16px {
    border-bottom-left-radius: 16px;
  }

  .md\:rounded-bl-18px {
    border-bottom-left-radius: 18px;
  }

  .md\:rounded-bl-20px {
    border-bottom-left-radius: 20px;
  }

  .md\:rounded-bl-24px {
    border-bottom-left-radius: 24px;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border-8 {
    border-width: 8px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-1px {
    border-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-t-8 {
    border-top-width: 8px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-t-1px {
    border-top-width: 1px;
  }

  .md\:border-r-0 {
    border-right-width: 0px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-r-1px {
    border-right-width: 1px;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-b-1px {
    border-bottom-width: 1px;
  }

  .md\:border-l-0 {
    border-left-width: 0px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-l-1px {
    border-left-width: 1px;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-dotted {
    border-style: dotted;
  }

  .md\:border-double {
    border-style: double;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-tropic-base {
    --tw-border-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-border-opacity));
  }

  .md\:border-tropic-light {
    border-color: rgba(3,39,41,0.7);
  }

  .md\:border-tropic-6p {
    border-color: rgba(3,39,41,0.6);
  }

  .md\:border-tropic-90p {
    border-color: rgba(3,39,41,0.9);
  }

  .md\:border-taiga-base {
    --tw-border-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-border-opacity));
  }

  .md\:border-taiga-light {
    --tw-border-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-border-opacity));
  }

  .md\:border-savana {
    --tw-border-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-border-opacity));
  }

  .md\:border-tundra {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-border-opacity));
  }

  .md\:border-arctic-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:border-arctic-low {
    border-color: rgba(255,255,255,0.12);
  }

  .md\:border-arctic-very-low {
    border-color: rgba(255,255,255,0.06);
  }

  .md\:border-black-base {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:border-black-dim {
    border-color: rgba(0,5,5,0.8);
  }

  .md\:border-black-low {
    border-color: #0A000000;
  }

  .md\:border-black-semi {
    border-color: #66000000;
  }

  .md\:border-white-low {
    border-color: rgba(255,255,255,0.06);
  }

  .md\:border-white-medium {
    border-color: rgba(255,255,255,0.12);
  }

  .md\:border-white-semi {
    border-color: rgba(255,255,255,0.6);
  }

  .md\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-border-opacity));
  }

  .md\:border-yellow {
    --tw-border-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-border-opacity));
  }

  .md\:border-expedition {
    --tw-border-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-border-opacity));
  }

  .md\:border-green-base {
    --tw-border-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-border-opacity));
  }

  .md\:border-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-border-opacity));
  }

  .md\:border-red-base {
    --tw-border-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-border-opacity));
  }

  .md\:border-transparent {
    border-color: rgba(0,0,0,0);
  }

  .group:hover .md\:group-hover\:border-tropic-base {
    --tw-border-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-tropic-light {
    border-color: rgba(3,39,41,0.7);
  }

  .group:hover .md\:group-hover\:border-tropic-6p {
    border-color: rgba(3,39,41,0.6);
  }

  .group:hover .md\:group-hover\:border-tropic-90p {
    border-color: rgba(3,39,41,0.9);
  }

  .group:hover .md\:group-hover\:border-taiga-base {
    --tw-border-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-taiga-light {
    --tw-border-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-savana {
    --tw-border-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-tundra {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-arctic-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-arctic-low {
    border-color: rgba(255,255,255,0.12);
  }

  .group:hover .md\:group-hover\:border-arctic-very-low {
    border-color: rgba(255,255,255,0.06);
  }

  .group:hover .md\:group-hover\:border-black-base {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-black-dim {
    border-color: rgba(0,5,5,0.8);
  }

  .group:hover .md\:group-hover\:border-black-low {
    border-color: #0A000000;
  }

  .group:hover .md\:group-hover\:border-black-semi {
    border-color: #66000000;
  }

  .group:hover .md\:group-hover\:border-white-low {
    border-color: rgba(255,255,255,0.06);
  }

  .group:hover .md\:group-hover\:border-white-medium {
    border-color: rgba(255,255,255,0.12);
  }

  .group:hover .md\:group-hover\:border-white-semi {
    border-color: rgba(255,255,255,0.6);
  }

  .group:hover .md\:group-hover\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow {
    --tw-border-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-expedition {
    --tw-border-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-base {
    --tw-border-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-base {
    --tw-border-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-transparent {
    border-color: rgba(0,0,0,0);
  }

  .md\:focus-within\:border-tropic-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-tropic-light:focus-within {
    border-color: rgba(3,39,41,0.7);
  }

  .md\:focus-within\:border-tropic-6p:focus-within {
    border-color: rgba(3,39,41,0.6);
  }

  .md\:focus-within\:border-tropic-90p:focus-within {
    border-color: rgba(3,39,41,0.9);
  }

  .md\:focus-within\:border-taiga-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-taiga-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-savana:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-tundra:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-arctic-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-arctic-low:focus-within {
    border-color: rgba(255,255,255,0.12);
  }

  .md\:focus-within\:border-arctic-very-low:focus-within {
    border-color: rgba(255,255,255,0.06);
  }

  .md\:focus-within\:border-black-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-black-dim:focus-within {
    border-color: rgba(0,5,5,0.8);
  }

  .md\:focus-within\:border-black-low:focus-within {
    border-color: #0A000000;
  }

  .md\:focus-within\:border-black-semi:focus-within {
    border-color: #66000000;
  }

  .md\:focus-within\:border-white-low:focus-within {
    border-color: rgba(255,255,255,0.06);
  }

  .md\:focus-within\:border-white-medium:focus-within {
    border-color: rgba(255,255,255,0.12);
  }

  .md\:focus-within\:border-white-semi:focus-within {
    border-color: rgba(255,255,255,0.6);
  }

  .md\:focus-within\:border-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-expedition:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-transparent:focus-within {
    border-color: rgba(0,0,0,0);
  }

  .md\:hover\:border-tropic-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-border-opacity));
  }

  .md\:hover\:border-tropic-light:hover {
    border-color: rgba(3,39,41,0.7);
  }

  .md\:hover\:border-tropic-6p:hover {
    border-color: rgba(3,39,41,0.6);
  }

  .md\:hover\:border-tropic-90p:hover {
    border-color: rgba(3,39,41,0.9);
  }

  .md\:hover\:border-taiga-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-border-opacity));
  }

  .md\:hover\:border-taiga-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-border-opacity));
  }

  .md\:hover\:border-savana:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-border-opacity));
  }

  .md\:hover\:border-tundra:hover {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-border-opacity));
  }

  .md\:hover\:border-arctic-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-arctic-low:hover {
    border-color: rgba(255,255,255,0.12);
  }

  .md\:hover\:border-arctic-very-low:hover {
    border-color: rgba(255,255,255,0.06);
  }

  .md\:hover\:border-black-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-black-dim:hover {
    border-color: rgba(0,5,5,0.8);
  }

  .md\:hover\:border-black-low:hover {
    border-color: #0A000000;
  }

  .md\:hover\:border-black-semi:hover {
    border-color: #66000000;
  }

  .md\:hover\:border-white-low:hover {
    border-color: rgba(255,255,255,0.06);
  }

  .md\:hover\:border-white-medium:hover {
    border-color: rgba(255,255,255,0.12);
  }

  .md\:hover\:border-white-semi:hover {
    border-color: rgba(255,255,255,0.6);
  }

  .md\:hover\:border-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow:hover {
    --tw-border-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-border-opacity));
  }

  .md\:hover\:border-expedition:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-border-opacity));
  }

  .md\:hover\:border-transparent:hover {
    border-color: rgba(0,0,0,0);
  }

  .md\:focus\:border-tropic-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-border-opacity));
  }

  .md\:focus\:border-tropic-light:focus {
    border-color: rgba(3,39,41,0.7);
  }

  .md\:focus\:border-tropic-6p:focus {
    border-color: rgba(3,39,41,0.6);
  }

  .md\:focus\:border-tropic-90p:focus {
    border-color: rgba(3,39,41,0.9);
  }

  .md\:focus\:border-taiga-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-border-opacity));
  }

  .md\:focus\:border-taiga-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-border-opacity));
  }

  .md\:focus\:border-savana:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-border-opacity));
  }

  .md\:focus\:border-tundra:focus {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-border-opacity));
  }

  .md\:focus\:border-arctic-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-arctic-low:focus {
    border-color: rgba(255,255,255,0.12);
  }

  .md\:focus\:border-arctic-very-low:focus {
    border-color: rgba(255,255,255,0.06);
  }

  .md\:focus\:border-black-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-black-dim:focus {
    border-color: rgba(0,5,5,0.8);
  }

  .md\:focus\:border-black-low:focus {
    border-color: #0A000000;
  }

  .md\:focus\:border-black-semi:focus {
    border-color: #66000000;
  }

  .md\:focus\:border-white-low:focus {
    border-color: rgba(255,255,255,0.06);
  }

  .md\:focus\:border-white-medium:focus {
    border-color: rgba(255,255,255,0.12);
  }

  .md\:focus\:border-white-semi:focus {
    border-color: rgba(255,255,255,0.6);
  }

  .md\:focus\:border-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow:focus {
    --tw-border-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-border-opacity));
  }

  .md\:focus\:border-expedition:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-border-opacity));
  }

  .md\:focus\:border-transparent:focus {
    border-color: rgba(0,0,0,0);
  }

  .md\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .md\:border-opacity-1 {
    --tw-border-opacity: .01;
  }

  .md\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .md\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .md\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .md\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .md\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .md\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .md\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .md\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .md\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .md\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .md\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .md\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .md\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .md\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .md\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .md\:group-hover\:border-opacity-1 {
    --tw-border-opacity: .01;
  }

  .group:hover .md\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .md\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .md\:focus-within\:border-opacity-1:focus-within {
    --tw-border-opacity: .01;
  }

  .md\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .md\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .md\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .md\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .md\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .md\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .md\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .md\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .md\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .md\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .md\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .md\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .md\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .md\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .md\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .md\:hover\:border-opacity-1:hover {
    --tw-border-opacity: .01;
  }

  .md\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .md\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .md\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .md\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .md\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .md\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .md\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .md\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .md\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .md\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .md\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .md\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .md\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .md\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .md\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .md\:focus\:border-opacity-1:focus {
    --tw-border-opacity: .01;
  }

  .md\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .md\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .md\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .md\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .md\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .md\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .md\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .md\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .md\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .md\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .md\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .md\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .md\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .md\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .md\:bg-tropic-base {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
  }

  .md\:bg-tropic-light {
    background-color: rgba(3,39,41,0.7);
  }

  .md\:bg-tropic-6p {
    background-color: rgba(3,39,41,0.6);
  }

  .md\:bg-tropic-90p {
    background-color: rgba(3,39,41,0.9);
  }

  .md\:bg-taiga-base {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
  }

  .md\:bg-taiga-light {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
  }

  .md\:bg-savana {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
  }

  .md\:bg-tundra {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
  }

  .md\:bg-arctic-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:bg-arctic-low {
    background-color: rgba(255,255,255,0.12);
  }

  .md\:bg-arctic-very-low {
    background-color: rgba(255,255,255,0.06);
  }

  .md\:bg-black-base {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:bg-black-dim {
    background-color: rgba(0,5,5,0.8);
  }

  .md\:bg-black-low {
    background-color: #0A000000;
  }

  .md\:bg-black-semi {
    background-color: #66000000;
  }

  .md\:bg-white-low {
    background-color: rgba(255,255,255,0.06);
  }

  .md\:bg-white-medium {
    background-color: rgba(255,255,255,0.12);
  }

  .md\:bg-white-semi {
    background-color: rgba(255,255,255,0.6);
  }

  .md\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
  }

  .md\:bg-yellow {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
  }

  .md\:bg-expedition {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
  }

  .md\:bg-green-base {
    --tw-bg-opacity: 1;
    background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
  }

  .md\:bg-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
  }

  .md\:bg-red-base {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
  }

  .md\:bg-transparent {
    background-color: rgba(0,0,0,0);
  }

  .group:hover .md\:group-hover\:bg-tropic-base {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-tropic-light {
    background-color: rgba(3,39,41,0.7);
  }

  .group:hover .md\:group-hover\:bg-tropic-6p {
    background-color: rgba(3,39,41,0.6);
  }

  .group:hover .md\:group-hover\:bg-tropic-90p {
    background-color: rgba(3,39,41,0.9);
  }

  .group:hover .md\:group-hover\:bg-taiga-base {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-taiga-light {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-savana {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-tundra {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-arctic-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-arctic-low {
    background-color: rgba(255,255,255,0.12);
  }

  .group:hover .md\:group-hover\:bg-arctic-very-low {
    background-color: rgba(255,255,255,0.06);
  }

  .group:hover .md\:group-hover\:bg-black-base {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-black-dim {
    background-color: rgba(0,5,5,0.8);
  }

  .group:hover .md\:group-hover\:bg-black-low {
    background-color: #0A000000;
  }

  .group:hover .md\:group-hover\:bg-black-semi {
    background-color: #66000000;
  }

  .group:hover .md\:group-hover\:bg-white-low {
    background-color: rgba(255,255,255,0.06);
  }

  .group:hover .md\:group-hover\:bg-white-medium {
    background-color: rgba(255,255,255,0.12);
  }

  .group:hover .md\:group-hover\:bg-white-semi {
    background-color: rgba(255,255,255,0.6);
  }

  .group:hover .md\:group-hover\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-expedition {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-base {
    --tw-bg-opacity: 1;
    background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-base {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-transparent {
    background-color: rgba(0,0,0,0);
  }

  .md\:focus-within\:bg-tropic-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-tropic-light:focus-within {
    background-color: rgba(3,39,41,0.7);
  }

  .md\:focus-within\:bg-tropic-6p:focus-within {
    background-color: rgba(3,39,41,0.6);
  }

  .md\:focus-within\:bg-tropic-90p:focus-within {
    background-color: rgba(3,39,41,0.9);
  }

  .md\:focus-within\:bg-taiga-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-taiga-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-savana:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-tundra:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-arctic-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-arctic-low:focus-within {
    background-color: rgba(255,255,255,0.12);
  }

  .md\:focus-within\:bg-arctic-very-low:focus-within {
    background-color: rgba(255,255,255,0.06);
  }

  .md\:focus-within\:bg-black-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-black-dim:focus-within {
    background-color: rgba(0,5,5,0.8);
  }

  .md\:focus-within\:bg-black-low:focus-within {
    background-color: #0A000000;
  }

  .md\:focus-within\:bg-black-semi:focus-within {
    background-color: #66000000;
  }

  .md\:focus-within\:bg-white-low:focus-within {
    background-color: rgba(255,255,255,0.06);
  }

  .md\:focus-within\:bg-white-medium:focus-within {
    background-color: rgba(255,255,255,0.12);
  }

  .md\:focus-within\:bg-white-semi:focus-within {
    background-color: rgba(255,255,255,0.6);
  }

  .md\:focus-within\:bg-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-expedition:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-transparent:focus-within {
    background-color: rgba(0,0,0,0);
  }

  .md\:hover\:bg-tropic-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-tropic-light:hover {
    background-color: rgba(3,39,41,0.7);
  }

  .md\:hover\:bg-tropic-6p:hover {
    background-color: rgba(3,39,41,0.6);
  }

  .md\:hover\:bg-tropic-90p:hover {
    background-color: rgba(3,39,41,0.9);
  }

  .md\:hover\:bg-taiga-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-taiga-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-savana:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-tundra:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-arctic-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-arctic-low:hover {
    background-color: rgba(255,255,255,0.12);
  }

  .md\:hover\:bg-arctic-very-low:hover {
    background-color: rgba(255,255,255,0.06);
  }

  .md\:hover\:bg-black-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-black-dim:hover {
    background-color: rgba(0,5,5,0.8);
  }

  .md\:hover\:bg-black-low:hover {
    background-color: #0A000000;
  }

  .md\:hover\:bg-black-semi:hover {
    background-color: #66000000;
  }

  .md\:hover\:bg-white-low:hover {
    background-color: rgba(255,255,255,0.06);
  }

  .md\:hover\:bg-white-medium:hover {
    background-color: rgba(255,255,255,0.12);
  }

  .md\:hover\:bg-white-semi:hover {
    background-color: rgba(255,255,255,0.6);
  }

  .md\:hover\:bg-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-expedition:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-transparent:hover {
    background-color: rgba(0,0,0,0);
  }

  .md\:focus\:bg-tropic-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-tropic-light:focus {
    background-color: rgba(3,39,41,0.7);
  }

  .md\:focus\:bg-tropic-6p:focus {
    background-color: rgba(3,39,41,0.6);
  }

  .md\:focus\:bg-tropic-90p:focus {
    background-color: rgba(3,39,41,0.9);
  }

  .md\:focus\:bg-taiga-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-taiga-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-savana:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-tundra:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-arctic-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-arctic-low:focus {
    background-color: rgba(255,255,255,0.12);
  }

  .md\:focus\:bg-arctic-very-low:focus {
    background-color: rgba(255,255,255,0.06);
  }

  .md\:focus\:bg-black-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-black-dim:focus {
    background-color: rgba(0,5,5,0.8);
  }

  .md\:focus\:bg-black-low:focus {
    background-color: #0A000000;
  }

  .md\:focus\:bg-black-semi:focus {
    background-color: #66000000;
  }

  .md\:focus\:bg-white-low:focus {
    background-color: rgba(255,255,255,0.06);
  }

  .md\:focus\:bg-white-medium:focus {
    background-color: rgba(255,255,255,0.12);
  }

  .md\:focus\:bg-white-semi:focus {
    background-color: rgba(255,255,255,0.6);
  }

  .md\:focus\:bg-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-expedition:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-transparent:focus {
    background-color: rgba(0,0,0,0);
  }

  .md\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .md\:bg-opacity-1 {
    --tw-bg-opacity: .01;
  }

  .md\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .md\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .md\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .md\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .md\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .md\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .md\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .md\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .md\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .md\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .md\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .md\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .md\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .md\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .md\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .md\:group-hover\:bg-opacity-1 {
    --tw-bg-opacity: .01;
  }

  .group:hover .md\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .md\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .md\:focus-within\:bg-opacity-1:focus-within {
    --tw-bg-opacity: .01;
  }

  .md\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .md\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .md\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .md\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .md\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .md\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .md\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .md\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .md\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .md\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .md\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .md\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .md\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .md\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .md\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .md\:hover\:bg-opacity-1:hover {
    --tw-bg-opacity: .01;
  }

  .md\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .md\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .md\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .md\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .md\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .md\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .md\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .md\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .md\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .md\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .md\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .md\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .md\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .md\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .md\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .md\:focus\:bg-opacity-1:focus {
    --tw-bg-opacity: .01;
  }

  .md\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .md\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .md\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .md\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .md\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .md\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .md\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .md\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .md\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .md\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .md\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .md\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .md\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .md\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .md\:bg-none {
    background-image: none;
  }

  .md\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .md\:bg-landing-main {
    background-image: url('resources/imgs/landing-main.jpg');
  }

  .md\:bg-gradient-radial {
    background-image: radial-gradient(var(--gradient-color-stops));
  }

  .md\:from-tropic-base {
    --tw-gradient-from: #032729;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .md\:from-tropic-light {
    --tw-gradient-from: rgba(3,39,41,0.7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .md\:from-tropic-6p {
    --tw-gradient-from: rgba(3,39,41,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .md\:from-tropic-90p {
    --tw-gradient-from: rgba(3,39,41,0.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .md\:from-taiga-base {
    --tw-gradient-from: #56766E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .md\:from-taiga-light {
    --tw-gradient-from: #608178;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .md\:from-savana {
    --tw-gradient-from: #EFD9AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .md\:from-tundra {
    --tw-gradient-from: #F2F2EE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .md\:from-arctic-base {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-arctic-low {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-arctic-very-low {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-black-base {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-black-dim {
    --tw-gradient-from: rgba(0,5,5,0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .md\:from-black-low {
    --tw-gradient-from: #0A000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .md\:from-black-semi {
    --tw-gradient-from: #66000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .md\:from-white-low {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-white-medium {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-white-semi {
    --tw-gradient-from: rgba(255,255,255,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-error {
    --tw-gradient-from: #D17A3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .md\:from-yellow {
    --tw-gradient-from: #CC9747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .md\:from-expedition {
    --tw-gradient-from: #4F7088;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .md\:from-green-base {
    --tw-gradient-from: #8CAE44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .md\:from-green-light {
    --tw-gradient-from: #E3E6E1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .md\:from-red-base {
    --tw-gradient-from: #bf0b0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .md\:from-transparent {
    --tw-gradient-from: rgba(0,0,0,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-tropic-base:hover {
    --tw-gradient-from: #032729;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .md\:hover\:from-tropic-light:hover {
    --tw-gradient-from: rgba(3,39,41,0.7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .md\:hover\:from-tropic-6p:hover {
    --tw-gradient-from: rgba(3,39,41,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .md\:hover\:from-tropic-90p:hover {
    --tw-gradient-from: rgba(3,39,41,0.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .md\:hover\:from-taiga-base:hover {
    --tw-gradient-from: #56766E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .md\:hover\:from-taiga-light:hover {
    --tw-gradient-from: #608178;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .md\:hover\:from-savana:hover {
    --tw-gradient-from: #EFD9AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .md\:hover\:from-tundra:hover {
    --tw-gradient-from: #F2F2EE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .md\:hover\:from-arctic-base:hover {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-arctic-low:hover {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-arctic-very-low:hover {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-black-base:hover {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-black-dim:hover {
    --tw-gradient-from: rgba(0,5,5,0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .md\:hover\:from-black-low:hover {
    --tw-gradient-from: #0A000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .md\:hover\:from-black-semi:hover {
    --tw-gradient-from: #66000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .md\:hover\:from-white-low:hover {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-white-medium:hover {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-white-semi:hover {
    --tw-gradient-from: rgba(255,255,255,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-error:hover {
    --tw-gradient-from: #D17A3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .md\:hover\:from-yellow:hover {
    --tw-gradient-from: #CC9747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .md\:hover\:from-expedition:hover {
    --tw-gradient-from: #4F7088;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .md\:hover\:from-green-base:hover {
    --tw-gradient-from: #8CAE44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .md\:hover\:from-green-light:hover {
    --tw-gradient-from: #E3E6E1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .md\:hover\:from-red-base:hover {
    --tw-gradient-from: #bf0b0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .md\:hover\:from-transparent:hover {
    --tw-gradient-from: rgba(0,0,0,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-tropic-base:focus {
    --tw-gradient-from: #032729;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .md\:focus\:from-tropic-light:focus {
    --tw-gradient-from: rgba(3,39,41,0.7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .md\:focus\:from-tropic-6p:focus {
    --tw-gradient-from: rgba(3,39,41,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .md\:focus\:from-tropic-90p:focus {
    --tw-gradient-from: rgba(3,39,41,0.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .md\:focus\:from-taiga-base:focus {
    --tw-gradient-from: #56766E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .md\:focus\:from-taiga-light:focus {
    --tw-gradient-from: #608178;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .md\:focus\:from-savana:focus {
    --tw-gradient-from: #EFD9AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .md\:focus\:from-tundra:focus {
    --tw-gradient-from: #F2F2EE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .md\:focus\:from-arctic-base:focus {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-arctic-low:focus {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-arctic-very-low:focus {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-black-base:focus {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-black-dim:focus {
    --tw-gradient-from: rgba(0,5,5,0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .md\:focus\:from-black-low:focus {
    --tw-gradient-from: #0A000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .md\:focus\:from-black-semi:focus {
    --tw-gradient-from: #66000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .md\:focus\:from-white-low:focus {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-white-medium:focus {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-white-semi:focus {
    --tw-gradient-from: rgba(255,255,255,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-error:focus {
    --tw-gradient-from: #D17A3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .md\:focus\:from-yellow:focus {
    --tw-gradient-from: #CC9747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .md\:focus\:from-expedition:focus {
    --tw-gradient-from: #4F7088;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .md\:focus\:from-green-base:focus {
    --tw-gradient-from: #8CAE44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .md\:focus\:from-green-light:focus {
    --tw-gradient-from: #E3E6E1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .md\:focus\:from-red-base:focus {
    --tw-gradient-from: #bf0b0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .md\:focus\:from-transparent:focus {
    --tw-gradient-from: rgba(0,0,0,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-tropic-base {
    --tw-gradient-stops: var(--tw-gradient-from), #032729, var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .md\:via-tropic-light {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.7), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .md\:via-tropic-6p {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.6), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .md\:via-tropic-90p {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.9), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .md\:via-taiga-base {
    --tw-gradient-stops: var(--tw-gradient-from), #56766E, var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .md\:via-taiga-light {
    --tw-gradient-stops: var(--tw-gradient-from), #608178, var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .md\:via-savana {
    --tw-gradient-stops: var(--tw-gradient-from), #EFD9AE, var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .md\:via-tundra {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2EE, var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .md\:via-arctic-base {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-arctic-low {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-arctic-very-low {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-black-base {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-black-dim {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,5,5,0.8), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .md\:via-black-low {
    --tw-gradient-stops: var(--tw-gradient-from), #0A000000, var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .md\:via-black-semi {
    --tw-gradient-stops: var(--tw-gradient-from), #66000000, var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .md\:via-white-low {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-white-medium {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-white-semi {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), #D17A3A, var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .md\:via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #CC9747, var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .md\:via-expedition {
    --tw-gradient-stops: var(--tw-gradient-from), #4F7088, var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .md\:via-green-base {
    --tw-gradient-stops: var(--tw-gradient-from), #8CAE44, var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .md\:via-green-light {
    --tw-gradient-stops: var(--tw-gradient-from), #E3E6E1, var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .md\:via-red-base {
    --tw-gradient-stops: var(--tw-gradient-from), #bf0b0b, var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .md\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-tropic-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #032729, var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .md\:hover\:via-tropic-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.7), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .md\:hover\:via-tropic-6p:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.6), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .md\:hover\:via-tropic-90p:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.9), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .md\:hover\:via-taiga-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #56766E, var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .md\:hover\:via-taiga-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #608178, var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .md\:hover\:via-savana:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EFD9AE, var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .md\:hover\:via-tundra:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2EE, var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .md\:hover\:via-arctic-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-arctic-low:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-arctic-very-low:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-black-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-black-dim:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,5,5,0.8), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .md\:hover\:via-black-low:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0A000000, var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .md\:hover\:via-black-semi:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #66000000, var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .md\:hover\:via-white-low:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-white-medium:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-white-semi:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D17A3A, var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .md\:hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CC9747, var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .md\:hover\:via-expedition:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F7088, var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .md\:hover\:via-green-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8CAE44, var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .md\:hover\:via-green-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E3E6E1, var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .md\:hover\:via-red-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bf0b0b, var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .md\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-tropic-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #032729, var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .md\:focus\:via-tropic-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.7), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .md\:focus\:via-tropic-6p:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.6), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .md\:focus\:via-tropic-90p:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.9), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .md\:focus\:via-taiga-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #56766E, var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .md\:focus\:via-taiga-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #608178, var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .md\:focus\:via-savana:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EFD9AE, var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .md\:focus\:via-tundra:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2EE, var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .md\:focus\:via-arctic-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-arctic-low:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-arctic-very-low:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-black-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-black-dim:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,5,5,0.8), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .md\:focus\:via-black-low:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0A000000, var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .md\:focus\:via-black-semi:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #66000000, var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .md\:focus\:via-white-low:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-white-medium:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-white-semi:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D17A3A, var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .md\:focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CC9747, var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .md\:focus\:via-expedition:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F7088, var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .md\:focus\:via-green-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8CAE44, var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .md\:focus\:via-green-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E3E6E1, var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .md\:focus\:via-red-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bf0b0b, var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .md\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:to-tropic-base {
    --tw-gradient-to: #032729;
  }

  .md\:to-tropic-light {
    --tw-gradient-to: rgba(3,39,41,0.7);
  }

  .md\:to-tropic-6p {
    --tw-gradient-to: rgba(3,39,41,0.6);
  }

  .md\:to-tropic-90p {
    --tw-gradient-to: rgba(3,39,41,0.9);
  }

  .md\:to-taiga-base {
    --tw-gradient-to: #56766E;
  }

  .md\:to-taiga-light {
    --tw-gradient-to: #608178;
  }

  .md\:to-savana {
    --tw-gradient-to: #EFD9AE;
  }

  .md\:to-tundra {
    --tw-gradient-to: #F2F2EE;
  }

  .md\:to-arctic-base {
    --tw-gradient-to: #FFFFFF;
  }

  .md\:to-arctic-low {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .md\:to-arctic-very-low {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .md\:to-black-base {
    --tw-gradient-to: #000000;
  }

  .md\:to-black-dim {
    --tw-gradient-to: rgba(0,5,5,0.8);
  }

  .md\:to-black-low {
    --tw-gradient-to: #0A000000;
  }

  .md\:to-black-semi {
    --tw-gradient-to: #66000000;
  }

  .md\:to-white-low {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .md\:to-white-medium {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .md\:to-white-semi {
    --tw-gradient-to: rgba(255,255,255,0.6);
  }

  .md\:to-error {
    --tw-gradient-to: #D17A3A;
  }

  .md\:to-yellow {
    --tw-gradient-to: #CC9747;
  }

  .md\:to-expedition {
    --tw-gradient-to: #4F7088;
  }

  .md\:to-green-base {
    --tw-gradient-to: #8CAE44;
  }

  .md\:to-green-light {
    --tw-gradient-to: #E3E6E1;
  }

  .md\:to-red-base {
    --tw-gradient-to: #bf0b0b;
  }

  .md\:to-transparent {
    --tw-gradient-to: rgba(0,0,0,0);
  }

  .md\:hover\:to-tropic-base:hover {
    --tw-gradient-to: #032729;
  }

  .md\:hover\:to-tropic-light:hover {
    --tw-gradient-to: rgba(3,39,41,0.7);
  }

  .md\:hover\:to-tropic-6p:hover {
    --tw-gradient-to: rgba(3,39,41,0.6);
  }

  .md\:hover\:to-tropic-90p:hover {
    --tw-gradient-to: rgba(3,39,41,0.9);
  }

  .md\:hover\:to-taiga-base:hover {
    --tw-gradient-to: #56766E;
  }

  .md\:hover\:to-taiga-light:hover {
    --tw-gradient-to: #608178;
  }

  .md\:hover\:to-savana:hover {
    --tw-gradient-to: #EFD9AE;
  }

  .md\:hover\:to-tundra:hover {
    --tw-gradient-to: #F2F2EE;
  }

  .md\:hover\:to-arctic-base:hover {
    --tw-gradient-to: #FFFFFF;
  }

  .md\:hover\:to-arctic-low:hover {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .md\:hover\:to-arctic-very-low:hover {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .md\:hover\:to-black-base:hover {
    --tw-gradient-to: #000000;
  }

  .md\:hover\:to-black-dim:hover {
    --tw-gradient-to: rgba(0,5,5,0.8);
  }

  .md\:hover\:to-black-low:hover {
    --tw-gradient-to: #0A000000;
  }

  .md\:hover\:to-black-semi:hover {
    --tw-gradient-to: #66000000;
  }

  .md\:hover\:to-white-low:hover {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .md\:hover\:to-white-medium:hover {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .md\:hover\:to-white-semi:hover {
    --tw-gradient-to: rgba(255,255,255,0.6);
  }

  .md\:hover\:to-error:hover {
    --tw-gradient-to: #D17A3A;
  }

  .md\:hover\:to-yellow:hover {
    --tw-gradient-to: #CC9747;
  }

  .md\:hover\:to-expedition:hover {
    --tw-gradient-to: #4F7088;
  }

  .md\:hover\:to-green-base:hover {
    --tw-gradient-to: #8CAE44;
  }

  .md\:hover\:to-green-light:hover {
    --tw-gradient-to: #E3E6E1;
  }

  .md\:hover\:to-red-base:hover {
    --tw-gradient-to: #bf0b0b;
  }

  .md\:hover\:to-transparent:hover {
    --tw-gradient-to: rgba(0,0,0,0);
  }

  .md\:focus\:to-tropic-base:focus {
    --tw-gradient-to: #032729;
  }

  .md\:focus\:to-tropic-light:focus {
    --tw-gradient-to: rgba(3,39,41,0.7);
  }

  .md\:focus\:to-tropic-6p:focus {
    --tw-gradient-to: rgba(3,39,41,0.6);
  }

  .md\:focus\:to-tropic-90p:focus {
    --tw-gradient-to: rgba(3,39,41,0.9);
  }

  .md\:focus\:to-taiga-base:focus {
    --tw-gradient-to: #56766E;
  }

  .md\:focus\:to-taiga-light:focus {
    --tw-gradient-to: #608178;
  }

  .md\:focus\:to-savana:focus {
    --tw-gradient-to: #EFD9AE;
  }

  .md\:focus\:to-tundra:focus {
    --tw-gradient-to: #F2F2EE;
  }

  .md\:focus\:to-arctic-base:focus {
    --tw-gradient-to: #FFFFFF;
  }

  .md\:focus\:to-arctic-low:focus {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .md\:focus\:to-arctic-very-low:focus {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .md\:focus\:to-black-base:focus {
    --tw-gradient-to: #000000;
  }

  .md\:focus\:to-black-dim:focus {
    --tw-gradient-to: rgba(0,5,5,0.8);
  }

  .md\:focus\:to-black-low:focus {
    --tw-gradient-to: #0A000000;
  }

  .md\:focus\:to-black-semi:focus {
    --tw-gradient-to: #66000000;
  }

  .md\:focus\:to-white-low:focus {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .md\:focus\:to-white-medium:focus {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .md\:focus\:to-white-semi:focus {
    --tw-gradient-to: rgba(255,255,255,0.6);
  }

  .md\:focus\:to-error:focus {
    --tw-gradient-to: #D17A3A;
  }

  .md\:focus\:to-yellow:focus {
    --tw-gradient-to: #CC9747;
  }

  .md\:focus\:to-expedition:focus {
    --tw-gradient-to: #4F7088;
  }

  .md\:focus\:to-green-base:focus {
    --tw-gradient-to: #8CAE44;
  }

  .md\:focus\:to-green-light:focus {
    --tw-gradient-to: #E3E6E1;
  }

  .md\:focus\:to-red-base:focus {
    --tw-gradient-to: #bf0b0b;
  }

  .md\:focus\:to-transparent:focus {
    --tw-gradient-to: rgba(0,0,0,0);
  }

  .md\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .md\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:bg-fixed {
    background-attachment: fixed;
  }

  .md\:bg-local {
    background-attachment: local;
  }

  .md\:bg-scroll {
    background-attachment: scroll;
  }

  .md\:bg-clip-border {
    background-clip: border-box;
  }

  .md\:bg-clip-padding {
    background-clip: padding-box;
  }

  .md\:bg-clip-content {
    background-clip: content-box;
  }

  .md\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  .md\:bg-repeat {
    background-repeat: repeat;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round {
    background-repeat: round;
  }

  .md\:bg-repeat-space {
    background-repeat: space;
  }

  .md\:bg-origin-border {
    background-origin: border-box;
  }

  .md\:bg-origin-padding {
    background-origin: padding-box;
  }

  .md\:bg-origin-content {
    background-origin: content-box;
  }

  .md\:fill-current {
    fill: currentColor;
  }

  .md\:stroke-current {
    stroke: currentColor;
  }

  .md\:stroke-0 {
    stroke-width: 0;
  }

  .md\:stroke-1 {
    stroke-width: 1;
  }

  .md\:stroke-2 {
    stroke-width: 2;
  }

  .md\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .md\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .md\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-9 {
    padding: 2.25rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-11 {
    padding: 2.75rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-28 {
    padding: 7rem;
  }

  .md\:p-32 {
    padding: 8rem;
  }

  .md\:p-36 {
    padding: 9rem;
  }

  .md\:p-40 {
    padding: 10rem;
  }

  .md\:p-44 {
    padding: 11rem;
  }

  .md\:p-48 {
    padding: 12rem;
  }

  .md\:p-52 {
    padding: 13rem;
  }

  .md\:p-56 {
    padding: 14rem;
  }

  .md\:p-60 {
    padding: 15rem;
  }

  .md\:p-64 {
    padding: 16rem;
  }

  .md\:p-72 {
    padding: 18rem;
  }

  .md\:p-80 {
    padding: 20rem;
  }

  .md\:p-96 {
    padding: 24rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:p-0\.5 {
    padding: 0.125rem;
  }

  .md\:p-1\.5 {
    padding: 0.375rem;
  }

  .md\:p-2\.5 {
    padding: 0.625rem;
  }

  .md\:p-3\.5 {
    padding: 0.875rem;
  }

  .md\:p-4px {
    padding: 4px;
  }

  .md\:p-7px {
    padding: 7px;
  }

  .md\:p-8px {
    padding: 8px;
  }

  .md\:p-10px {
    padding: 10px;
  }

  .md\:p-12px {
    padding: 12px;
  }

  .md\:p-14px {
    padding: 14px;
  }

  .md\:p-16px {
    padding: 16px;
  }

  .md\:p-20px {
    padding: 20px;
  }

  .md\:p-24px {
    padding: 24px;
  }

  .md\:p-26px {
    padding: 26px;
  }

  .md\:p-28px {
    padding: 28px;
  }

  .md\:p-32px {
    padding: 32px;
  }

  .md\:p-40px {
    padding: 40px;
  }

  .md\:p-48px {
    padding: 48px;
  }

  .md\:p-60px {
    padding: 60px;
  }

  .md\:p-94px {
    padding: 94px;
  }

  .md\:p-100px {
    padding: 100px;
  }

  .md\:p-135px {
    padding: 135px;
  }

  .md\:p-150px {
    padding: 150px;
  }

  .md\:p-268px {
    padding: 268px;
  }

  .md\:p-300px {
    padding: 300px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:px-4px {
    padding-left: 4px;
    padding-right: 4px;
  }

  .md\:px-7px {
    padding-left: 7px;
    padding-right: 7px;
  }

  .md\:px-8px {
    padding-left: 8px;
    padding-right: 8px;
  }

  .md\:px-10px {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:px-12px {
    padding-left: 12px;
    padding-right: 12px;
  }

  .md\:px-14px {
    padding-left: 14px;
    padding-right: 14px;
  }

  .md\:px-16px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md\:px-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:px-24px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:px-26px {
    padding-left: 26px;
    padding-right: 26px;
  }

  .md\:px-28px {
    padding-left: 28px;
    padding-right: 28px;
  }

  .md\:px-32px {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:px-40px {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:px-48px {
    padding-left: 48px;
    padding-right: 48px;
  }

  .md\:px-60px {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:px-94px {
    padding-left: 94px;
    padding-right: 94px;
  }

  .md\:px-100px {
    padding-left: 100px;
    padding-right: 100px;
  }

  .md\:px-135px {
    padding-left: 135px;
    padding-right: 135px;
  }

  .md\:px-150px {
    padding-left: 150px;
    padding-right: 150px;
  }

  .md\:px-268px {
    padding-left: 268px;
    padding-right: 268px;
  }

  .md\:px-300px {
    padding-left: 300px;
    padding-right: 300px;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:py-4px {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .md\:py-7px {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .md\:py-8px {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md\:py-10px {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:py-12px {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md\:py-14px {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .md\:py-16px {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md\:py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:py-24px {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md\:py-26px {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .md\:py-28px {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .md\:py-32px {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md\:py-40px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:py-48px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .md\:py-60px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:py-94px {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .md\:py-100px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:py-135px {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .md\:py-150px {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .md\:py-268px {
    padding-top: 268px;
    padding-bottom: 268px;
  }

  .md\:py-300px {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pt-9 {
    padding-top: 2.25rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pt-36 {
    padding-top: 9rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pt-44 {
    padding-top: 11rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

  .md\:pt-52 {
    padding-top: 13rem;
  }

  .md\:pt-56 {
    padding-top: 14rem;
  }

  .md\:pt-60 {
    padding-top: 15rem;
  }

  .md\:pt-64 {
    padding-top: 16rem;
  }

  .md\:pt-72 {
    padding-top: 18rem;
  }

  .md\:pt-80 {
    padding-top: 20rem;
  }

  .md\:pt-96 {
    padding-top: 24rem;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .md\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .md\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .md\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .md\:pt-4px {
    padding-top: 4px;
  }

  .md\:pt-7px {
    padding-top: 7px;
  }

  .md\:pt-8px {
    padding-top: 8px;
  }

  .md\:pt-10px {
    padding-top: 10px;
  }

  .md\:pt-12px {
    padding-top: 12px;
  }

  .md\:pt-14px {
    padding-top: 14px;
  }

  .md\:pt-16px {
    padding-top: 16px;
  }

  .md\:pt-20px {
    padding-top: 20px;
  }

  .md\:pt-24px {
    padding-top: 24px;
  }

  .md\:pt-26px {
    padding-top: 26px;
  }

  .md\:pt-28px {
    padding-top: 28px;
  }

  .md\:pt-32px {
    padding-top: 32px;
  }

  .md\:pt-40px {
    padding-top: 40px;
  }

  .md\:pt-48px {
    padding-top: 48px;
  }

  .md\:pt-60px {
    padding-top: 60px;
  }

  .md\:pt-94px {
    padding-top: 94px;
  }

  .md\:pt-100px {
    padding-top: 100px;
  }

  .md\:pt-135px {
    padding-top: 135px;
  }

  .md\:pt-150px {
    padding-top: 150px;
  }

  .md\:pt-268px {
    padding-top: 268px;
  }

  .md\:pt-300px {
    padding-top: 300px;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pr-7 {
    padding-right: 1.75rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pr-9 {
    padding-right: 2.25rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pr-11 {
    padding-right: 2.75rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pr-28 {
    padding-right: 7rem;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pr-36 {
    padding-right: 9rem;
  }

  .md\:pr-40 {
    padding-right: 10rem;
  }

  .md\:pr-44 {
    padding-right: 11rem;
  }

  .md\:pr-48 {
    padding-right: 12rem;
  }

  .md\:pr-52 {
    padding-right: 13rem;
  }

  .md\:pr-56 {
    padding-right: 14rem;
  }

  .md\:pr-60 {
    padding-right: 15rem;
  }

  .md\:pr-64 {
    padding-right: 16rem;
  }

  .md\:pr-72 {
    padding-right: 18rem;
  }

  .md\:pr-80 {
    padding-right: 20rem;
  }

  .md\:pr-96 {
    padding-right: 24rem;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .md\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .md\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .md\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .md\:pr-4px {
    padding-right: 4px;
  }

  .md\:pr-7px {
    padding-right: 7px;
  }

  .md\:pr-8px {
    padding-right: 8px;
  }

  .md\:pr-10px {
    padding-right: 10px;
  }

  .md\:pr-12px {
    padding-right: 12px;
  }

  .md\:pr-14px {
    padding-right: 14px;
  }

  .md\:pr-16px {
    padding-right: 16px;
  }

  .md\:pr-20px {
    padding-right: 20px;
  }

  .md\:pr-24px {
    padding-right: 24px;
  }

  .md\:pr-26px {
    padding-right: 26px;
  }

  .md\:pr-28px {
    padding-right: 28px;
  }

  .md\:pr-32px {
    padding-right: 32px;
  }

  .md\:pr-40px {
    padding-right: 40px;
  }

  .md\:pr-48px {
    padding-right: 48px;
  }

  .md\:pr-60px {
    padding-right: 60px;
  }

  .md\:pr-94px {
    padding-right: 94px;
  }

  .md\:pr-100px {
    padding-right: 100px;
  }

  .md\:pr-135px {
    padding-right: 135px;
  }

  .md\:pr-150px {
    padding-right: 150px;
  }

  .md\:pr-268px {
    padding-right: 268px;
  }

  .md\:pr-300px {
    padding-right: 300px;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pb-36 {
    padding-bottom: 9rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pb-44 {
    padding-bottom: 11rem;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:pb-52 {
    padding-bottom: 13rem;
  }

  .md\:pb-56 {
    padding-bottom: 14rem;
  }

  .md\:pb-60 {
    padding-bottom: 15rem;
  }

  .md\:pb-64 {
    padding-bottom: 16rem;
  }

  .md\:pb-72 {
    padding-bottom: 18rem;
  }

  .md\:pb-80 {
    padding-bottom: 20rem;
  }

  .md\:pb-96 {
    padding-bottom: 24rem;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .md\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .md\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .md\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .md\:pb-4px {
    padding-bottom: 4px;
  }

  .md\:pb-7px {
    padding-bottom: 7px;
  }

  .md\:pb-8px {
    padding-bottom: 8px;
  }

  .md\:pb-10px {
    padding-bottom: 10px;
  }

  .md\:pb-12px {
    padding-bottom: 12px;
  }

  .md\:pb-14px {
    padding-bottom: 14px;
  }

  .md\:pb-16px {
    padding-bottom: 16px;
  }

  .md\:pb-20px {
    padding-bottom: 20px;
  }

  .md\:pb-24px {
    padding-bottom: 24px;
  }

  .md\:pb-26px {
    padding-bottom: 26px;
  }

  .md\:pb-28px {
    padding-bottom: 28px;
  }

  .md\:pb-32px {
    padding-bottom: 32px;
  }

  .md\:pb-40px {
    padding-bottom: 40px;
  }

  .md\:pb-48px {
    padding-bottom: 48px;
  }

  .md\:pb-60px {
    padding-bottom: 60px;
  }

  .md\:pb-94px {
    padding-bottom: 94px;
  }

  .md\:pb-100px {
    padding-bottom: 100px;
  }

  .md\:pb-135px {
    padding-bottom: 135px;
  }

  .md\:pb-150px {
    padding-bottom: 150px;
  }

  .md\:pb-268px {
    padding-bottom: 268px;
  }

  .md\:pb-300px {
    padding-bottom: 300px;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pl-9 {
    padding-left: 2.25rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-11 {
    padding-left: 2.75rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pl-14 {
    padding-left: 3.5rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pl-28 {
    padding-left: 7rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pl-36 {
    padding-left: 9rem;
  }

  .md\:pl-40 {
    padding-left: 10rem;
  }

  .md\:pl-44 {
    padding-left: 11rem;
  }

  .md\:pl-48 {
    padding-left: 12rem;
  }

  .md\:pl-52 {
    padding-left: 13rem;
  }

  .md\:pl-56 {
    padding-left: 14rem;
  }

  .md\:pl-60 {
    padding-left: 15rem;
  }

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:pl-72 {
    padding-left: 18rem;
  }

  .md\:pl-80 {
    padding-left: 20rem;
  }

  .md\:pl-96 {
    padding-left: 24rem;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .md\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .md\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .md\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .md\:pl-4px {
    padding-left: 4px;
  }

  .md\:pl-7px {
    padding-left: 7px;
  }

  .md\:pl-8px {
    padding-left: 8px;
  }

  .md\:pl-10px {
    padding-left: 10px;
  }

  .md\:pl-12px {
    padding-left: 12px;
  }

  .md\:pl-14px {
    padding-left: 14px;
  }

  .md\:pl-16px {
    padding-left: 16px;
  }

  .md\:pl-20px {
    padding-left: 20px;
  }

  .md\:pl-24px {
    padding-left: 24px;
  }

  .md\:pl-26px {
    padding-left: 26px;
  }

  .md\:pl-28px {
    padding-left: 28px;
  }

  .md\:pl-32px {
    padding-left: 32px;
  }

  .md\:pl-40px {
    padding-left: 40px;
  }

  .md\:pl-48px {
    padding-left: 48px;
  }

  .md\:pl-60px {
    padding-left: 60px;
  }

  .md\:pl-94px {
    padding-left: 94px;
  }

  .md\:pl-100px {
    padding-left: 100px;
  }

  .md\:pl-135px {
    padding-left: 135px;
  }

  .md\:pl-150px {
    padding-left: 150px;
  }

  .md\:pl-268px {
    padding-left: 268px;
  }

  .md\:pl-300px {
    padding-left: 300px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:font-Steelfish {
    font-family: Steelfish;
  }

  .md\:font-Poppins {
    font-family: Poppins;
  }

  .md\:font-ReenieBeanie {
    font-family: ReenieBeanie;
  }

  .md\:text-120px {
    font-size: 120px;
  }

  .md\:text-100px {
    font-size: 100px;
  }

  .md\:text-96px {
    font-size: 96px;
  }

  .md\:text-72px {
    font-size: 72px;
  }

  .md\:text-64px {
    font-size: 64px;
  }

  .md\:text-48px {
    font-size: 48px;
  }

  .md\:text-42px {
    font-size: 42px;
  }

  .md\:text-38px {
    font-size: 38px;
  }

  .md\:text-36px {
    font-size: 36px;
  }

  .md\:text-34px {
    font-size: 34px;
  }

  .md\:text-32px {
    font-size: 32px;
  }

  .md\:text-28px {
    font-size: 28px;
  }

  .md\:text-24px {
    font-size: 24px;
  }

  .md\:text-22px {
    font-size: 22px;
  }

  .md\:text-20px {
    font-size: 20px;
  }

  .md\:text-18px {
    font-size: 18px;
  }

  .md\:text-17px {
    font-size: 17px;
  }

  .md\:text-16px {
    font-size: 16px;
  }

  .md\:text-15px {
    font-size: 15px;
  }

  .md\:text-14px {
    font-size: 14px;
  }

  .md\:text-13px {
    font-size: 13px;
  }

  .md\:text-12px {
    font-size: 12px;
  }

  .md\:text-11px {
    font-size: 11px;
  }

  .md\:font-thin {
    font-weight: 100;
  }

  .md\:font-extralight {
    font-weight: 200;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:not-italic {
    font-style: normal;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --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);
  }

  .md\:normal-nums {
    font-variant-numeric: normal;
  }

  .md\:ordinal {
    --tw-ordinal: ordinal;
  }

  .md\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .md\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .md\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .md\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .md\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .md\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .md\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .md\:leading-3 {
    line-height: .75rem;
  }

  .md\:leading-4 {
    line-height: 1rem;
  }

  .md\:leading-5 {
    line-height: 1.25rem;
  }

  .md\:leading-6 {
    line-height: 1.5rem;
  }

  .md\:leading-7 {
    line-height: 1.75rem;
  }

  .md\:leading-8 {
    line-height: 2rem;
  }

  .md\:leading-9 {
    line-height: 2.25rem;
  }

  .md\:leading-10 {
    line-height: 2.5rem;
  }

  .md\:leading-19 {
    line-height: 19px;
  }

  .md\:leading-29 {
    line-height: 29px;
  }

  .md\:leading-46 {
    line-height: 46px;
  }

  .md\:leading-173 {
    line-height: 173px;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:leading-snug {
    line-height: 1.375;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:leading-relaxed {
    line-height: 1.625;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:leading-160p {
    line-height: 160%;
  }

  .md\:leading-145p {
    line-height: 145%;
  }

  .md\:leading-120p {
    line-height: 120%;
  }

  .md\:tracking-2 {
    letter-spacing: 0.02em;
  }

  .md\:tracking-14 {
    letter-spacing: 0.14em;
  }

  .md\:tracking-26 {
    letter-spacing: 0.26em;
  }

  .md\:tracking-28 {
    letter-spacing: 0.28em;
  }

  .md\:text-tropic-base {
    --tw-text-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-text-opacity));
  }

  .md\:text-tropic-light {
    color: rgba(3,39,41,0.7);
  }

  .md\:text-tropic-6p {
    color: rgba(3,39,41,0.6);
  }

  .md\:text-tropic-90p {
    color: rgba(3,39,41,0.9);
  }

  .md\:text-taiga-base {
    --tw-text-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-text-opacity));
  }

  .md\:text-taiga-light {
    --tw-text-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-text-opacity));
  }

  .md\:text-savana {
    --tw-text-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-text-opacity));
  }

  .md\:text-tundra {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-text-opacity));
  }

  .md\:text-arctic-base {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:text-arctic-low {
    color: rgba(255,255,255,0.12);
  }

  .md\:text-arctic-very-low {
    color: rgba(255,255,255,0.06);
  }

  .md\:text-black-base {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:text-black-dim {
    color: rgba(0,5,5,0.8);
  }

  .md\:text-black-low {
    color: #0A000000;
  }

  .md\:text-black-semi {
    color: #66000000;
  }

  .md\:text-white-low {
    color: rgba(255,255,255,0.06);
  }

  .md\:text-white-medium {
    color: rgba(255,255,255,0.12);
  }

  .md\:text-white-semi {
    color: rgba(255,255,255,0.6);
  }

  .md\:text-error {
    --tw-text-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-text-opacity));
  }

  .md\:text-yellow {
    --tw-text-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-text-opacity));
  }

  .md\:text-expedition {
    --tw-text-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-text-opacity));
  }

  .md\:text-green-base {
    --tw-text-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-text-opacity));
  }

  .md\:text-green-light {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-text-opacity));
  }

  .md\:text-red-base {
    --tw-text-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-text-opacity));
  }

  .md\:text-transparent {
    color: rgba(0,0,0,0);
  }

  .group:hover .md\:group-hover\:text-tropic-base {
    --tw-text-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-tropic-light {
    color: rgba(3,39,41,0.7);
  }

  .group:hover .md\:group-hover\:text-tropic-6p {
    color: rgba(3,39,41,0.6);
  }

  .group:hover .md\:group-hover\:text-tropic-90p {
    color: rgba(3,39,41,0.9);
  }

  .group:hover .md\:group-hover\:text-taiga-base {
    --tw-text-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-taiga-light {
    --tw-text-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-savana {
    --tw-text-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-tundra {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-arctic-base {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-arctic-low {
    color: rgba(255,255,255,0.12);
  }

  .group:hover .md\:group-hover\:text-arctic-very-low {
    color: rgba(255,255,255,0.06);
  }

  .group:hover .md\:group-hover\:text-black-base {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-black-dim {
    color: rgba(0,5,5,0.8);
  }

  .group:hover .md\:group-hover\:text-black-low {
    color: #0A000000;
  }

  .group:hover .md\:group-hover\:text-black-semi {
    color: #66000000;
  }

  .group:hover .md\:group-hover\:text-white-low {
    color: rgba(255,255,255,0.06);
  }

  .group:hover .md\:group-hover\:text-white-medium {
    color: rgba(255,255,255,0.12);
  }

  .group:hover .md\:group-hover\:text-white-semi {
    color: rgba(255,255,255,0.6);
  }

  .group:hover .md\:group-hover\:text-error {
    --tw-text-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow {
    --tw-text-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-expedition {
    --tw-text-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-base {
    --tw-text-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-light {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-base {
    --tw-text-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-transparent {
    color: rgba(0,0,0,0);
  }

  .md\:focus-within\:text-tropic-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-tropic-light:focus-within {
    color: rgba(3,39,41,0.7);
  }

  .md\:focus-within\:text-tropic-6p:focus-within {
    color: rgba(3,39,41,0.6);
  }

  .md\:focus-within\:text-tropic-90p:focus-within {
    color: rgba(3,39,41,0.9);
  }

  .md\:focus-within\:text-taiga-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-taiga-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-savana:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-tundra:focus-within {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-arctic-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-arctic-low:focus-within {
    color: rgba(255,255,255,0.12);
  }

  .md\:focus-within\:text-arctic-very-low:focus-within {
    color: rgba(255,255,255,0.06);
  }

  .md\:focus-within\:text-black-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-black-dim:focus-within {
    color: rgba(0,5,5,0.8);
  }

  .md\:focus-within\:text-black-low:focus-within {
    color: #0A000000;
  }

  .md\:focus-within\:text-black-semi:focus-within {
    color: #66000000;
  }

  .md\:focus-within\:text-white-low:focus-within {
    color: rgba(255,255,255,0.06);
  }

  .md\:focus-within\:text-white-medium:focus-within {
    color: rgba(255,255,255,0.12);
  }

  .md\:focus-within\:text-white-semi:focus-within {
    color: rgba(255,255,255,0.6);
  }

  .md\:focus-within\:text-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow:focus-within {
    --tw-text-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-expedition:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-transparent:focus-within {
    color: rgba(0,0,0,0);
  }

  .md\:hover\:text-tropic-base:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-text-opacity));
  }

  .md\:hover\:text-tropic-light:hover {
    color: rgba(3,39,41,0.7);
  }

  .md\:hover\:text-tropic-6p:hover {
    color: rgba(3,39,41,0.6);
  }

  .md\:hover\:text-tropic-90p:hover {
    color: rgba(3,39,41,0.9);
  }

  .md\:hover\:text-taiga-base:hover {
    --tw-text-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-text-opacity));
  }

  .md\:hover\:text-taiga-light:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-text-opacity));
  }

  .md\:hover\:text-savana:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-text-opacity));
  }

  .md\:hover\:text-tundra:hover {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-text-opacity));
  }

  .md\:hover\:text-arctic-base:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-arctic-low:hover {
    color: rgba(255,255,255,0.12);
  }

  .md\:hover\:text-arctic-very-low:hover {
    color: rgba(255,255,255,0.06);
  }

  .md\:hover\:text-black-base:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-black-dim:hover {
    color: rgba(0,5,5,0.8);
  }

  .md\:hover\:text-black-low:hover {
    color: #0A000000;
  }

  .md\:hover\:text-black-semi:hover {
    color: #66000000;
  }

  .md\:hover\:text-white-low:hover {
    color: rgba(255,255,255,0.06);
  }

  .md\:hover\:text-white-medium:hover {
    color: rgba(255,255,255,0.12);
  }

  .md\:hover\:text-white-semi:hover {
    color: rgba(255,255,255,0.6);
  }

  .md\:hover\:text-error:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow:hover {
    --tw-text-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-text-opacity));
  }

  .md\:hover\:text-expedition:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-base:hover {
    --tw-text-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-light:hover {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-base:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-text-opacity));
  }

  .md\:hover\:text-transparent:hover {
    color: rgba(0,0,0,0);
  }

  .md\:focus\:text-tropic-base:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-text-opacity));
  }

  .md\:focus\:text-tropic-light:focus {
    color: rgba(3,39,41,0.7);
  }

  .md\:focus\:text-tropic-6p:focus {
    color: rgba(3,39,41,0.6);
  }

  .md\:focus\:text-tropic-90p:focus {
    color: rgba(3,39,41,0.9);
  }

  .md\:focus\:text-taiga-base:focus {
    --tw-text-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-text-opacity));
  }

  .md\:focus\:text-taiga-light:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-text-opacity));
  }

  .md\:focus\:text-savana:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-text-opacity));
  }

  .md\:focus\:text-tundra:focus {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-text-opacity));
  }

  .md\:focus\:text-arctic-base:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-arctic-low:focus {
    color: rgba(255,255,255,0.12);
  }

  .md\:focus\:text-arctic-very-low:focus {
    color: rgba(255,255,255,0.06);
  }

  .md\:focus\:text-black-base:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-black-dim:focus {
    color: rgba(0,5,5,0.8);
  }

  .md\:focus\:text-black-low:focus {
    color: #0A000000;
  }

  .md\:focus\:text-black-semi:focus {
    color: #66000000;
  }

  .md\:focus\:text-white-low:focus {
    color: rgba(255,255,255,0.06);
  }

  .md\:focus\:text-white-medium:focus {
    color: rgba(255,255,255,0.12);
  }

  .md\:focus\:text-white-semi:focus {
    color: rgba(255,255,255,0.6);
  }

  .md\:focus\:text-error:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow:focus {
    --tw-text-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-text-opacity));
  }

  .md\:focus\:text-expedition:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-base:focus {
    --tw-text-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-light:focus {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-base:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-text-opacity));
  }

  .md\:focus\:text-transparent:focus {
    color: rgba(0,0,0,0);
  }

  .md\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .md\:text-opacity-1 {
    --tw-text-opacity: .01;
  }

  .md\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .md\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .md\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .md\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .md\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .md\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .md\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .md\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .md\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .md\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .md\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .md\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .md\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .md\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .md\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .md\:group-hover\:text-opacity-1 {
    --tw-text-opacity: .01;
  }

  .group:hover .md\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .md\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .md\:focus-within\:text-opacity-1:focus-within {
    --tw-text-opacity: .01;
  }

  .md\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .md\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .md\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .md\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .md\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .md\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .md\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .md\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .md\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .md\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .md\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .md\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .md\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .md\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .md\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .md\:hover\:text-opacity-1:hover {
    --tw-text-opacity: .01;
  }

  .md\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .md\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .md\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .md\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .md\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .md\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .md\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .md\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .md\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .md\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .md\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .md\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .md\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .md\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .md\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .md\:focus\:text-opacity-1:focus {
    --tw-text-opacity: .01;
  }

  .md\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .md\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .md\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .md\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .md\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .md\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .md\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .md\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .md\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .md\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .md\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .md\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .md\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .md\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .md\:underline {
    text-decoration: underline;
  }

  .md\:line-through {
    text-decoration: line-through;
  }

  .md\:no-underline {
    text-decoration: none;
  }

  .group:hover .md\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .md\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .md\:group-hover\:no-underline {
    text-decoration: none;
  }

  .md\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .md\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .md\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .md\:focus\:underline:focus {
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:placeholder-tropic-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-tropic-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-tropic-light::-moz-placeholder {
    color: rgba(3,39,41,0.7);
  }

  .md\:placeholder-tropic-light::placeholder {
    color: rgba(3,39,41,0.7);
  }

  .md\:placeholder-tropic-6p::-moz-placeholder {
    color: rgba(3,39,41,0.6);
  }

  .md\:placeholder-tropic-6p::placeholder {
    color: rgba(3,39,41,0.6);
  }

  .md\:placeholder-tropic-90p::-moz-placeholder {
    color: rgba(3,39,41,0.9);
  }

  .md\:placeholder-tropic-90p::placeholder {
    color: rgba(3,39,41,0.9);
  }

  .md\:placeholder-taiga-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-taiga-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-taiga-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-taiga-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-savana::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-savana::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-tundra::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-tundra::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-arctic-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-arctic-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-arctic-low::-moz-placeholder {
    color: rgba(255,255,255,0.12);
  }

  .md\:placeholder-arctic-low::placeholder {
    color: rgba(255,255,255,0.12);
  }

  .md\:placeholder-arctic-very-low::-moz-placeholder {
    color: rgba(255,255,255,0.06);
  }

  .md\:placeholder-arctic-very-low::placeholder {
    color: rgba(255,255,255,0.06);
  }

  .md\:placeholder-black-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-dim::-moz-placeholder {
    color: rgba(0,5,5,0.8);
  }

  .md\:placeholder-black-dim::placeholder {
    color: rgba(0,5,5,0.8);
  }

  .md\:placeholder-black-low::-moz-placeholder {
    color: #0A000000;
  }

  .md\:placeholder-black-low::placeholder {
    color: #0A000000;
  }

  .md\:placeholder-black-semi::-moz-placeholder {
    color: #66000000;
  }

  .md\:placeholder-black-semi::placeholder {
    color: #66000000;
  }

  .md\:placeholder-white-low::-moz-placeholder {
    color: rgba(255,255,255,0.06);
  }

  .md\:placeholder-white-low::placeholder {
    color: rgba(255,255,255,0.06);
  }

  .md\:placeholder-white-medium::-moz-placeholder {
    color: rgba(255,255,255,0.12);
  }

  .md\:placeholder-white-medium::placeholder {
    color: rgba(255,255,255,0.12);
  }

  .md\:placeholder-white-semi::-moz-placeholder {
    color: rgba(255,255,255,0.6);
  }

  .md\:placeholder-white-semi::placeholder {
    color: rgba(255,255,255,0.6);
  }

  .md\:placeholder-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-expedition::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-expedition::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-transparent::-moz-placeholder {
    color: rgba(0,0,0,0);
  }

  .md\:placeholder-transparent::placeholder {
    color: rgba(0,0,0,0);
  }

  .md\:focus\:placeholder-tropic-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-tropic-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-tropic-light:focus::-moz-placeholder {
    color: rgba(3,39,41,0.7);
  }

  .md\:focus\:placeholder-tropic-light:focus::placeholder {
    color: rgba(3,39,41,0.7);
  }

  .md\:focus\:placeholder-tropic-6p:focus::-moz-placeholder {
    color: rgba(3,39,41,0.6);
  }

  .md\:focus\:placeholder-tropic-6p:focus::placeholder {
    color: rgba(3,39,41,0.6);
  }

  .md\:focus\:placeholder-tropic-90p:focus::-moz-placeholder {
    color: rgba(3,39,41,0.9);
  }

  .md\:focus\:placeholder-tropic-90p:focus::placeholder {
    color: rgba(3,39,41,0.9);
  }

  .md\:focus\:placeholder-taiga-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-taiga-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-taiga-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-taiga-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-savana:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-savana:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-tundra:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-tundra:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-arctic-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-arctic-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-arctic-low:focus::-moz-placeholder {
    color: rgba(255,255,255,0.12);
  }

  .md\:focus\:placeholder-arctic-low:focus::placeholder {
    color: rgba(255,255,255,0.12);
  }

  .md\:focus\:placeholder-arctic-very-low:focus::-moz-placeholder {
    color: rgba(255,255,255,0.06);
  }

  .md\:focus\:placeholder-arctic-very-low:focus::placeholder {
    color: rgba(255,255,255,0.06);
  }

  .md\:focus\:placeholder-black-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-dim:focus::-moz-placeholder {
    color: rgba(0,5,5,0.8);
  }

  .md\:focus\:placeholder-black-dim:focus::placeholder {
    color: rgba(0,5,5,0.8);
  }

  .md\:focus\:placeholder-black-low:focus::-moz-placeholder {
    color: #0A000000;
  }

  .md\:focus\:placeholder-black-low:focus::placeholder {
    color: #0A000000;
  }

  .md\:focus\:placeholder-black-semi:focus::-moz-placeholder {
    color: #66000000;
  }

  .md\:focus\:placeholder-black-semi:focus::placeholder {
    color: #66000000;
  }

  .md\:focus\:placeholder-white-low:focus::-moz-placeholder {
    color: rgba(255,255,255,0.06);
  }

  .md\:focus\:placeholder-white-low:focus::placeholder {
    color: rgba(255,255,255,0.06);
  }

  .md\:focus\:placeholder-white-medium:focus::-moz-placeholder {
    color: rgba(255,255,255,0.12);
  }

  .md\:focus\:placeholder-white-medium:focus::placeholder {
    color: rgba(255,255,255,0.12);
  }

  .md\:focus\:placeholder-white-semi:focus::-moz-placeholder {
    color: rgba(255,255,255,0.6);
  }

  .md\:focus\:placeholder-white-semi:focus::placeholder {
    color: rgba(255,255,255,0.6);
  }

  .md\:focus\:placeholder-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-expedition:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-expedition:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: rgba(0,0,0,0);
  }

  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: rgba(0,0,0,0);
  }

  .md\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-1::-moz-placeholder {
    --tw-placeholder-opacity: .01;
  }

  .md\:placeholder-opacity-1::placeholder {
    --tw-placeholder-opacity: .01;
  }

  .md\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: .01;
  }

  .md\:focus\:placeholder-opacity-1:focus::placeholder {
    --tw-placeholder-opacity: .01;
  }

  .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-1 {
    opacity: .01;
  }

  .md\:opacity-5 {
    opacity: 0.05;
  }

  .md\:opacity-10 {
    opacity: 0.1;
  }

  .md\:opacity-20 {
    opacity: 0.2;
  }

  .md\:opacity-25 {
    opacity: 0.25;
  }

  .md\:opacity-30 {
    opacity: 0.3;
  }

  .md\:opacity-40 {
    opacity: 0.4;
  }

  .md\:opacity-50 {
    opacity: 0.5;
  }

  .md\:opacity-60 {
    opacity: 0.6;
  }

  .md\:opacity-70 {
    opacity: 0.7;
  }

  .md\:opacity-75 {
    opacity: 0.75;
  }

  .md\:opacity-80 {
    opacity: 0.8;
  }

  .md\:opacity-90 {
    opacity: 0.9;
  }

  .md\:opacity-95 {
    opacity: 0.95;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .group:hover .md\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .md\:group-hover\:opacity-1 {
    opacity: .01;
  }

  .group:hover .md\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .md\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .md\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .md\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .md\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .md\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .md\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .md\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .md\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .md\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .md\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .md\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .md\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .md\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .md\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .md\:focus-within\:opacity-1:focus-within {
    opacity: .01;
  }

  .md\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .md\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .md\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .md\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .md\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .md\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .md\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .md\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .md\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .md\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .md\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .md\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .md\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .md\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .md\:hover\:opacity-1:hover {
    opacity: .01;
  }

  .md\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .md\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .md\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .md\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .md\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .md\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .md\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .md\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .md\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .md\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .md\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .md\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .md\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .md\:focus\:opacity-1:focus {
    opacity: .01;
  }

  .md\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .md\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .md\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .md\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .md\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .md\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .md\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .md\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .md\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .md\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .md\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .md\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .md\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .md\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .md\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .md\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .md\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .md\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .md\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .md\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .md\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .md\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .md\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .md\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .md\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .md\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .md\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .md\:bg-blend-color {
    background-blend-mode: color;
  }

  .md\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .md\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .md\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .md\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .md\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .md\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .md\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .md\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .md\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .md\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .md\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .md\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .md\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .md\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .md\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .md\:mix-blend-color {
    mix-blend-mode: color;
  }

  .md\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .md\: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);
  }

  .md\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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 .md\: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 .md\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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 .md\: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 .md\: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 .md\: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 .md\: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 .md\: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 .md\: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);
  }

  .md\: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);
  }

  .md\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .md\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .md\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .md\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .md\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .md\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .md\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .md\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .md\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .md\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .md\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .md\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .md\:ring-inset {
    --tw-ring-inset: inset;
  }

  .md\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .md\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .md\:ring-tropic-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 39, 41, var(--tw-ring-opacity));
  }

  .md\:ring-tropic-light {
    --tw-ring-color: rgba(3,39,41,0.7);
  }

  .md\:ring-tropic-6p {
    --tw-ring-color: rgba(3,39,41,0.6);
  }

  .md\:ring-tropic-90p {
    --tw-ring-color: rgba(3,39,41,0.9);
  }

  .md\:ring-taiga-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(86, 118, 110, var(--tw-ring-opacity));
  }

  .md\:ring-taiga-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 129, 120, var(--tw-ring-opacity));
  }

  .md\:ring-savana {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 217, 174, var(--tw-ring-opacity));
  }

  .md\:ring-tundra {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 238, var(--tw-ring-opacity));
  }

  .md\:ring-arctic-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:ring-arctic-low {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .md\:ring-arctic-very-low {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .md\:ring-black-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:ring-black-dim {
    --tw-ring-color: rgba(0,5,5,0.8);
  }

  .md\:ring-black-low {
    --tw-ring-color: #0A000000;
  }

  .md\:ring-black-semi {
    --tw-ring-color: #66000000;
  }

  .md\:ring-white-low {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .md\:ring-white-medium {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .md\:ring-white-semi {
    --tw-ring-color: rgba(255,255,255,0.6);
  }

  .md\:ring-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 122, 58, var(--tw-ring-opacity));
  }

  .md\:ring-yellow {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 151, 71, var(--tw-ring-opacity));
  }

  .md\:ring-expedition {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 112, 136, var(--tw-ring-opacity));
  }

  .md\:ring-green-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(140, 174, 68, var(--tw-ring-opacity));
  }

  .md\:ring-green-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 230, 225, var(--tw-ring-opacity));
  }

  .md\:ring-red-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 11, 11, var(--tw-ring-opacity));
  }

  .md\:ring-transparent {
    --tw-ring-color: rgba(0,0,0,0);
  }

  .md\:focus-within\:ring-tropic-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 39, 41, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-tropic-light:focus-within {
    --tw-ring-color: rgba(3,39,41,0.7);
  }

  .md\:focus-within\:ring-tropic-6p:focus-within {
    --tw-ring-color: rgba(3,39,41,0.6);
  }

  .md\:focus-within\:ring-tropic-90p:focus-within {
    --tw-ring-color: rgba(3,39,41,0.9);
  }

  .md\:focus-within\:ring-taiga-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(86, 118, 110, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-taiga-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 129, 120, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-savana:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 217, 174, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-tundra:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 238, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-arctic-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-arctic-low:focus-within {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .md\:focus-within\:ring-arctic-very-low:focus-within {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .md\:focus-within\:ring-black-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-black-dim:focus-within {
    --tw-ring-color: rgba(0,5,5,0.8);
  }

  .md\:focus-within\:ring-black-low:focus-within {
    --tw-ring-color: #0A000000;
  }

  .md\:focus-within\:ring-black-semi:focus-within {
    --tw-ring-color: #66000000;
  }

  .md\:focus-within\:ring-white-low:focus-within {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .md\:focus-within\:ring-white-medium:focus-within {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .md\:focus-within\:ring-white-semi:focus-within {
    --tw-ring-color: rgba(255,255,255,0.6);
  }

  .md\:focus-within\:ring-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 122, 58, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 151, 71, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-expedition:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 112, 136, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(140, 174, 68, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 230, 225, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 11, 11, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: rgba(0,0,0,0);
  }

  .md\:focus\:ring-tropic-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 39, 41, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-tropic-light:focus {
    --tw-ring-color: rgba(3,39,41,0.7);
  }

  .md\:focus\:ring-tropic-6p:focus {
    --tw-ring-color: rgba(3,39,41,0.6);
  }

  .md\:focus\:ring-tropic-90p:focus {
    --tw-ring-color: rgba(3,39,41,0.9);
  }

  .md\:focus\:ring-taiga-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(86, 118, 110, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-taiga-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 129, 120, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-savana:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 217, 174, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-tundra:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 238, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-arctic-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-arctic-low:focus {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .md\:focus\:ring-arctic-very-low:focus {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .md\:focus\:ring-black-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-black-dim:focus {
    --tw-ring-color: rgba(0,5,5,0.8);
  }

  .md\:focus\:ring-black-low:focus {
    --tw-ring-color: #0A000000;
  }

  .md\:focus\:ring-black-semi:focus {
    --tw-ring-color: #66000000;
  }

  .md\:focus\:ring-white-low:focus {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .md\:focus\:ring-white-medium:focus {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .md\:focus\:ring-white-semi:focus {
    --tw-ring-color: rgba(255,255,255,0.6);
  }

  .md\:focus\:ring-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 122, 58, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 151, 71, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-expedition:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 112, 136, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(140, 174, 68, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 230, 225, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 11, 11, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-transparent:focus {
    --tw-ring-color: rgba(0,0,0,0);
  }

  .md\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .md\:ring-opacity-1 {
    --tw-ring-opacity: .01;
  }

  .md\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .md\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .md\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .md\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .md\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .md\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .md\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .md\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .md\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .md\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .md\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .md\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .md\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .md\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .md\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .md\:focus-within\:ring-opacity-1:focus-within {
    --tw-ring-opacity: .01;
  }

  .md\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .md\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .md\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .md\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .md\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .md\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .md\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .md\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .md\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .md\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .md\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .md\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .md\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .md\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .md\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .md\:focus\:ring-opacity-1:focus {
    --tw-ring-opacity: .01;
  }

  .md\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .md\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .md\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .md\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .md\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .md\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .md\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .md\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .md\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .md\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .md\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .md\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .md\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .md\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .md\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .md\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .md\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .md\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .md\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .md\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .md\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .md\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .md\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .md\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .md\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .md\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .md\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .md\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .md\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .md\:ring-offset-tropic-base {
    --tw-ring-offset-color: #032729;
  }

  .md\:ring-offset-tropic-light {
    --tw-ring-offset-color: rgba(3,39,41,0.7);
  }

  .md\:ring-offset-tropic-6p {
    --tw-ring-offset-color: rgba(3,39,41,0.6);
  }

  .md\:ring-offset-tropic-90p {
    --tw-ring-offset-color: rgba(3,39,41,0.9);
  }

  .md\:ring-offset-taiga-base {
    --tw-ring-offset-color: #56766E;
  }

  .md\:ring-offset-taiga-light {
    --tw-ring-offset-color: #608178;
  }

  .md\:ring-offset-savana {
    --tw-ring-offset-color: #EFD9AE;
  }

  .md\:ring-offset-tundra {
    --tw-ring-offset-color: #F2F2EE;
  }

  .md\:ring-offset-arctic-base {
    --tw-ring-offset-color: #FFFFFF;
  }

  .md\:ring-offset-arctic-low {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .md\:ring-offset-arctic-very-low {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .md\:ring-offset-black-base {
    --tw-ring-offset-color: #000000;
  }

  .md\:ring-offset-black-dim {
    --tw-ring-offset-color: rgba(0,5,5,0.8);
  }

  .md\:ring-offset-black-low {
    --tw-ring-offset-color: #0A000000;
  }

  .md\:ring-offset-black-semi {
    --tw-ring-offset-color: #66000000;
  }

  .md\:ring-offset-white-low {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .md\:ring-offset-white-medium {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .md\:ring-offset-white-semi {
    --tw-ring-offset-color: rgba(255,255,255,0.6);
  }

  .md\:ring-offset-error {
    --tw-ring-offset-color: #D17A3A;
  }

  .md\:ring-offset-yellow {
    --tw-ring-offset-color: #CC9747;
  }

  .md\:ring-offset-expedition {
    --tw-ring-offset-color: #4F7088;
  }

  .md\:ring-offset-green-base {
    --tw-ring-offset-color: #8CAE44;
  }

  .md\:ring-offset-green-light {
    --tw-ring-offset-color: #E3E6E1;
  }

  .md\:ring-offset-red-base {
    --tw-ring-offset-color: #bf0b0b;
  }

  .md\:ring-offset-transparent {
    --tw-ring-offset-color: rgba(0,0,0,0);
  }

  .md\:focus-within\:ring-offset-tropic-base:focus-within {
    --tw-ring-offset-color: #032729;
  }

  .md\:focus-within\:ring-offset-tropic-light:focus-within {
    --tw-ring-offset-color: rgba(3,39,41,0.7);
  }

  .md\:focus-within\:ring-offset-tropic-6p:focus-within {
    --tw-ring-offset-color: rgba(3,39,41,0.6);
  }

  .md\:focus-within\:ring-offset-tropic-90p:focus-within {
    --tw-ring-offset-color: rgba(3,39,41,0.9);
  }

  .md\:focus-within\:ring-offset-taiga-base:focus-within {
    --tw-ring-offset-color: #56766E;
  }

  .md\:focus-within\:ring-offset-taiga-light:focus-within {
    --tw-ring-offset-color: #608178;
  }

  .md\:focus-within\:ring-offset-savana:focus-within {
    --tw-ring-offset-color: #EFD9AE;
  }

  .md\:focus-within\:ring-offset-tundra:focus-within {
    --tw-ring-offset-color: #F2F2EE;
  }

  .md\:focus-within\:ring-offset-arctic-base:focus-within {
    --tw-ring-offset-color: #FFFFFF;
  }

  .md\:focus-within\:ring-offset-arctic-low:focus-within {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .md\:focus-within\:ring-offset-arctic-very-low:focus-within {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .md\:focus-within\:ring-offset-black-base:focus-within {
    --tw-ring-offset-color: #000000;
  }

  .md\:focus-within\:ring-offset-black-dim:focus-within {
    --tw-ring-offset-color: rgba(0,5,5,0.8);
  }

  .md\:focus-within\:ring-offset-black-low:focus-within {
    --tw-ring-offset-color: #0A000000;
  }

  .md\:focus-within\:ring-offset-black-semi:focus-within {
    --tw-ring-offset-color: #66000000;
  }

  .md\:focus-within\:ring-offset-white-low:focus-within {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .md\:focus-within\:ring-offset-white-medium:focus-within {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .md\:focus-within\:ring-offset-white-semi:focus-within {
    --tw-ring-offset-color: rgba(255,255,255,0.6);
  }

  .md\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: #D17A3A;
  }

  .md\:focus-within\:ring-offset-yellow:focus-within {
    --tw-ring-offset-color: #CC9747;
  }

  .md\:focus-within\:ring-offset-expedition:focus-within {
    --tw-ring-offset-color: #4F7088;
  }

  .md\:focus-within\:ring-offset-green-base:focus-within {
    --tw-ring-offset-color: #8CAE44;
  }

  .md\:focus-within\:ring-offset-green-light:focus-within {
    --tw-ring-offset-color: #E3E6E1;
  }

  .md\:focus-within\:ring-offset-red-base:focus-within {
    --tw-ring-offset-color: #bf0b0b;
  }

  .md\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: rgba(0,0,0,0);
  }

  .md\:focus\:ring-offset-tropic-base:focus {
    --tw-ring-offset-color: #032729;
  }

  .md\:focus\:ring-offset-tropic-light:focus {
    --tw-ring-offset-color: rgba(3,39,41,0.7);
  }

  .md\:focus\:ring-offset-tropic-6p:focus {
    --tw-ring-offset-color: rgba(3,39,41,0.6);
  }

  .md\:focus\:ring-offset-tropic-90p:focus {
    --tw-ring-offset-color: rgba(3,39,41,0.9);
  }

  .md\:focus\:ring-offset-taiga-base:focus {
    --tw-ring-offset-color: #56766E;
  }

  .md\:focus\:ring-offset-taiga-light:focus {
    --tw-ring-offset-color: #608178;
  }

  .md\:focus\:ring-offset-savana:focus {
    --tw-ring-offset-color: #EFD9AE;
  }

  .md\:focus\:ring-offset-tundra:focus {
    --tw-ring-offset-color: #F2F2EE;
  }

  .md\:focus\:ring-offset-arctic-base:focus {
    --tw-ring-offset-color: #FFFFFF;
  }

  .md\:focus\:ring-offset-arctic-low:focus {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .md\:focus\:ring-offset-arctic-very-low:focus {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .md\:focus\:ring-offset-black-base:focus {
    --tw-ring-offset-color: #000000;
  }

  .md\:focus\:ring-offset-black-dim:focus {
    --tw-ring-offset-color: rgba(0,5,5,0.8);
  }

  .md\:focus\:ring-offset-black-low:focus {
    --tw-ring-offset-color: #0A000000;
  }

  .md\:focus\:ring-offset-black-semi:focus {
    --tw-ring-offset-color: #66000000;
  }

  .md\:focus\:ring-offset-white-low:focus {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .md\:focus\:ring-offset-white-medium:focus {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .md\:focus\:ring-offset-white-semi:focus {
    --tw-ring-offset-color: rgba(255,255,255,0.6);
  }

  .md\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: #D17A3A;
  }

  .md\:focus\:ring-offset-yellow:focus {
    --tw-ring-offset-color: #CC9747;
  }

  .md\:focus\:ring-offset-expedition:focus {
    --tw-ring-offset-color: #4F7088;
  }

  .md\:focus\:ring-offset-green-base:focus {
    --tw-ring-offset-color: #8CAE44;
  }

  .md\:focus\:ring-offset-green-light:focus {
    --tw-ring-offset-color: #E3E6E1;
  }

  .md\:focus\:ring-offset-red-base:focus {
    --tw-ring-offset-color: #bf0b0b;
  }

  .md\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: rgba(0,0,0,0);
  }

  .md\: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);
  }

  .md\:filter-none {
    filter: none;
  }

  .md\:blur-0 {
    --tw-blur: blur(0);
  }

  .md\:blur-none {
    --tw-blur: blur(0);
  }

  .md\:blur-sm {
    --tw-blur: blur(4px);
  }

  .md\:blur {
    --tw-blur: blur(8px);
  }

  .md\:blur-md {
    --tw-blur: blur(12px);
  }

  .md\:blur-lg {
    --tw-blur: blur(16px);
  }

  .md\:blur-xl {
    --tw-blur: blur(24px);
  }

  .md\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .md\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .md\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .md\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .md\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .md\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .md\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .md\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .md\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .md\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .md\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .md\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .md\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .md\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .md\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .md\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .md\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .md\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .md\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .md\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .md\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .md\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .md\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .md\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .md\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .md\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .md\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .md\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .md\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .md\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .md\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .md\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .md\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .md\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .md\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .md\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .md\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .md\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .md\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .md\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .md\:invert-0 {
    --tw-invert: invert(0);
  }

  .md\:invert {
    --tw-invert: invert(100%);
  }

  .md\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .md\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .md\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .md\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .md\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .md\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .md\:sepia {
    --tw-sepia: sepia(100%);
  }

  .md\: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);
  }

  .md\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .md\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .md\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .md\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .md\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .md\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .md\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .md\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .md\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .md\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .md\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .md\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .md\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .md\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .md\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .md\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .md\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .md\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .md\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .md\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .md\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .md\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .md\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .md\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .md\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .md\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .md\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .md\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .md\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .md\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .md\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .md\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .md\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .md\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .md\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .md\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .md\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .md\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .md\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .md\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .md\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .md\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .md\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .md\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .md\:backdrop-opacity-1 {
    --tw-backdrop-opacity: opacity(.01);
  }

  .md\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .md\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .md\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .md\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .md\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .md\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .md\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .md\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .md\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .md\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .md\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .md\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .md\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .md\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .md\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .md\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .md\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .md\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .md\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .md\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .md\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .md\:transition-none {
    transition-property: none;
  }

  .md\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\: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;
  }

  .md\: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;
  }

  .md\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:delay-75 {
    transition-delay: 75ms;
  }

  .md\:delay-100 {
    transition-delay: 100ms;
  }

  .md\:delay-150 {
    transition-delay: 150ms;
  }

  .md\:delay-200 {
    transition-delay: 200ms;
  }

  .md\:delay-300 {
    transition-delay: 300ms;
  }

  .md\:delay-500 {
    transition-delay: 500ms;
  }

  .md\:delay-700 {
    transition-delay: 700ms;
  }

  .md\:delay-1000 {
    transition-delay: 1000ms;
  }

  .md\:duration-0 {
    transition-duration: 0ms;
  }

  .md\:duration-75 {
    transition-duration: 75ms;
  }

  .md\:duration-100 {
    transition-duration: 100ms;
  }

  .md\:duration-150 {
    transition-duration: 150ms;
  }

  .md\:duration-200 {
    transition-duration: 200ms;
  }

  .md\:duration-300 {
    transition-duration: 300ms;
  }

  .md\:duration-500 {
    transition-duration: 500ms;
  }

  .md\:duration-700 {
    transition-duration: 700ms;
  }

  .md\:duration-1000 {
    transition-duration: 1000ms;
  }

  .md\:duration-1300 {
    transition-duration: 1300ms;
  }

  .md\:duration-1500 {
    transition-duration: 1500ms;
  }

  .md\:ease-linear {
    transition-timing-function: linear;
  }

  .md\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

  @media (min-width: 360px) {
    .lg\:container {
      max-width: 360px;
    }
  }

  @media (min-width: 420px) {
    .lg\:container {
      max-width: 420px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1920px) {
    .lg\:container {
      max-width: 1920px;
    }
  }

  .lg\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .lg\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lg\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lg\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .lg\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .lg\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .lg\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .lg\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .lg\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .lg\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .lg\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .lg\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .lg\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .lg\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .lg\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .lg\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .lg\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .lg\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .lg\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .lg\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .lg\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .lg\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .lg\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .lg\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .lg\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .lg\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .lg\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .lg\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .lg\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .lg\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .lg\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .lg\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .lg\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .lg\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .lg\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .lg\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .lg\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .lg\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .lg\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .lg\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .lg\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .lg\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .lg\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .lg\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .lg\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .lg\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .lg\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .lg\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .lg\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .lg\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .lg\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .lg\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .lg\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .lg\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .lg\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .lg\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .lg\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .lg\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .lg\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .lg\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .lg\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .lg\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .lg\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .lg\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lg\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .lg\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .lg\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .lg\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lg\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lg\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .lg\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .lg\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .lg\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .lg\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .lg\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .lg\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .lg\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .lg\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .lg\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .lg\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .lg\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .lg\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .lg\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .lg\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .lg\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .lg\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .lg\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .lg\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .lg\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .lg\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .lg\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .lg\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .lg\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .lg\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .lg\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .lg\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .lg\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .lg\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .lg\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .lg\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .lg\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .lg\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .lg\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .lg\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .lg\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .lg\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .lg\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .lg\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .lg\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .lg\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .lg\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .lg\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .lg\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .lg\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .lg\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .lg\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .lg\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .lg\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .lg\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .lg\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .lg\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .lg\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .lg\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .lg\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .lg\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .lg\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .lg\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .lg\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .lg\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .lg\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .lg\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .lg\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .lg\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .lg\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .lg\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .lg\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .lg\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .lg\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .lg\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .lg\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .lg\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .lg\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .lg\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .lg\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .lg\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .lg\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .lg\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .lg\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .lg\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .lg\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .lg\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .lg\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .lg\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .lg\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lg\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lg\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .lg\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .lg\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .lg\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .lg\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .lg\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .lg\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .lg\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .lg\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .lg\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .lg\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .lg\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .lg\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .lg\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .lg\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .lg\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .lg\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .lg\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .lg\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .lg\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .lg\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .lg\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .lg\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lg\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lg\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .lg\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .lg\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lg\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .lg\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .lg\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .lg\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .lg\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .lg\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .lg\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .lg\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .lg\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .lg\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .lg\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .lg\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .lg\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .lg\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .lg\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .lg\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .lg\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .lg\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .lg\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .lg\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .lg\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .lg\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .lg\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .lg\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .lg\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .lg\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .lg\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .lg\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .lg\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .lg\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .lg\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .lg\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .lg\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:top-1 {
    top: 0.25rem;
  }

  .lg\:top-2 {
    top: 0.5rem;
  }

  .lg\:top-3 {
    top: 0.75rem;
  }

  .lg\:top-4 {
    top: 1rem;
  }

  .lg\:top-5 {
    top: 1.25rem;
  }

  .lg\:top-6 {
    top: 1.5rem;
  }

  .lg\:top-7 {
    top: 1.75rem;
  }

  .lg\:top-8 {
    top: 2rem;
  }

  .lg\:top-9 {
    top: 2.25rem;
  }

  .lg\:top-10 {
    top: 2.5rem;
  }

  .lg\:top-11 {
    top: 2.75rem;
  }

  .lg\:top-12 {
    top: 3rem;
  }

  .lg\:top-14 {
    top: 3.5rem;
  }

  .lg\:top-16 {
    top: 4rem;
  }

  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:top-24 {
    top: 6rem;
  }

  .lg\:top-28 {
    top: 7rem;
  }

  .lg\:top-32 {
    top: 8rem;
  }

  .lg\:top-36 {
    top: 9rem;
  }

  .lg\:top-40 {
    top: 10rem;
  }

  .lg\:top-44 {
    top: 11rem;
  }

  .lg\:top-48 {
    top: 12rem;
  }

  .lg\:top-52 {
    top: 13rem;
  }

  .lg\:top-56 {
    top: 14rem;
  }

  .lg\:top-60 {
    top: 15rem;
  }

  .lg\:top-64 {
    top: 16rem;
  }

  .lg\:top-72 {
    top: 18rem;
  }

  .lg\:top-80 {
    top: 20rem;
  }

  .lg\:top-96 {
    top: 24rem;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:top-px {
    top: 1px;
  }

  .lg\:top-0\.5 {
    top: 0.125rem;
  }

  .lg\:top-1\.5 {
    top: 0.375rem;
  }

  .lg\:top-2\.5 {
    top: 0.625rem;
  }

  .lg\:top-3\.5 {
    top: 0.875rem;
  }

  .lg\:-top-0 {
    top: 0px;
  }

  .lg\:-top-1 {
    top: -0.25rem;
  }

  .lg\:-top-2 {
    top: -0.5rem;
  }

  .lg\:-top-3 {
    top: -0.75rem;
  }

  .lg\:-top-4 {
    top: -1rem;
  }

  .lg\:-top-5 {
    top: -1.25rem;
  }

  .lg\:-top-6 {
    top: -1.5rem;
  }

  .lg\:-top-7 {
    top: -1.75rem;
  }

  .lg\:-top-8 {
    top: -2rem;
  }

  .lg\:-top-9 {
    top: -2.25rem;
  }

  .lg\:-top-10 {
    top: -2.5rem;
  }

  .lg\:-top-11 {
    top: -2.75rem;
  }

  .lg\:-top-12 {
    top: -3rem;
  }

  .lg\:-top-14 {
    top: -3.5rem;
  }

  .lg\:-top-16 {
    top: -4rem;
  }

  .lg\:-top-20 {
    top: -5rem;
  }

  .lg\:-top-24 {
    top: -6rem;
  }

  .lg\:-top-28 {
    top: -7rem;
  }

  .lg\:-top-32 {
    top: -8rem;
  }

  .lg\:-top-36 {
    top: -9rem;
  }

  .lg\:-top-40 {
    top: -10rem;
  }

  .lg\:-top-44 {
    top: -11rem;
  }

  .lg\:-top-48 {
    top: -12rem;
  }

  .lg\:-top-52 {
    top: -13rem;
  }

  .lg\:-top-56 {
    top: -14rem;
  }

  .lg\:-top-60 {
    top: -15rem;
  }

  .lg\:-top-64 {
    top: -16rem;
  }

  .lg\:-top-72 {
    top: -18rem;
  }

  .lg\:-top-80 {
    top: -20rem;
  }

  .lg\:-top-96 {
    top: -24rem;
  }

  .lg\:-top-px {
    top: -1px;
  }

  .lg\:-top-0\.5 {
    top: -0.125rem;
  }

  .lg\:-top-1\.5 {
    top: -0.375rem;
  }

  .lg\:-top-2\.5 {
    top: -0.625rem;
  }

  .lg\:-top-3\.5 {
    top: -0.875rem;
  }

  .lg\:top-1\/2 {
    top: 50%;
  }

  .lg\:top-1\/3 {
    top: 33.333333%;
  }

  .lg\:top-2\/3 {
    top: 66.666667%;
  }

  .lg\:top-1\/4 {
    top: 25%;
  }

  .lg\:top-2\/4 {
    top: 50%;
  }

  .lg\:top-3\/4 {
    top: 75%;
  }

  .lg\:top-full {
    top: 100%;
  }

  .lg\:-top-1\/2 {
    top: -50%;
  }

  .lg\:-top-1\/3 {
    top: -33.333333%;
  }

  .lg\:-top-2\/3 {
    top: -66.666667%;
  }

  .lg\:-top-1\/4 {
    top: -25%;
  }

  .lg\:-top-2\/4 {
    top: -50%;
  }

  .lg\:-top-3\/4 {
    top: -75%;
  }

  .lg\:-top-full {
    top: -100%;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-1 {
    right: 0.25rem;
  }

  .lg\:right-2 {
    right: 0.5rem;
  }

  .lg\:right-3 {
    right: 0.75rem;
  }

  .lg\:right-4 {
    right: 1rem;
  }

  .lg\:right-5 {
    right: 1.25rem;
  }

  .lg\:right-6 {
    right: 1.5rem;
  }

  .lg\:right-7 {
    right: 1.75rem;
  }

  .lg\:right-8 {
    right: 2rem;
  }

  .lg\:right-9 {
    right: 2.25rem;
  }

  .lg\:right-10 {
    right: 2.5rem;
  }

  .lg\:right-11 {
    right: 2.75rem;
  }

  .lg\:right-12 {
    right: 3rem;
  }

  .lg\:right-14 {
    right: 3.5rem;
  }

  .lg\:right-16 {
    right: 4rem;
  }

  .lg\:right-20 {
    right: 5rem;
  }

  .lg\:right-24 {
    right: 6rem;
  }

  .lg\:right-28 {
    right: 7rem;
  }

  .lg\:right-32 {
    right: 8rem;
  }

  .lg\:right-36 {
    right: 9rem;
  }

  .lg\:right-40 {
    right: 10rem;
  }

  .lg\:right-44 {
    right: 11rem;
  }

  .lg\:right-48 {
    right: 12rem;
  }

  .lg\:right-52 {
    right: 13rem;
  }

  .lg\:right-56 {
    right: 14rem;
  }

  .lg\:right-60 {
    right: 15rem;
  }

  .lg\:right-64 {
    right: 16rem;
  }

  .lg\:right-72 {
    right: 18rem;
  }

  .lg\:right-80 {
    right: 20rem;
  }

  .lg\:right-96 {
    right: 24rem;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:right-px {
    right: 1px;
  }

  .lg\:right-0\.5 {
    right: 0.125rem;
  }

  .lg\:right-1\.5 {
    right: 0.375rem;
  }

  .lg\:right-2\.5 {
    right: 0.625rem;
  }

  .lg\:right-3\.5 {
    right: 0.875rem;
  }

  .lg\:-right-0 {
    right: 0px;
  }

  .lg\:-right-1 {
    right: -0.25rem;
  }

  .lg\:-right-2 {
    right: -0.5rem;
  }

  .lg\:-right-3 {
    right: -0.75rem;
  }

  .lg\:-right-4 {
    right: -1rem;
  }

  .lg\:-right-5 {
    right: -1.25rem;
  }

  .lg\:-right-6 {
    right: -1.5rem;
  }

  .lg\:-right-7 {
    right: -1.75rem;
  }

  .lg\:-right-8 {
    right: -2rem;
  }

  .lg\:-right-9 {
    right: -2.25rem;
  }

  .lg\:-right-10 {
    right: -2.5rem;
  }

  .lg\:-right-11 {
    right: -2.75rem;
  }

  .lg\:-right-12 {
    right: -3rem;
  }

  .lg\:-right-14 {
    right: -3.5rem;
  }

  .lg\:-right-16 {
    right: -4rem;
  }

  .lg\:-right-20 {
    right: -5rem;
  }

  .lg\:-right-24 {
    right: -6rem;
  }

  .lg\:-right-28 {
    right: -7rem;
  }

  .lg\:-right-32 {
    right: -8rem;
  }

  .lg\:-right-36 {
    right: -9rem;
  }

  .lg\:-right-40 {
    right: -10rem;
  }

  .lg\:-right-44 {
    right: -11rem;
  }

  .lg\:-right-48 {
    right: -12rem;
  }

  .lg\:-right-52 {
    right: -13rem;
  }

  .lg\:-right-56 {
    right: -14rem;
  }

  .lg\:-right-60 {
    right: -15rem;
  }

  .lg\:-right-64 {
    right: -16rem;
  }

  .lg\:-right-72 {
    right: -18rem;
  }

  .lg\:-right-80 {
    right: -20rem;
  }

  .lg\:-right-96 {
    right: -24rem;
  }

  .lg\:-right-px {
    right: -1px;
  }

  .lg\:-right-0\.5 {
    right: -0.125rem;
  }

  .lg\:-right-1\.5 {
    right: -0.375rem;
  }

  .lg\:-right-2\.5 {
    right: -0.625rem;
  }

  .lg\:-right-3\.5 {
    right: -0.875rem;
  }

  .lg\:right-1\/2 {
    right: 50%;
  }

  .lg\:right-1\/3 {
    right: 33.333333%;
  }

  .lg\:right-2\/3 {
    right: 66.666667%;
  }

  .lg\:right-1\/4 {
    right: 25%;
  }

  .lg\:right-2\/4 {
    right: 50%;
  }

  .lg\:right-3\/4 {
    right: 75%;
  }

  .lg\:right-full {
    right: 100%;
  }

  .lg\:-right-1\/2 {
    right: -50%;
  }

  .lg\:-right-1\/3 {
    right: -33.333333%;
  }

  .lg\:-right-2\/3 {
    right: -66.666667%;
  }

  .lg\:-right-1\/4 {
    right: -25%;
  }

  .lg\:-right-2\/4 {
    right: -50%;
  }

  .lg\:-right-3\/4 {
    right: -75%;
  }

  .lg\:-right-full {
    right: -100%;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:bottom-1 {
    bottom: 0.25rem;
  }

  .lg\:bottom-2 {
    bottom: 0.5rem;
  }

  .lg\:bottom-3 {
    bottom: 0.75rem;
  }

  .lg\:bottom-4 {
    bottom: 1rem;
  }

  .lg\:bottom-5 {
    bottom: 1.25rem;
  }

  .lg\:bottom-6 {
    bottom: 1.5rem;
  }

  .lg\:bottom-7 {
    bottom: 1.75rem;
  }

  .lg\:bottom-8 {
    bottom: 2rem;
  }

  .lg\:bottom-9 {
    bottom: 2.25rem;
  }

  .lg\:bottom-10 {
    bottom: 2.5rem;
  }

  .lg\:bottom-11 {
    bottom: 2.75rem;
  }

  .lg\:bottom-12 {
    bottom: 3rem;
  }

  .lg\:bottom-14 {
    bottom: 3.5rem;
  }

  .lg\:bottom-16 {
    bottom: 4rem;
  }

  .lg\:bottom-20 {
    bottom: 5rem;
  }

  .lg\:bottom-24 {
    bottom: 6rem;
  }

  .lg\:bottom-28 {
    bottom: 7rem;
  }

  .lg\:bottom-32 {
    bottom: 8rem;
  }

  .lg\:bottom-36 {
    bottom: 9rem;
  }

  .lg\:bottom-40 {
    bottom: 10rem;
  }

  .lg\:bottom-44 {
    bottom: 11rem;
  }

  .lg\:bottom-48 {
    bottom: 12rem;
  }

  .lg\:bottom-52 {
    bottom: 13rem;
  }

  .lg\:bottom-56 {
    bottom: 14rem;
  }

  .lg\:bottom-60 {
    bottom: 15rem;
  }

  .lg\:bottom-64 {
    bottom: 16rem;
  }

  .lg\:bottom-72 {
    bottom: 18rem;
  }

  .lg\:bottom-80 {
    bottom: 20rem;
  }

  .lg\:bottom-96 {
    bottom: 24rem;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:bottom-px {
    bottom: 1px;
  }

  .lg\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .lg\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .lg\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .lg\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .lg\:-bottom-0 {
    bottom: 0px;
  }

  .lg\:-bottom-1 {
    bottom: -0.25rem;
  }

  .lg\:-bottom-2 {
    bottom: -0.5rem;
  }

  .lg\:-bottom-3 {
    bottom: -0.75rem;
  }

  .lg\:-bottom-4 {
    bottom: -1rem;
  }

  .lg\:-bottom-5 {
    bottom: -1.25rem;
  }

  .lg\:-bottom-6 {
    bottom: -1.5rem;
  }

  .lg\:-bottom-7 {
    bottom: -1.75rem;
  }

  .lg\:-bottom-8 {
    bottom: -2rem;
  }

  .lg\:-bottom-9 {
    bottom: -2.25rem;
  }

  .lg\:-bottom-10 {
    bottom: -2.5rem;
  }

  .lg\:-bottom-11 {
    bottom: -2.75rem;
  }

  .lg\:-bottom-12 {
    bottom: -3rem;
  }

  .lg\:-bottom-14 {
    bottom: -3.5rem;
  }

  .lg\:-bottom-16 {
    bottom: -4rem;
  }

  .lg\:-bottom-20 {
    bottom: -5rem;
  }

  .lg\:-bottom-24 {
    bottom: -6rem;
  }

  .lg\:-bottom-28 {
    bottom: -7rem;
  }

  .lg\:-bottom-32 {
    bottom: -8rem;
  }

  .lg\:-bottom-36 {
    bottom: -9rem;
  }

  .lg\:-bottom-40 {
    bottom: -10rem;
  }

  .lg\:-bottom-44 {
    bottom: -11rem;
  }

  .lg\:-bottom-48 {
    bottom: -12rem;
  }

  .lg\:-bottom-52 {
    bottom: -13rem;
  }

  .lg\:-bottom-56 {
    bottom: -14rem;
  }

  .lg\:-bottom-60 {
    bottom: -15rem;
  }

  .lg\:-bottom-64 {
    bottom: -16rem;
  }

  .lg\:-bottom-72 {
    bottom: -18rem;
  }

  .lg\:-bottom-80 {
    bottom: -20rem;
  }

  .lg\:-bottom-96 {
    bottom: -24rem;
  }

  .lg\:-bottom-px {
    bottom: -1px;
  }

  .lg\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .lg\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .lg\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .lg\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .lg\:bottom-1\/2 {
    bottom: 50%;
  }

  .lg\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .lg\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .lg\:bottom-1\/4 {
    bottom: 25%;
  }

  .lg\:bottom-2\/4 {
    bottom: 50%;
  }

  .lg\:bottom-3\/4 {
    bottom: 75%;
  }

  .lg\:bottom-full {
    bottom: 100%;
  }

  .lg\:-bottom-1\/2 {
    bottom: -50%;
  }

  .lg\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .lg\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .lg\:-bottom-1\/4 {
    bottom: -25%;
  }

  .lg\:-bottom-2\/4 {
    bottom: -50%;
  }

  .lg\:-bottom-3\/4 {
    bottom: -75%;
  }

  .lg\:-bottom-full {
    bottom: -100%;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-1 {
    left: 0.25rem;
  }

  .lg\:left-2 {
    left: 0.5rem;
  }

  .lg\:left-3 {
    left: 0.75rem;
  }

  .lg\:left-4 {
    left: 1rem;
  }

  .lg\:left-5 {
    left: 1.25rem;
  }

  .lg\:left-6 {
    left: 1.5rem;
  }

  .lg\:left-7 {
    left: 1.75rem;
  }

  .lg\:left-8 {
    left: 2rem;
  }

  .lg\:left-9 {
    left: 2.25rem;
  }

  .lg\:left-10 {
    left: 2.5rem;
  }

  .lg\:left-11 {
    left: 2.75rem;
  }

  .lg\:left-12 {
    left: 3rem;
  }

  .lg\:left-14 {
    left: 3.5rem;
  }

  .lg\:left-16 {
    left: 4rem;
  }

  .lg\:left-20 {
    left: 5rem;
  }

  .lg\:left-24 {
    left: 6rem;
  }

  .lg\:left-28 {
    left: 7rem;
  }

  .lg\:left-32 {
    left: 8rem;
  }

  .lg\:left-36 {
    left: 9rem;
  }

  .lg\:left-40 {
    left: 10rem;
  }

  .lg\:left-44 {
    left: 11rem;
  }

  .lg\:left-48 {
    left: 12rem;
  }

  .lg\:left-52 {
    left: 13rem;
  }

  .lg\:left-56 {
    left: 14rem;
  }

  .lg\:left-60 {
    left: 15rem;
  }

  .lg\:left-64 {
    left: 16rem;
  }

  .lg\:left-72 {
    left: 18rem;
  }

  .lg\:left-80 {
    left: 20rem;
  }

  .lg\:left-96 {
    left: 24rem;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:left-px {
    left: 1px;
  }

  .lg\:left-0\.5 {
    left: 0.125rem;
  }

  .lg\:left-1\.5 {
    left: 0.375rem;
  }

  .lg\:left-2\.5 {
    left: 0.625rem;
  }

  .lg\:left-3\.5 {
    left: 0.875rem;
  }

  .lg\:-left-0 {
    left: 0px;
  }

  .lg\:-left-1 {
    left: -0.25rem;
  }

  .lg\:-left-2 {
    left: -0.5rem;
  }

  .lg\:-left-3 {
    left: -0.75rem;
  }

  .lg\:-left-4 {
    left: -1rem;
  }

  .lg\:-left-5 {
    left: -1.25rem;
  }

  .lg\:-left-6 {
    left: -1.5rem;
  }

  .lg\:-left-7 {
    left: -1.75rem;
  }

  .lg\:-left-8 {
    left: -2rem;
  }

  .lg\:-left-9 {
    left: -2.25rem;
  }

  .lg\:-left-10 {
    left: -2.5rem;
  }

  .lg\:-left-11 {
    left: -2.75rem;
  }

  .lg\:-left-12 {
    left: -3rem;
  }

  .lg\:-left-14 {
    left: -3.5rem;
  }

  .lg\:-left-16 {
    left: -4rem;
  }

  .lg\:-left-20 {
    left: -5rem;
  }

  .lg\:-left-24 {
    left: -6rem;
  }

  .lg\:-left-28 {
    left: -7rem;
  }

  .lg\:-left-32 {
    left: -8rem;
  }

  .lg\:-left-36 {
    left: -9rem;
  }

  .lg\:-left-40 {
    left: -10rem;
  }

  .lg\:-left-44 {
    left: -11rem;
  }

  .lg\:-left-48 {
    left: -12rem;
  }

  .lg\:-left-52 {
    left: -13rem;
  }

  .lg\:-left-56 {
    left: -14rem;
  }

  .lg\:-left-60 {
    left: -15rem;
  }

  .lg\:-left-64 {
    left: -16rem;
  }

  .lg\:-left-72 {
    left: -18rem;
  }

  .lg\:-left-80 {
    left: -20rem;
  }

  .lg\:-left-96 {
    left: -24rem;
  }

  .lg\:-left-px {
    left: -1px;
  }

  .lg\:-left-0\.5 {
    left: -0.125rem;
  }

  .lg\:-left-1\.5 {
    left: -0.375rem;
  }

  .lg\:-left-2\.5 {
    left: -0.625rem;
  }

  .lg\:-left-3\.5 {
    left: -0.875rem;
  }

  .lg\:left-1\/2 {
    left: 50%;
  }

  .lg\:left-1\/3 {
    left: 33.333333%;
  }

  .lg\:left-2\/3 {
    left: 66.666667%;
  }

  .lg\:left-1\/4 {
    left: 25%;
  }

  .lg\:left-2\/4 {
    left: 50%;
  }

  .lg\:left-3\/4 {
    left: 75%;
  }

  .lg\:left-full {
    left: 100%;
  }

  .lg\:-left-1\/2 {
    left: -50%;
  }

  .lg\:-left-1\/3 {
    left: -33.333333%;
  }

  .lg\:-left-2\/3 {
    left: -66.666667%;
  }

  .lg\:-left-1\/4 {
    left: -25%;
  }

  .lg\:-left-2\/4 {
    left: -50%;
  }

  .lg\:-left-3\/4 {
    left: -75%;
  }

  .lg\:-left-full {
    left: -100%;
  }

  .lg\:isolate {
    isolation: isolate;
  }

  .lg\:isolation-auto {
    isolation: auto;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }

  .lg\:-z-1 {
    z-index: -1;
  }

  .lg\:-z-2 {
    z-index: -2;
  }

  .lg\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .lg\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .lg\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .lg\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .lg\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .lg\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .lg\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .lg\:focus-within\:-z-1:focus-within {
    z-index: -1;
  }

  .lg\:focus-within\:-z-2:focus-within {
    z-index: -2;
  }

  .lg\:focus\:z-0:focus {
    z-index: 0;
  }

  .lg\:focus\:z-10:focus {
    z-index: 10;
  }

  .lg\:focus\:z-20:focus {
    z-index: 20;
  }

  .lg\:focus\:z-30:focus {
    z-index: 30;
  }

  .lg\:focus\:z-40:focus {
    z-index: 40;
  }

  .lg\:focus\:z-50:focus {
    z-index: 50;
  }

  .lg\:focus\:z-auto:focus {
    z-index: auto;
  }

  .lg\:focus\:-z-1:focus {
    z-index: -1;
  }

  .lg\:focus\:-z-2:focus {
    z-index: -2;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:order-5 {
    order: 5;
  }

  .lg\:order-6 {
    order: 6;
  }

  .lg\:order-7 {
    order: 7;
  }

  .lg\:order-8 {
    order: 8;
  }

  .lg\:order-9 {
    order: 9;
  }

  .lg\:order-10 {
    order: 10;
  }

  .lg\:order-11 {
    order: 11;
  }

  .lg\:order-12 {
    order: 12;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:col-auto {
    grid-column: auto;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-full {
    grid-column: 1 / -1;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:col-start-10 {
    grid-column-start: 10;
  }

  .lg\:col-start-11 {
    grid-column-start: 11;
  }

  .lg\:col-start-12 {
    grid-column-start: 12;
  }

  .lg\:col-start-13 {
    grid-column-start: 13;
  }

  .lg\:col-start-auto {
    grid-column-start: auto;
  }

  .lg\:col-end-1 {
    grid-column-end: 1;
  }

  .lg\:col-end-2 {
    grid-column-end: 2;
  }

  .lg\:col-end-3 {
    grid-column-end: 3;
  }

  .lg\:col-end-4 {
    grid-column-end: 4;
  }

  .lg\:col-end-5 {
    grid-column-end: 5;
  }

  .lg\:col-end-6 {
    grid-column-end: 6;
  }

  .lg\:col-end-7 {
    grid-column-end: 7;
  }

  .lg\:col-end-8 {
    grid-column-end: 8;
  }

  .lg\:col-end-9 {
    grid-column-end: 9;
  }

  .lg\:col-end-10 {
    grid-column-end: 10;
  }

  .lg\:col-end-11 {
    grid-column-end: 11;
  }

  .lg\:col-end-12 {
    grid-column-end: 12;
  }

  .lg\:col-end-13 {
    grid-column-end: 13;
  }

  .lg\:col-end-auto {
    grid-column-end: auto;
  }

  .lg\:row-auto {
    grid-row: auto;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .lg\:row-span-full {
    grid-row: 1 / -1;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:row-start-3 {
    grid-row-start: 3;
  }

  .lg\:row-start-4 {
    grid-row-start: 4;
  }

  .lg\:row-start-5 {
    grid-row-start: 5;
  }

  .lg\:row-start-6 {
    grid-row-start: 6;
  }

  .lg\:row-start-7 {
    grid-row-start: 7;
  }

  .lg\:row-start-auto {
    grid-row-start: auto;
  }

  .lg\:row-end-1 {
    grid-row-end: 1;
  }

  .lg\:row-end-2 {
    grid-row-end: 2;
  }

  .lg\:row-end-3 {
    grid-row-end: 3;
  }

  .lg\:row-end-4 {
    grid-row-end: 4;
  }

  .lg\:row-end-5 {
    grid-row-end: 5;
  }

  .lg\:row-end-6 {
    grid-row-end: 6;
  }

  .lg\:row-end-7 {
    grid-row-end: 7;
  }

  .lg\:row-end-auto {
    grid-row-end: auto;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clear-left {
    clear: left;
  }

  .lg\:clear-right {
    clear: right;
  }

  .lg\:clear-both {
    clear: both;
  }

  .lg\:clear-none {
    clear: none;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:m-1 {
    margin: 0.25rem;
  }

  .lg\:m-2 {
    margin: 0.5rem;
  }

  .lg\:m-3 {
    margin: 0.75rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-5 {
    margin: 1.25rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-7 {
    margin: 1.75rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-9 {
    margin: 2.25rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-11 {
    margin: 2.75rem;
  }

  .lg\:m-12 {
    margin: 3rem;
  }

  .lg\:m-14 {
    margin: 3.5rem;
  }

  .lg\:m-16 {
    margin: 4rem;
  }

  .lg\:m-20 {
    margin: 5rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:m-28 {
    margin: 7rem;
  }

  .lg\:m-32 {
    margin: 8rem;
  }

  .lg\:m-36 {
    margin: 9rem;
  }

  .lg\:m-40 {
    margin: 10rem;
  }

  .lg\:m-44 {
    margin: 11rem;
  }

  .lg\:m-48 {
    margin: 12rem;
  }

  .lg\:m-52 {
    margin: 13rem;
  }

  .lg\:m-56 {
    margin: 14rem;
  }

  .lg\:m-60 {
    margin: 15rem;
  }

  .lg\:m-64 {
    margin: 16rem;
  }

  .lg\:m-72 {
    margin: 18rem;
  }

  .lg\:m-80 {
    margin: 20rem;
  }

  .lg\:m-96 {
    margin: 24rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:m-0\.5 {
    margin: 0.125rem;
  }

  .lg\:m-1\.5 {
    margin: 0.375rem;
  }

  .lg\:m-2\.5 {
    margin: 0.625rem;
  }

  .lg\:m-3\.5 {
    margin: 0.875rem;
  }

  .lg\:-m-0 {
    margin: 0px;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-3 {
    margin: -0.75rem;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:-m-5 {
    margin: -1.25rem;
  }

  .lg\:-m-6 {
    margin: -1.5rem;
  }

  .lg\:-m-7 {
    margin: -1.75rem;
  }

  .lg\:-m-8 {
    margin: -2rem;
  }

  .lg\:-m-9 {
    margin: -2.25rem;
  }

  .lg\:-m-10 {
    margin: -2.5rem;
  }

  .lg\:-m-11 {
    margin: -2.75rem;
  }

  .lg\:-m-12 {
    margin: -3rem;
  }

  .lg\:-m-14 {
    margin: -3.5rem;
  }

  .lg\:-m-16 {
    margin: -4rem;
  }

  .lg\:-m-20 {
    margin: -5rem;
  }

  .lg\:-m-24 {
    margin: -6rem;
  }

  .lg\:-m-28 {
    margin: -7rem;
  }

  .lg\:-m-32 {
    margin: -8rem;
  }

  .lg\:-m-36 {
    margin: -9rem;
  }

  .lg\:-m-40 {
    margin: -10rem;
  }

  .lg\:-m-44 {
    margin: -11rem;
  }

  .lg\:-m-48 {
    margin: -12rem;
  }

  .lg\:-m-52 {
    margin: -13rem;
  }

  .lg\:-m-56 {
    margin: -14rem;
  }

  .lg\:-m-60 {
    margin: -15rem;
  }

  .lg\:-m-64 {
    margin: -16rem;
  }

  .lg\:-m-72 {
    margin: -18rem;
  }

  .lg\:-m-80 {
    margin: -20rem;
  }

  .lg\:-m-96 {
    margin: -24rem;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:-m-0\.5 {
    margin: -0.125rem;
  }

  .lg\:-m-1\.5 {
    margin: -0.375rem;
  }

  .lg\:-m-2\.5 {
    margin: -0.625rem;
  }

  .lg\:-m-3\.5 {
    margin: -0.875rem;
  }

  .lg\:m-8p {
    margin: 8%;
  }

  .lg\:-m-20px {
    margin: -20px;
  }

  .lg\:-m-10px {
    margin: -10px;
  }

  .lg\:m-5px {
    margin: 5px;
  }

  .lg\:m-6px {
    margin: 6px;
  }

  .lg\:m-8px {
    margin: 8px;
  }

  .lg\:m-10px {
    margin: 10px;
  }

  .lg\:m-12px {
    margin: 12px;
  }

  .lg\:m-14px {
    margin: 14px;
  }

  .lg\:m-16px {
    margin: 16px;
  }

  .lg\:m-18px {
    margin: 18px;
  }

  .lg\:m-20px {
    margin: 20px;
  }

  .lg\:m-24px {
    margin: 24px;
  }

  .lg\:m-26px {
    margin: 26px;
  }

  .lg\:m-30px {
    margin: 30px;
  }

  .lg\:m-32px {
    margin: 32px;
  }

  .lg\:m-34px {
    margin: 34px;
  }

  .lg\:m-36px {
    margin: 36px;
  }

  .lg\:m-40px {
    margin: 40px;
  }

  .lg\:m-48px {
    margin: 48px;
  }

  .lg\:m-50px {
    margin: 50px;
  }

  .lg\:m-60px {
    margin: 60px;
  }

  .lg\:m-70px {
    margin: 70px;
  }

  .lg\:m-78px {
    margin: 78px;
  }

  .lg\:m-80px {
    margin: 80px;
  }

  .lg\:m-90px {
    margin: 90px;
  }

  .lg\:m-100px {
    margin: 100px;
  }

  .lg\:m-120px {
    margin: 120px;
  }

  .lg\:m-145px {
    margin: 145px;
  }

  .lg\:m-172px {
    margin: 172px;
  }

  .lg\:m-185px {
    margin: 185px;
  }

  .lg\:m-200px {
    margin: 200px;
  }

  .lg\:m-260px {
    margin: 260px;
  }

  .lg\:m-268px {
    margin: 268px;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lg\:mx-8p {
    margin-left: 8%;
    margin-right: 8%;
  }

  .lg\:-mx-20px {
    margin-left: -20px;
    margin-right: -20px;
  }

  .lg\:-mx-10px {
    margin-left: -10px;
    margin-right: -10px;
  }

  .lg\:mx-5px {
    margin-left: 5px;
    margin-right: 5px;
  }

  .lg\:mx-6px {
    margin-left: 6px;
    margin-right: 6px;
  }

  .lg\:mx-8px {
    margin-left: 8px;
    margin-right: 8px;
  }

  .lg\:mx-10px {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lg\:mx-12px {
    margin-left: 12px;
    margin-right: 12px;
  }

  .lg\:mx-14px {
    margin-left: 14px;
    margin-right: 14px;
  }

  .lg\:mx-16px {
    margin-left: 16px;
    margin-right: 16px;
  }

  .lg\:mx-18px {
    margin-left: 18px;
    margin-right: 18px;
  }

  .lg\:mx-20px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:mx-24px {
    margin-left: 24px;
    margin-right: 24px;
  }

  .lg\:mx-26px {
    margin-left: 26px;
    margin-right: 26px;
  }

  .lg\:mx-30px {
    margin-left: 30px;
    margin-right: 30px;
  }

  .lg\:mx-32px {
    margin-left: 32px;
    margin-right: 32px;
  }

  .lg\:mx-34px {
    margin-left: 34px;
    margin-right: 34px;
  }

  .lg\:mx-36px {
    margin-left: 36px;
    margin-right: 36px;
  }

  .lg\:mx-40px {
    margin-left: 40px;
    margin-right: 40px;
  }

  .lg\:mx-48px {
    margin-left: 48px;
    margin-right: 48px;
  }

  .lg\:mx-50px {
    margin-left: 50px;
    margin-right: 50px;
  }

  .lg\:mx-60px {
    margin-left: 60px;
    margin-right: 60px;
  }

  .lg\:mx-70px {
    margin-left: 70px;
    margin-right: 70px;
  }

  .lg\:mx-78px {
    margin-left: 78px;
    margin-right: 78px;
  }

  .lg\:mx-80px {
    margin-left: 80px;
    margin-right: 80px;
  }

  .lg\:mx-90px {
    margin-left: 90px;
    margin-right: 90px;
  }

  .lg\:mx-100px {
    margin-left: 100px;
    margin-right: 100px;
  }

  .lg\:mx-120px {
    margin-left: 120px;
    margin-right: 120px;
  }

  .lg\:mx-145px {
    margin-left: 145px;
    margin-right: 145px;
  }

  .lg\:mx-172px {
    margin-left: 172px;
    margin-right: 172px;
  }

  .lg\:mx-185px {
    margin-left: 185px;
    margin-right: 185px;
  }

  .lg\:mx-200px {
    margin-left: 200px;
    margin-right: 200px;
  }

  .lg\:mx-260px {
    margin-left: 260px;
    margin-right: 260px;
  }

  .lg\:mx-268px {
    margin-left: 268px;
    margin-right: 268px;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg\:my-8p {
    margin-top: 8%;
    margin-bottom: 8%;
  }

  .lg\:-my-20px {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .lg\:-my-10px {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .lg\:my-5px {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .lg\:my-6px {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .lg\:my-8px {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .lg\:my-10px {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .lg\:my-12px {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .lg\:my-14px {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .lg\:my-16px {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .lg\:my-18px {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .lg\:my-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lg\:my-24px {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .lg\:my-26px {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .lg\:my-30px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lg\:my-32px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .lg\:my-34px {
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .lg\:my-36px {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .lg\:my-40px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .lg\:my-48px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .lg\:my-50px {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .lg\:my-60px {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .lg\:my-70px {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .lg\:my-78px {
    margin-top: 78px;
    margin-bottom: 78px;
  }

  .lg\:my-80px {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .lg\:my-90px {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .lg\:my-100px {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .lg\:my-120px {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .lg\:my-145px {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .lg\:my-172px {
    margin-top: 172px;
    margin-bottom: 172px;
  }

  .lg\:my-185px {
    margin-top: 185px;
    margin-bottom: 185px;
  }

  .lg\:my-200px {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .lg\:my-260px {
    margin-top: 260px;
    margin-bottom: 260px;
  }

  .lg\:my-268px {
    margin-top: 268px;
    margin-bottom: 268px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-9 {
    margin-top: 2.25rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-11 {
    margin-top: 2.75rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mt-36 {
    margin-top: 9rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:mt-44 {
    margin-top: 11rem;
  }

  .lg\:mt-48 {
    margin-top: 12rem;
  }

  .lg\:mt-52 {
    margin-top: 13rem;
  }

  .lg\:mt-56 {
    margin-top: 14rem;
  }

  .lg\:mt-60 {
    margin-top: 15rem;
  }

  .lg\:mt-64 {
    margin-top: 16rem;
  }

  .lg\:mt-72 {
    margin-top: 18rem;
  }

  .lg\:mt-80 {
    margin-top: 20rem;
  }

  .lg\:mt-96 {
    margin-top: 24rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .lg\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .lg\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .lg\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .lg\:-mt-0 {
    margin-top: 0px;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mt-7 {
    margin-top: -1.75rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:-mt-9 {
    margin-top: -2.25rem;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mt-11 {
    margin-top: -2.75rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mt-20 {
    margin-top: -5rem;
  }

  .lg\:-mt-24 {
    margin-top: -6rem;
  }

  .lg\:-mt-28 {
    margin-top: -7rem;
  }

  .lg\:-mt-32 {
    margin-top: -8rem;
  }

  .lg\:-mt-36 {
    margin-top: -9rem;
  }

  .lg\:-mt-40 {
    margin-top: -10rem;
  }

  .lg\:-mt-44 {
    margin-top: -11rem;
  }

  .lg\:-mt-48 {
    margin-top: -12rem;
  }

  .lg\:-mt-52 {
    margin-top: -13rem;
  }

  .lg\:-mt-56 {
    margin-top: -14rem;
  }

  .lg\:-mt-60 {
    margin-top: -15rem;
  }

  .lg\:-mt-64 {
    margin-top: -16rem;
  }

  .lg\:-mt-72 {
    margin-top: -18rem;
  }

  .lg\:-mt-80 {
    margin-top: -20rem;
  }

  .lg\:-mt-96 {
    margin-top: -24rem;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .lg\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .lg\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .lg\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .lg\:mt-8p {
    margin-top: 8%;
  }

  .lg\:-mt-20px {
    margin-top: -20px;
  }

  .lg\:-mt-10px {
    margin-top: -10px;
  }

  .lg\:mt-5px {
    margin-top: 5px;
  }

  .lg\:mt-6px {
    margin-top: 6px;
  }

  .lg\:mt-8px {
    margin-top: 8px;
  }

  .lg\:mt-10px {
    margin-top: 10px;
  }

  .lg\:mt-12px {
    margin-top: 12px;
  }

  .lg\:mt-14px {
    margin-top: 14px;
  }

  .lg\:mt-16px {
    margin-top: 16px;
  }

  .lg\:mt-18px {
    margin-top: 18px;
  }

  .lg\:mt-20px {
    margin-top: 20px;
  }

  .lg\:mt-24px {
    margin-top: 24px;
  }

  .lg\:mt-26px {
    margin-top: 26px;
  }

  .lg\:mt-30px {
    margin-top: 30px;
  }

  .lg\:mt-32px {
    margin-top: 32px;
  }

  .lg\:mt-34px {
    margin-top: 34px;
  }

  .lg\:mt-36px {
    margin-top: 36px;
  }

  .lg\:mt-40px {
    margin-top: 40px;
  }

  .lg\:mt-48px {
    margin-top: 48px;
  }

  .lg\:mt-50px {
    margin-top: 50px;
  }

  .lg\:mt-60px {
    margin-top: 60px;
  }

  .lg\:mt-70px {
    margin-top: 70px;
  }

  .lg\:mt-78px {
    margin-top: 78px;
  }

  .lg\:mt-80px {
    margin-top: 80px;
  }

  .lg\:mt-90px {
    margin-top: 90px;
  }

  .lg\:mt-100px {
    margin-top: 100px;
  }

  .lg\:mt-120px {
    margin-top: 120px;
  }

  .lg\:mt-145px {
    margin-top: 145px;
  }

  .lg\:mt-172px {
    margin-top: 172px;
  }

  .lg\:mt-185px {
    margin-top: 185px;
  }

  .lg\:mt-200px {
    margin-top: 200px;
  }

  .lg\:mt-260px {
    margin-top: 260px;
  }

  .lg\:mt-268px {
    margin-top: 268px;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mr-7 {
    margin-right: 1.75rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mr-9 {
    margin-right: 2.25rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mr-11 {
    margin-right: 2.75rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mr-14 {
    margin-right: 3.5rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mr-28 {
    margin-right: 7rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:mr-36 {
    margin-right: 9rem;
  }

  .lg\:mr-40 {
    margin-right: 10rem;
  }

  .lg\:mr-44 {
    margin-right: 11rem;
  }

  .lg\:mr-48 {
    margin-right: 12rem;
  }

  .lg\:mr-52 {
    margin-right: 13rem;
  }

  .lg\:mr-56 {
    margin-right: 14rem;
  }

  .lg\:mr-60 {
    margin-right: 15rem;
  }

  .lg\:mr-64 {
    margin-right: 16rem;
  }

  .lg\:mr-72 {
    margin-right: 18rem;
  }

  .lg\:mr-80 {
    margin-right: 20rem;
  }

  .lg\:mr-96 {
    margin-right: 24rem;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .lg\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .lg\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .lg\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .lg\:-mr-0 {
    margin-right: 0px;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mr-7 {
    margin-right: -1.75rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mr-9 {
    margin-right: -2.25rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:-mr-11 {
    margin-right: -2.75rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-mr-14 {
    margin-right: -3.5rem;
  }

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

  .lg\:-mr-20 {
    margin-right: -5rem;
  }

  .lg\:-mr-24 {
    margin-right: -6rem;
  }

  .lg\:-mr-28 {
    margin-right: -7rem;
  }

  .lg\:-mr-32 {
    margin-right: -8rem;
  }

  .lg\:-mr-36 {
    margin-right: -9rem;
  }

  .lg\:-mr-40 {
    margin-right: -10rem;
  }

  .lg\:-mr-44 {
    margin-right: -11rem;
  }

  .lg\:-mr-48 {
    margin-right: -12rem;
  }

  .lg\:-mr-52 {
    margin-right: -13rem;
  }

  .lg\:-mr-56 {
    margin-right: -14rem;
  }

  .lg\:-mr-60 {
    margin-right: -15rem;
  }

  .lg\:-mr-64 {
    margin-right: -16rem;
  }

  .lg\:-mr-72 {
    margin-right: -18rem;
  }

  .lg\:-mr-80 {
    margin-right: -20rem;
  }

  .lg\:-mr-96 {
    margin-right: -24rem;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .lg\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .lg\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .lg\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .lg\:mr-8p {
    margin-right: 8%;
  }

  .lg\:-mr-20px {
    margin-right: -20px;
  }

  .lg\:-mr-10px {
    margin-right: -10px;
  }

  .lg\:mr-5px {
    margin-right: 5px;
  }

  .lg\:mr-6px {
    margin-right: 6px;
  }

  .lg\:mr-8px {
    margin-right: 8px;
  }

  .lg\:mr-10px {
    margin-right: 10px;
  }

  .lg\:mr-12px {
    margin-right: 12px;
  }

  .lg\:mr-14px {
    margin-right: 14px;
  }

  .lg\:mr-16px {
    margin-right: 16px;
  }

  .lg\:mr-18px {
    margin-right: 18px;
  }

  .lg\:mr-20px {
    margin-right: 20px;
  }

  .lg\:mr-24px {
    margin-right: 24px;
  }

  .lg\:mr-26px {
    margin-right: 26px;
  }

  .lg\:mr-30px {
    margin-right: 30px;
  }

  .lg\:mr-32px {
    margin-right: 32px;
  }

  .lg\:mr-34px {
    margin-right: 34px;
  }

  .lg\:mr-36px {
    margin-right: 36px;
  }

  .lg\:mr-40px {
    margin-right: 40px;
  }

  .lg\:mr-48px {
    margin-right: 48px;
  }

  .lg\:mr-50px {
    margin-right: 50px;
  }

  .lg\:mr-60px {
    margin-right: 60px;
  }

  .lg\:mr-70px {
    margin-right: 70px;
  }

  .lg\:mr-78px {
    margin-right: 78px;
  }

  .lg\:mr-80px {
    margin-right: 80px;
  }

  .lg\:mr-90px {
    margin-right: 90px;
  }

  .lg\:mr-100px {
    margin-right: 100px;
  }

  .lg\:mr-120px {
    margin-right: 120px;
  }

  .lg\:mr-145px {
    margin-right: 145px;
  }

  .lg\:mr-172px {
    margin-right: 172px;
  }

  .lg\:mr-185px {
    margin-right: 185px;
  }

  .lg\:mr-200px {
    margin-right: 200px;
  }

  .lg\:mr-260px {
    margin-right: 260px;
  }

  .lg\:mr-268px {
    margin-right: 268px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:mb-36 {
    margin-bottom: 9rem;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:mb-44 {
    margin-bottom: 11rem;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem;
  }

  .lg\:mb-52 {
    margin-bottom: 13rem;
  }

  .lg\:mb-56 {
    margin-bottom: 14rem;
  }

  .lg\:mb-60 {
    margin-bottom: 15rem;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem;
  }

  .lg\:mb-72 {
    margin-bottom: 18rem;
  }

  .lg\:mb-80 {
    margin-bottom: 20rem;
  }

  .lg\:mb-96 {
    margin-bottom: 24rem;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .lg\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .lg\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .lg\:-mb-0 {
    margin-bottom: 0px;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem;
  }

  .lg\:-mb-28 {
    margin-bottom: -7rem;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }

  .lg\:-mb-36 {
    margin-bottom: -9rem;
  }

  .lg\:-mb-40 {
    margin-bottom: -10rem;
  }

  .lg\:-mb-44 {
    margin-bottom: -11rem;
  }

  .lg\:-mb-48 {
    margin-bottom: -12rem;
  }

  .lg\:-mb-52 {
    margin-bottom: -13rem;
  }

  .lg\:-mb-56 {
    margin-bottom: -14rem;
  }

  .lg\:-mb-60 {
    margin-bottom: -15rem;
  }

  .lg\:-mb-64 {
    margin-bottom: -16rem;
  }

  .lg\:-mb-72 {
    margin-bottom: -18rem;
  }

  .lg\:-mb-80 {
    margin-bottom: -20rem;
  }

  .lg\:-mb-96 {
    margin-bottom: -24rem;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .lg\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .lg\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .lg\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .lg\:mb-8p {
    margin-bottom: 8%;
  }

  .lg\:-mb-20px {
    margin-bottom: -20px;
  }

  .lg\:-mb-10px {
    margin-bottom: -10px;
  }

  .lg\:mb-5px {
    margin-bottom: 5px;
  }

  .lg\:mb-6px {
    margin-bottom: 6px;
  }

  .lg\:mb-8px {
    margin-bottom: 8px;
  }

  .lg\:mb-10px {
    margin-bottom: 10px;
  }

  .lg\:mb-12px {
    margin-bottom: 12px;
  }

  .lg\:mb-14px {
    margin-bottom: 14px;
  }

  .lg\:mb-16px {
    margin-bottom: 16px;
  }

  .lg\:mb-18px {
    margin-bottom: 18px;
  }

  .lg\:mb-20px {
    margin-bottom: 20px;
  }

  .lg\:mb-24px {
    margin-bottom: 24px;
  }

  .lg\:mb-26px {
    margin-bottom: 26px;
  }

  .lg\:mb-30px {
    margin-bottom: 30px;
  }

  .lg\:mb-32px {
    margin-bottom: 32px;
  }

  .lg\:mb-34px {
    margin-bottom: 34px;
  }

  .lg\:mb-36px {
    margin-bottom: 36px;
  }

  .lg\:mb-40px {
    margin-bottom: 40px;
  }

  .lg\:mb-48px {
    margin-bottom: 48px;
  }

  .lg\:mb-50px {
    margin-bottom: 50px;
  }

  .lg\:mb-60px {
    margin-bottom: 60px;
  }

  .lg\:mb-70px {
    margin-bottom: 70px;
  }

  .lg\:mb-78px {
    margin-bottom: 78px;
  }

  .lg\:mb-80px {
    margin-bottom: 80px;
  }

  .lg\:mb-90px {
    margin-bottom: 90px;
  }

  .lg\:mb-100px {
    margin-bottom: 100px;
  }

  .lg\:mb-120px {
    margin-bottom: 120px;
  }

  .lg\:mb-145px {
    margin-bottom: 145px;
  }

  .lg\:mb-172px {
    margin-bottom: 172px;
  }

  .lg\:mb-185px {
    margin-bottom: 185px;
  }

  .lg\:mb-200px {
    margin-bottom: 200px;
  }

  .lg\:mb-260px {
    margin-bottom: 260px;
  }

  .lg\:mb-268px {
    margin-bottom: 268px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:ml-9 {
    margin-left: 2.25rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:ml-11 {
    margin-left: 2.75rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:ml-14 {
    margin-left: 3.5rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:ml-28 {
    margin-left: 7rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:ml-36 {
    margin-left: 9rem;
  }

  .lg\:ml-40 {
    margin-left: 10rem;
  }

  .lg\:ml-44 {
    margin-left: 11rem;
  }

  .lg\:ml-48 {
    margin-left: 12rem;
  }

  .lg\:ml-52 {
    margin-left: 13rem;
  }

  .lg\:ml-56 {
    margin-left: 14rem;
  }

  .lg\:ml-60 {
    margin-left: 15rem;
  }

  .lg\:ml-64 {
    margin-left: 16rem;
  }

  .lg\:ml-72 {
    margin-left: 18rem;
  }

  .lg\:ml-80 {
    margin-left: 20rem;
  }

  .lg\:ml-96 {
    margin-left: 24rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .lg\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .lg\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .lg\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .lg\:-ml-0 {
    margin-left: 0px;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-ml-7 {
    margin-left: -1.75rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-ml-9 {
    margin-left: -2.25rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-ml-11 {
    margin-left: -2.75rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:-ml-14 {
    margin-left: -3.5rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-ml-20 {
    margin-left: -5rem;
  }

  .lg\:-ml-24 {
    margin-left: -6rem;
  }

  .lg\:-ml-28 {
    margin-left: -7rem;
  }

  .lg\:-ml-32 {
    margin-left: -8rem;
  }

  .lg\:-ml-36 {
    margin-left: -9rem;
  }

  .lg\:-ml-40 {
    margin-left: -10rem;
  }

  .lg\:-ml-44 {
    margin-left: -11rem;
  }

  .lg\:-ml-48 {
    margin-left: -12rem;
  }

  .lg\:-ml-52 {
    margin-left: -13rem;
  }

  .lg\:-ml-56 {
    margin-left: -14rem;
  }

  .lg\:-ml-60 {
    margin-left: -15rem;
  }

  .lg\:-ml-64 {
    margin-left: -16rem;
  }

  .lg\:-ml-72 {
    margin-left: -18rem;
  }

  .lg\:-ml-80 {
    margin-left: -20rem;
  }

  .lg\:-ml-96 {
    margin-left: -24rem;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .lg\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .lg\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .lg\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .lg\:ml-8p {
    margin-left: 8%;
  }

  .lg\:-ml-20px {
    margin-left: -20px;
  }

  .lg\:-ml-10px {
    margin-left: -10px;
  }

  .lg\:ml-5px {
    margin-left: 5px;
  }

  .lg\:ml-6px {
    margin-left: 6px;
  }

  .lg\:ml-8px {
    margin-left: 8px;
  }

  .lg\:ml-10px {
    margin-left: 10px;
  }

  .lg\:ml-12px {
    margin-left: 12px;
  }

  .lg\:ml-14px {
    margin-left: 14px;
  }

  .lg\:ml-16px {
    margin-left: 16px;
  }

  .lg\:ml-18px {
    margin-left: 18px;
  }

  .lg\:ml-20px {
    margin-left: 20px;
  }

  .lg\:ml-24px {
    margin-left: 24px;
  }

  .lg\:ml-26px {
    margin-left: 26px;
  }

  .lg\:ml-30px {
    margin-left: 30px;
  }

  .lg\:ml-32px {
    margin-left: 32px;
  }

  .lg\:ml-34px {
    margin-left: 34px;
  }

  .lg\:ml-36px {
    margin-left: 36px;
  }

  .lg\:ml-40px {
    margin-left: 40px;
  }

  .lg\:ml-48px {
    margin-left: 48px;
  }

  .lg\:ml-50px {
    margin-left: 50px;
  }

  .lg\:ml-60px {
    margin-left: 60px;
  }

  .lg\:ml-70px {
    margin-left: 70px;
  }

  .lg\:ml-78px {
    margin-left: 78px;
  }

  .lg\:ml-80px {
    margin-left: 80px;
  }

  .lg\:ml-90px {
    margin-left: 90px;
  }

  .lg\:ml-100px {
    margin-left: 100px;
  }

  .lg\:ml-120px {
    margin-left: 120px;
  }

  .lg\:ml-145px {
    margin-left: 145px;
  }

  .lg\:ml-172px {
    margin-left: 172px;
  }

  .lg\:ml-185px {
    margin-left: 185px;
  }

  .lg\:ml-200px {
    margin-left: 200px;
  }

  .lg\:ml-260px {
    margin-left: 260px;
  }

  .lg\:ml-268px {
    margin-left: 268px;
  }

  .lg\:box-border {
    box-sizing: border-box;
  }

  .lg\:box-content {
    box-sizing: content-box;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:inline-table {
    display: inline-table;
  }

  .lg\:table-caption {
    display: table-caption;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-column {
    display: table-column;
  }

  .lg\:table-column-group {
    display: table-column-group;
  }

  .lg\:table-footer-group {
    display: table-footer-group;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:table-row-group {
    display: table-row-group;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:flow-root {
    display: flow-root;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:inline-grid {
    display: inline-grid;
  }

  .lg\:contents {
    display: contents;
  }

  .lg\:list-item {
    display: list-item;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-0 {
    height: 0px;
  }

  .lg\:h-1 {
    height: 0.25rem;
  }

  .lg\:h-2 {
    height: 0.5rem;
  }

  .lg\:h-3 {
    height: 0.75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-7 {
    height: 1.75rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-11 {
    height: 2.75rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-36 {
    height: 9rem;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-44 {
    height: 11rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-52 {
    height: 13rem;
  }

  .lg\:h-56 {
    height: 14rem;
  }

  .lg\:h-60 {
    height: 15rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-72 {
    height: 18rem;
  }

  .lg\:h-80 {
    height: 20rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-0\.5 {
    height: 0.125rem;
  }

  .lg\:h-1\.5 {
    height: 0.375rem;
  }

  .lg\:h-2\.5 {
    height: 0.625rem;
  }

  .lg\:h-3\.5 {
    height: 0.875rem;
  }

  .lg\:h-1\/2 {
    height: 50%;
  }

  .lg\:h-1\/3 {
    height: 33.333333%;
  }

  .lg\:h-2\/3 {
    height: 66.666667%;
  }

  .lg\:h-1\/4 {
    height: 25%;
  }

  .lg\:h-2\/4 {
    height: 50%;
  }

  .lg\:h-3\/4 {
    height: 75%;
  }

  .lg\:h-1\/5 {
    height: 20%;
  }

  .lg\:h-2\/5 {
    height: 40%;
  }

  .lg\:h-3\/5 {
    height: 60%;
  }

  .lg\:h-4\/5 {
    height: 80%;
  }

  .lg\:h-1\/6 {
    height: 16.666667%;
  }

  .lg\:h-2\/6 {
    height: 33.333333%;
  }

  .lg\:h-3\/6 {
    height: 50%;
  }

  .lg\:h-4\/6 {
    height: 66.666667%;
  }

  .lg\:h-5\/6 {
    height: 83.333333%;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:h-divider {
    height: 1px;
  }

  .lg\:h-2px {
    height: 2px;
  }

  .lg\:h-24px {
    height: 24px;
  }

  .lg\:h-28px {
    height: 28px;
  }

  .lg\:h-30px {
    height: 30px;
  }

  .lg\:h-32px {
    height: 32px;
  }

  .lg\:h-36px {
    height: 36px;
  }

  .lg\:h-38px {
    height: 38px;
  }

  .lg\:h-40px {
    height: 40px;
  }

  .lg\:h-42px {
    height: 42px;
  }

  .lg\:h-44px {
    height: 44px;
  }

  .lg\:h-48px {
    height: 48px;
  }

  .lg\:h-54px {
    height: 54px;
  }

  .lg\:h-56px {
    height: 56px;
  }

  .lg\:h-58px {
    height: 58px;
  }

  .lg\:h-68px {
    height: 68px;
  }

  .lg\:h-82px {
    height: 82px;
  }

  .lg\:h-125px {
    height: 125px;
  }

  .lg\:h-132px {
    height: 132px;
  }

  .lg\:h-198px {
    height: 198px;
  }

  .lg\:h-229px {
    height: 229px;
  }

  .lg\:h-319px {
    height: 319px;
  }

  .lg\:h-400px {
    height: 400px;
  }

  .lg\:h-420px {
    height: 420px;
  }

  .lg\:h-450px {
    height: 450px;
  }

  .lg\:h-465px {
    height: 465px;
  }

  .lg\:h-485px {
    height: 485px;
  }

  .lg\:h-501px {
    height: 501px;
  }

  .lg\:h-558px {
    height: 558px;
  }

  .lg\:h-526px {
    height: 526px;
  }

  .lg\:h-533px {
    height: 533px;
  }

  .lg\:h-566px {
    height: 566px;
  }

  .lg\:h-617px {
    height: 617px;
  }

  .lg\:h-756px {
    height: 756px;
  }

  .lg\:h-768px {
    height: 768px;
  }

  .lg\:h-800px {
    height: 800px;
  }

  .lg\:h-860px {
    height: 860px;
  }

  .lg\:max-h-0 {
    max-height: 0px;
  }

  .lg\:max-h-1 {
    max-height: 0.25rem;
  }

  .lg\:max-h-2 {
    max-height: 0.5rem;
  }

  .lg\:max-h-3 {
    max-height: 0.75rem;
  }

  .lg\:max-h-4 {
    max-height: 1rem;
  }

  .lg\:max-h-5 {
    max-height: 1.25rem;
  }

  .lg\:max-h-6 {
    max-height: 1.5rem;
  }

  .lg\:max-h-7 {
    max-height: 1.75rem;
  }

  .lg\:max-h-8 {
    max-height: 2rem;
  }

  .lg\:max-h-9 {
    max-height: 2.25rem;
  }

  .lg\:max-h-10 {
    max-height: 2.5rem;
  }

  .lg\:max-h-11 {
    max-height: 2.75rem;
  }

  .lg\:max-h-12 {
    max-height: 3rem;
  }

  .lg\:max-h-14 {
    max-height: 3.5rem;
  }

  .lg\:max-h-16 {
    max-height: 4rem;
  }

  .lg\:max-h-20 {
    max-height: 5rem;
  }

  .lg\:max-h-24 {
    max-height: 6rem;
  }

  .lg\:max-h-28 {
    max-height: 7rem;
  }

  .lg\:max-h-32 {
    max-height: 8rem;
  }

  .lg\:max-h-36 {
    max-height: 9rem;
  }

  .lg\:max-h-40 {
    max-height: 10rem;
  }

  .lg\:max-h-44 {
    max-height: 11rem;
  }

  .lg\:max-h-48 {
    max-height: 12rem;
  }

  .lg\:max-h-52 {
    max-height: 13rem;
  }

  .lg\:max-h-56 {
    max-height: 14rem;
  }

  .lg\:max-h-60 {
    max-height: 15rem;
  }

  .lg\:max-h-64 {
    max-height: 16rem;
  }

  .lg\:max-h-72 {
    max-height: 18rem;
  }

  .lg\:max-h-80 {
    max-height: 20rem;
  }

  .lg\:max-h-96 {
    max-height: 24rem;
  }

  .lg\:max-h-px {
    max-height: 1px;
  }

  .lg\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .lg\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .lg\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .lg\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-h-70p {
    max-height: 70%;
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:min-h-400px {
    min-height: 400px;
  }

  .lg\:min-h-800px {
    min-height: 800px;
  }

  .lg\:w-0 {
    width: 0px;
  }

  .lg\:w-1 {
    width: 0.25rem;
  }

  .lg\:w-2 {
    width: 0.5rem;
  }

  .lg\:w-3 {
    width: 0.75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-7 {
    width: 1.75rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-9 {
    width: 2.25rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-11 {
    width: 2.75rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-14 {
    width: 3.5rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-28 {
    width: 7rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-52 {
    width: 13rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-60 {
    width: 15rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-96 {
    width: 24rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-0\.5 {
    width: 0.125rem;
  }

  .lg\:w-1\.5 {
    width: 0.375rem;
  }

  .lg\:w-2\.5 {
    width: 0.625rem;
  }

  .lg\:w-3\.5 {
    width: 0.875rem;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-3\/6 {
    width: 50%;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:w-50p {
    width: 50%;
  }

  .lg\:w-75p {
    width: 75%;
  }

  .lg\:w-80p {
    width: 80%;
  }

  .lg\:w-divider {
    width: 1px;
  }

  .lg\:w-16px {
    width: 16px;
  }

  .lg\:w-17px {
    width: 17px;
  }

  .lg\:w-24px {
    width: 24px;
  }

  .lg\:w-28px {
    width: 28px;
  }

  .lg\:w-32px {
    width: 32px;
  }

  .lg\:w-34px {
    width: 34px;
  }

  .lg\:w-38px {
    width: 38px;
  }

  .lg\:w-40px {
    width: 40px;
  }

  .lg\:w-42px {
    width: 42px;
  }

  .lg\:w-44px {
    width: 44px;
  }

  .lg\:w-48px {
    width: 48px;
  }

  .lg\:w-56px {
    width: 56px;
  }

  .lg\:w-58px {
    width: 58px;
  }

  .lg\:w-68px {
    width: 68px;
  }

  .lg\:w-82px {
    width: 82px;
  }

  .lg\:w-93px {
    width: 93px;
  }

  .lg\:w-100px {
    width: 100px;
  }

  .lg\:w-115px {
    width: 115px;
  }

  .lg\:w-125px {
    width: 125px;
  }

  .lg\:w-132px {
    width: 132px;
  }

  .lg\:w-146px {
    width: 146px;
  }

  .lg\:w-157px {
    width: 157px;
  }

  .lg\:w-224px {
    width: 224px;
  }

  .lg\:w-236px {
    width: 236px;
  }

  .lg\:w-255px {
    width: 255px;
  }

  .lg\:w-320px {
    width: 320px;
  }

  .lg\:w-372px {
    width: 372px;
  }

  .lg\:w-401px {
    width: 401px;
  }

  .lg\:w-735px {
    width: 735px;
  }

  .lg\:w-857px {
    width: 857px;
  }

  .lg\:min-w-0 {
    min-width: 0px;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .lg\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .lg\:min-w-140px {
    min-width: 140px;
  }

  .lg\:max-w-0 {
    max-width: 0rem;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-sm {
    max-width: 24rem;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:max-w-7xl {
    max-width: 80rem;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg\:max-w-prose {
    max-width: 65ch;
  }

  .lg\:max-w-screen-sm {
    max-width: 360px;
  }

  .lg\:max-w-screen-lm {
    max-width: 420px;
  }

  .lg\:max-w-screen-md {
    max-width: 768px;
  }

  .lg\:max-w-screen-lg {
    max-width: 1024px;
  }

  .lg\:max-w-screen-xlg {
    max-width: 1920px;
  }

  .lg\:max-w-200px {
    max-width: 200px;
  }

  .lg\:max-w-220px {
    max-width: 220px;
  }

  .lg\:max-w-348px {
    max-width: 348px;
  }

  .lg\:max-w-814px {
    max-width: 814px;
  }

  .lg\:max-w-960px {
    max-width: 960px;
  }

  .lg\:max-w-1380px {
    max-width: 1380px;
  }

  .lg\:max-w-1920px {
    max-width: 1920px;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .lg\:border-collapse {
    border-collapse: collapse;
  }

  .lg\:border-separate {
    border-collapse: separate;
  }

  .lg\:origin-center {
    transform-origin: center;
  }

  .lg\:origin-top {
    transform-origin: top;
  }

  .lg\:origin-top-right {
    transform-origin: top right;
  }

  .lg\:origin-right {
    transform-origin: right;
  }

  .lg\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .lg\:origin-bottom {
    transform-origin: bottom;
  }

  .lg\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .lg\:origin-left {
    transform-origin: left;
  }

  .lg\:origin-top-left {
    transform-origin: top left;
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\:transform-none {
    transform: none;
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .lg\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .lg\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .lg\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .lg\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .lg\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .lg\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .lg\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .lg\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .lg\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .lg\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .lg\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .lg\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .lg\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .lg\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .lg\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .lg\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .lg\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .lg\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .lg\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .lg\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .lg\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .lg\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .lg\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .lg\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .lg\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .lg\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .lg\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .lg\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .lg\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .lg\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .lg\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .lg\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .lg\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .lg\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .lg\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .lg\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .lg\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .lg\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .lg\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .lg\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .lg\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .lg\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .lg\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .lg\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .lg\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .lg\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .lg\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .lg\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .lg\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .lg\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .lg\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .lg\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .lg\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .lg\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .lg\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .lg\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .lg\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .lg\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .lg\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .lg\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .lg\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .lg\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .lg\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .lg\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .lg\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .lg\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .lg\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .lg\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .lg\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .lg\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .lg\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .lg\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .lg\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .lg\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .lg\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .lg\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .lg\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .lg\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .lg\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .lg\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .lg\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .lg\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .lg\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .lg\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .lg\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .lg\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .lg\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .lg\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .lg\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .lg\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .lg\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .lg\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .lg\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .lg\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .lg\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .lg\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .lg\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .lg\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .lg\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .lg\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .lg\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .lg\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .lg\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .lg\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .lg\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .lg\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .lg\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .lg\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .lg\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .lg\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .lg\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .lg\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .lg\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .lg\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .lg\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .lg\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .lg\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .lg\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .lg\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .lg\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .lg\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .lg\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .lg\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .lg\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .lg\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .lg\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .lg\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .lg\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .lg\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .lg\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .lg\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .lg\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .lg\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .lg\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .lg\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .lg\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .lg\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .lg\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .lg\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .lg\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .lg\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .lg\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .lg\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .lg\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .lg\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .lg\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .lg\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .lg\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .lg\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .lg\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .lg\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .lg\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .lg\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .lg\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .lg\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .lg\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .lg\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .lg\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .lg\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .lg\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .lg\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .lg\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .lg\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .lg\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .lg\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .lg\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .lg\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .lg\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .lg\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .lg\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .lg\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .lg\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .lg\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .lg\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .lg\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .lg\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .lg\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .lg\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .lg\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .lg\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .lg\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .lg\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .lg\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .lg\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .lg\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .lg\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .lg\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .lg\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .lg\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .lg\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .lg\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .lg\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .lg\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .lg\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .lg\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .lg\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .lg\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .lg\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .lg\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .lg\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .lg\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .lg\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .lg\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .lg\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .lg\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .lg\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .lg\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .lg\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .lg\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .lg\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .lg\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .lg\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .lg\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .lg\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .lg\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .lg\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .lg\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .lg\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .lg\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .lg\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .lg\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .lg\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .lg\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .lg\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .lg\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .lg\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .lg\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .lg\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .lg\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .lg\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .lg\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .lg\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .lg\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .lg\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .lg\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .lg\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .lg\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .lg\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .lg\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .lg\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .lg\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .lg\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .lg\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .lg\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .lg\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .lg\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .lg\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .lg\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .lg\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .lg\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .lg\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .lg\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .lg\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .lg\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .lg\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .lg\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .lg\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .lg\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .lg\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .lg\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .lg\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .lg\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .lg\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .lg\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .lg\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .lg\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .lg\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .lg\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .lg\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .lg\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .lg\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .lg\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .lg\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .lg\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .lg\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .lg\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .lg\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .lg\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .lg\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .lg\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .lg\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .lg\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .lg\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .lg\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .lg\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .lg\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .lg\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .lg\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .lg\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .lg\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .lg\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .lg\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .lg\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .lg\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .lg\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .lg\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .lg\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .lg\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .lg\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .lg\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .lg\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .lg\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .lg\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .lg\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .lg\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .lg\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .lg\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .lg\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .lg\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .lg\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .lg\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .lg\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .lg\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .lg\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .lg\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .lg\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .lg\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .lg\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .lg\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .lg\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .lg\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .lg\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .lg\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .lg\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .lg\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .lg\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .lg\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .lg\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .lg\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .lg\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .lg\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .lg\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .lg\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .lg\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .lg\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .lg\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .lg\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .lg\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .lg\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .lg\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .lg\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .lg\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .lg\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .lg\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .lg\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .lg\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .lg\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .lg\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .lg\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .lg\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .lg\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .lg\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .lg\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .lg\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .lg\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .lg\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .lg\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .lg\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .lg\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .lg\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .lg\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .lg\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .lg\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .lg\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .lg\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .lg\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .lg\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .lg\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .lg\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .lg\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .lg\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .lg\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .lg\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .lg\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .lg\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .lg\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .lg\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .lg\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .lg\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .lg\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .lg\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .lg\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .lg\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .lg\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .lg\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .lg\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .lg\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .lg\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .lg\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .lg\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .lg\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .lg\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .lg\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .lg\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .lg\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .lg\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .lg\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .lg\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .lg\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .lg\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .lg\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .lg\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .lg\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .lg\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .lg\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .lg\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .lg\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .lg\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .lg\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .lg\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .lg\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .lg\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .lg\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .lg\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .lg\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .lg\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .lg\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .lg\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .lg\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .lg\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .lg\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .lg\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .lg\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .lg\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .lg\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .lg\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .lg\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .lg\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .lg\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .lg\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .lg\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .lg\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .lg\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .lg\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .lg\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .lg\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .lg\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .lg\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .lg\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .lg\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .lg\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .lg\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .lg\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .lg\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .lg\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .lg\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .lg\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .lg\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .lg\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .lg\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .lg\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .lg\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .lg\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .lg\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .lg\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .lg\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .lg\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .lg\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .lg\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .lg\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .lg\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .lg\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .lg\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .lg\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .lg\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .lg\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .lg\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .lg\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .lg\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .lg\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .lg\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .lg\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .lg\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .lg\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .lg\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .lg\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .lg\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .lg\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .lg\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .lg\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .lg\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .lg\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .lg\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .lg\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .lg\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .lg\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .lg\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .lg\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .lg\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .lg\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .lg\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .lg\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .lg\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .lg\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .lg\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .lg\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .lg\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .lg\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .lg\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .lg\:rotate-20 {
    --tw-rotate: 20deg;
  }

  .lg\:rotate-35 {
    --tw-rotate: 35deg;
  }

  .lg\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .lg\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .lg\:rotate-127 {
    --tw-rotate: 127deg;
  }

  .lg\:rotate-150 {
    --tw-rotate: 150deg;
  }

  .lg\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .lg\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .lg\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .lg\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .lg\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .lg\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .lg\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .lg\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .lg\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .lg\:-rotate-8 {
    --tw-rotate: -8deg;
  }

  .lg\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .lg\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .lg\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .lg\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .lg\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .lg\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .lg\:hover\:rotate-20:hover {
    --tw-rotate: 20deg;
  }

  .lg\:hover\:rotate-35:hover {
    --tw-rotate: 35deg;
  }

  .lg\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .lg\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .lg\:hover\:rotate-127:hover {
    --tw-rotate: 127deg;
  }

  .lg\:hover\:rotate-150:hover {
    --tw-rotate: 150deg;
  }

  .lg\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .lg\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .lg\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .lg\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .lg\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .lg\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .lg\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .lg\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .lg\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .lg\:hover\:-rotate-8:hover {
    --tw-rotate: -8deg;
  }

  .lg\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .lg\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .lg\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .lg\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .lg\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .lg\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .lg\:focus\:rotate-20:focus {
    --tw-rotate: 20deg;
  }

  .lg\:focus\:rotate-35:focus {
    --tw-rotate: 35deg;
  }

  .lg\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .lg\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .lg\:focus\:rotate-127:focus {
    --tw-rotate: 127deg;
  }

  .lg\:focus\:rotate-150:focus {
    --tw-rotate: 150deg;
  }

  .lg\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .lg\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .lg\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .lg\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .lg\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .lg\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .lg\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .lg\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .lg\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .lg\:focus\:-rotate-8:focus {
    --tw-rotate: -8deg;
  }

  .lg\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .lg\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .lg\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .lg\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .lg\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .lg\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .lg\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .lg\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .lg\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .lg\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .lg\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .lg\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .lg\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .lg\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .lg\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .lg\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .lg\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .lg\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .lg\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .lg\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .lg\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .lg\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .lg\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .lg\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .lg\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .lg\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .lg\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .lg\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .lg\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .lg\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .lg\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .lg\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .lg\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .lg\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .lg\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .lg\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .lg\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .lg\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .lg\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .lg\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .lg\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .lg\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .lg\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .lg\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .lg\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .lg\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .lg\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .lg\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .lg\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .lg\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .lg\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .lg\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .lg\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .lg\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .lg\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .lg\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .lg\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .lg\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .lg\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .lg\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .lg\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .lg\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .lg\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .lg\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .lg\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .lg\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .lg\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .lg\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .lg\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .lg\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .lg\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .lg\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .lg\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .lg\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .lg\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .lg\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .lg\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .lg\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .lg\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .lg\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .lg\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .lg\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .lg\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .lg\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .lg\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .lg\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .lg\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .lg\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .lg\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .lg\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .lg\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .lg\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .lg\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .lg\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .lg\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .lg\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .lg\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .lg\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .lg\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .lg\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .lg\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .lg\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .lg\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .lg\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .lg\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .lg\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .lg\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .lg\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .lg\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .lg\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .lg\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .lg\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .lg\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .lg\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .lg\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .lg\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .lg\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .lg\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .lg\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .lg\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .lg\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .lg\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .lg\:animate-none {
    animation: none;
  }

  .lg\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .lg\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .lg\:animate-zoom-in-out {
    animation: zoom-in-out 20s ease-in-out infinite;
  }

  .lg\:animate-reveal-scale {
    animation: reveal-scale 0.35s ease-in;
  }

  .lg\:animate-pulsing {
    animation: pulsing 1.6s infinite;
  }

  .lg\:animate-reveal-top {
    animation: reveal-top 0.6s ease-in-out;
  }

  .lg\:animate-reveal-bottom {
    animation: reveal-bottom 0.6s ease-in-out;
  }

  .lg\:animate-reveal-left {
    animation: reveal-left 0.6s ease-in-out;
  }

  .lg\:animate-reveal-right {
    animation: reveal-right 0.6s ease-in-out;
  }

  .lg\:animate-expand-avatar-skill {
    animation: expand-avatar-skill 0.35s ease-in-out;
  }

  .lg\:animate-collapse-avatar-skill {
    animation: collapse-avatar-skill 0.35s ease-in-out;
  }

  .lg\:animate-grow {
    animation: grow 2s ease-in-out;
  }

  .lg\:animate-shake {
    animation: shake 2s ease-in-out infinite;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-text {
    cursor: text;
  }

  .lg\:cursor-move {
    cursor: move;
  }

  .lg\:cursor-help {
    cursor: help;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .lg\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .lg\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .lg\:list-inside {
    list-style-position: inside;
  }

  .lg\:list-outside {
    list-style-position: outside;
  }

  .lg\:list-none {
    list-style-type: none;
  }

  .lg\:list-disc {
    list-style-type: disc;
  }

  .lg\:list-decimal {
    list-style-type: decimal;
  }

  .lg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .lg\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .lg\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .lg\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .lg\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .lg\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-rows-none {
    grid-template-rows: none;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:place-content-center {
    place-content: center;
  }

  .lg\:place-content-start {
    place-content: start;
  }

  .lg\:place-content-end {
    place-content: end;
  }

  .lg\:place-content-between {
    place-content: space-between;
  }

  .lg\:place-content-around {
    place-content: space-around;
  }

  .lg\:place-content-evenly {
    place-content: space-evenly;
  }

  .lg\:place-content-stretch {
    place-content: stretch;
  }

  .lg\:place-items-start {
    place-items: start;
  }

  .lg\:place-items-end {
    place-items: end;
  }

  .lg\:place-items-center {
    place-items: center;
  }

  .lg\:place-items-stretch {
    place-items: stretch;
  }

  .lg\:content-center {
    align-content: center;
  }

  .lg\:content-start {
    align-content: flex-start;
  }

  .lg\:content-end {
    align-content: flex-end;
  }

  .lg\:content-between {
    align-content: space-between;
  }

  .lg\:content-around {
    align-content: space-around;
  }

  .lg\:content-evenly {
    align-content: space-evenly;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:justify-evenly {
    justify-content: space-evenly;
  }

  .lg\:justify-items-start {
    justify-items: start;
  }

  .lg\:justify-items-end {
    justify-items: end;
  }

  .lg\:justify-items-center {
    justify-items: center;
  }

  .lg\:justify-items-stretch {
    justify-items: stretch;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-1 {
    gap: 0.25rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-9 {
    gap: 2.25rem;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-11 {
    gap: 2.75rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-28 {
    gap: 7rem;
  }

  .lg\:gap-32 {
    gap: 8rem;
  }

  .lg\:gap-36 {
    gap: 9rem;
  }

  .lg\:gap-40 {
    gap: 10rem;
  }

  .lg\:gap-44 {
    gap: 11rem;
  }

  .lg\:gap-48 {
    gap: 12rem;
  }

  .lg\:gap-52 {
    gap: 13rem;
  }

  .lg\:gap-56 {
    gap: 14rem;
  }

  .lg\:gap-60 {
    gap: 15rem;
  }

  .lg\:gap-64 {
    gap: 16rem;
  }

  .lg\:gap-72 {
    gap: 18rem;
  }

  .lg\:gap-80 {
    gap: 20rem;
  }

  .lg\:gap-96 {
    gap: 24rem;
  }

  .lg\:gap-px {
    gap: 1px;
  }

  .lg\:gap-0\.5 {
    gap: 0.125rem;
  }

  .lg\:gap-1\.5 {
    gap: 0.375rem;
  }

  .lg\:gap-2\.5 {
    gap: 0.625rem;
  }

  .lg\:gap-3\.5 {
    gap: 0.875rem;
  }

  .lg\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .lg\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .lg\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .lg\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .lg\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .lg\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .lg\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .lg\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .lg\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .lg\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .lg\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lg\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .lg\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .lg\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .lg\:gap-y-4 {
    row-gap: 1rem;
  }

  .lg\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .lg\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .lg\:gap-y-8 {
    row-gap: 2rem;
  }

  .lg\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .lg\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .lg\:gap-y-12 {
    row-gap: 3rem;
  }

  .lg\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:gap-y-20 {
    row-gap: 5rem;
  }

  .lg\:gap-y-24 {
    row-gap: 6rem;
  }

  .lg\:gap-y-28 {
    row-gap: 7rem;
  }

  .lg\:gap-y-32 {
    row-gap: 8rem;
  }

  .lg\:gap-y-36 {
    row-gap: 9rem;
  }

  .lg\:gap-y-40 {
    row-gap: 10rem;
  }

  .lg\:gap-y-44 {
    row-gap: 11rem;
  }

  .lg\:gap-y-48 {
    row-gap: 12rem;
  }

  .lg\:gap-y-52 {
    row-gap: 13rem;
  }

  .lg\:gap-y-56 {
    row-gap: 14rem;
  }

  .lg\:gap-y-60 {
    row-gap: 15rem;
  }

  .lg\:gap-y-64 {
    row-gap: 16rem;
  }

  .lg\:gap-y-72 {
    row-gap: 18rem;
  }

  .lg\:gap-y-80 {
    row-gap: 20rem;
  }

  .lg\:gap-y-96 {
    row-gap: 24rem;
  }

  .lg\:gap-y-px {
    row-gap: 1px;
  }

  .lg\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .lg\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .lg\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .lg\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\:-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)));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

  .lg\:divide-x-1px > :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)));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\:divide-y-1px > :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));
  }

  .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .lg\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .lg\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .lg\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .lg\:divide-tropic-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-divide-opacity));
  }

  .lg\:divide-tropic-light > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(3,39,41,0.7);
  }

  .lg\:divide-tropic-6p > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(3,39,41,0.6);
  }

  .lg\:divide-tropic-90p > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(3,39,41,0.9);
  }

  .lg\:divide-taiga-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-divide-opacity));
  }

  .lg\:divide-taiga-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-divide-opacity));
  }

  .lg\:divide-savana > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-divide-opacity));
  }

  .lg\:divide-tundra > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-divide-opacity));
  }

  .lg\:divide-arctic-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-arctic-low > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(255,255,255,0.12);
  }

  .lg\:divide-arctic-very-low > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(255,255,255,0.06);
  }

  .lg\:divide-black-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-black-dim > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(0,5,5,0.8);
  }

  .lg\:divide-black-low > :not([hidden]) ~ :not([hidden]) {
    border-color: #0A000000;
  }

  .lg\:divide-black-semi > :not([hidden]) ~ :not([hidden]) {
    border-color: #66000000;
  }

  .lg\:divide-white-low > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(255,255,255,0.06);
  }

  .lg\:divide-white-medium > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(255,255,255,0.12);
  }

  .lg\:divide-white-semi > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(255,255,255,0.6);
  }

  .lg\:divide-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-divide-opacity));
  }

  .lg\:divide-expedition > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-divide-opacity));
  }

  .lg\:divide-green-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-divide-opacity));
  }

  .lg\:divide-green-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-divide-opacity));
  }

  .lg\:divide-red-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-divide-opacity));
  }

  .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(0,0,0,0);
  }

  .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .lg\:divide-opacity-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: .01;
  }

  .lg\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .lg\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .lg\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .lg\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .lg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .lg\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .lg\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .lg\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .lg\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .lg\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .lg\:place-self-auto {
    place-self: auto;
  }

  .lg\:place-self-start {
    place-self: start;
  }

  .lg\:place-self-end {
    place-self: end;
  }

  .lg\:place-self-center {
    place-self: center;
  }

  .lg\:place-self-stretch {
    place-self: stretch;
  }

  .lg\:self-auto {
    align-self: auto;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:self-baseline {
    align-self: baseline;
  }

  .lg\:justify-self-auto {
    justify-self: auto;
  }

  .lg\:justify-self-start {
    justify-self: start;
  }

  .lg\:justify-self-end {
    justify-self: end;
  }

  .lg\:justify-self-center {
    justify-self: center;
  }

  .lg\:justify-self-stretch {
    justify-self: stretch;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .lg\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .lg\:overscroll-none {
    overscroll-behavior: none;
  }

  .lg\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .lg\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .lg\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .lg\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .lg\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .lg\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .lg\:overflow-clip {
    text-overflow: clip;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words {
    overflow-wrap: break-word;
  }

  .lg\:break-all {
    word-break: break-all;
  }

  .lg\:rounded-50p {
    border-radius: 50%;
  }

  .lg\:rounded-4px {
    border-radius: 4px;
  }

  .lg\:rounded-8px {
    border-radius: 8px;
  }

  .lg\:rounded-12px {
    border-radius: 12px;
  }

  .lg\:rounded-16px {
    border-radius: 16px;
  }

  .lg\:rounded-18px {
    border-radius: 18px;
  }

  .lg\:rounded-20px {
    border-radius: 20px;
  }

  .lg\:rounded-24px {
    border-radius: 24px;
  }

  .lg\:rounded-t-50p {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }

  .lg\:rounded-t-4px {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .lg\:rounded-t-8px {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .lg\:rounded-t-12px {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .lg\:rounded-t-16px {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .lg\:rounded-t-18px {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .lg\:rounded-t-20px {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .lg\:rounded-t-24px {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .lg\:rounded-r-50p {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }

  .lg\:rounded-r-4px {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .lg\:rounded-r-8px {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .lg\:rounded-r-12px {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .lg\:rounded-r-16px {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  .lg\:rounded-r-18px {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
  }

  .lg\:rounded-r-20px {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .lg\:rounded-r-24px {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  .lg\:rounded-b-50p {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .lg\:rounded-b-4px {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .lg\:rounded-b-8px {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .lg\:rounded-b-12px {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .lg\:rounded-b-16px {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .lg\:rounded-b-18px {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }

  .lg\:rounded-b-20px {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .lg\:rounded-b-24px {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .lg\:rounded-l-50p {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .lg\:rounded-l-4px {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .lg\:rounded-l-8px {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .lg\:rounded-l-12px {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .lg\:rounded-l-16px {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .lg\:rounded-l-18px {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
  }

  .lg\:rounded-l-20px {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .lg\:rounded-l-24px {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .lg\:rounded-tl-50p {
    border-top-left-radius: 50%;
  }

  .lg\:rounded-tl-4px {
    border-top-left-radius: 4px;
  }

  .lg\:rounded-tl-8px {
    border-top-left-radius: 8px;
  }

  .lg\:rounded-tl-12px {
    border-top-left-radius: 12px;
  }

  .lg\:rounded-tl-16px {
    border-top-left-radius: 16px;
  }

  .lg\:rounded-tl-18px {
    border-top-left-radius: 18px;
  }

  .lg\:rounded-tl-20px {
    border-top-left-radius: 20px;
  }

  .lg\:rounded-tl-24px {
    border-top-left-radius: 24px;
  }

  .lg\:rounded-tr-50p {
    border-top-right-radius: 50%;
  }

  .lg\:rounded-tr-4px {
    border-top-right-radius: 4px;
  }

  .lg\:rounded-tr-8px {
    border-top-right-radius: 8px;
  }

  .lg\:rounded-tr-12px {
    border-top-right-radius: 12px;
  }

  .lg\:rounded-tr-16px {
    border-top-right-radius: 16px;
  }

  .lg\:rounded-tr-18px {
    border-top-right-radius: 18px;
  }

  .lg\:rounded-tr-20px {
    border-top-right-radius: 20px;
  }

  .lg\:rounded-tr-24px {
    border-top-right-radius: 24px;
  }

  .lg\:rounded-br-50p {
    border-bottom-right-radius: 50%;
  }

  .lg\:rounded-br-4px {
    border-bottom-right-radius: 4px;
  }

  .lg\:rounded-br-8px {
    border-bottom-right-radius: 8px;
  }

  .lg\:rounded-br-12px {
    border-bottom-right-radius: 12px;
  }

  .lg\:rounded-br-16px {
    border-bottom-right-radius: 16px;
  }

  .lg\:rounded-br-18px {
    border-bottom-right-radius: 18px;
  }

  .lg\:rounded-br-20px {
    border-bottom-right-radius: 20px;
  }

  .lg\:rounded-br-24px {
    border-bottom-right-radius: 24px;
  }

  .lg\:rounded-bl-50p {
    border-bottom-left-radius: 50%;
  }

  .lg\:rounded-bl-4px {
    border-bottom-left-radius: 4px;
  }

  .lg\:rounded-bl-8px {
    border-bottom-left-radius: 8px;
  }

  .lg\:rounded-bl-12px {
    border-bottom-left-radius: 12px;
  }

  .lg\:rounded-bl-16px {
    border-bottom-left-radius: 16px;
  }

  .lg\:rounded-bl-18px {
    border-bottom-left-radius: 18px;
  }

  .lg\:rounded-bl-20px {
    border-bottom-left-radius: 20px;
  }

  .lg\:rounded-bl-24px {
    border-bottom-left-radius: 24px;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:border-8 {
    border-width: 8px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-1px {
    border-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 0px;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-t-1px {
    border-top-width: 1px;
  }

  .lg\:border-r-0 {
    border-right-width: 0px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-r-1px {
    border-right-width: 1px;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-b-1px {
    border-bottom-width: 1px;
  }

  .lg\:border-l-0 {
    border-left-width: 0px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-l-1px {
    border-left-width: 1px;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-dashed {
    border-style: dashed;
  }

  .lg\:border-dotted {
    border-style: dotted;
  }

  .lg\:border-double {
    border-style: double;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-tropic-base {
    --tw-border-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-border-opacity));
  }

  .lg\:border-tropic-light {
    border-color: rgba(3,39,41,0.7);
  }

  .lg\:border-tropic-6p {
    border-color: rgba(3,39,41,0.6);
  }

  .lg\:border-tropic-90p {
    border-color: rgba(3,39,41,0.9);
  }

  .lg\:border-taiga-base {
    --tw-border-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-border-opacity));
  }

  .lg\:border-taiga-light {
    --tw-border-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-border-opacity));
  }

  .lg\:border-savana {
    --tw-border-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-border-opacity));
  }

  .lg\:border-tundra {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-border-opacity));
  }

  .lg\:border-arctic-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:border-arctic-low {
    border-color: rgba(255,255,255,0.12);
  }

  .lg\:border-arctic-very-low {
    border-color: rgba(255,255,255,0.06);
  }

  .lg\:border-black-base {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:border-black-dim {
    border-color: rgba(0,5,5,0.8);
  }

  .lg\:border-black-low {
    border-color: #0A000000;
  }

  .lg\:border-black-semi {
    border-color: #66000000;
  }

  .lg\:border-white-low {
    border-color: rgba(255,255,255,0.06);
  }

  .lg\:border-white-medium {
    border-color: rgba(255,255,255,0.12);
  }

  .lg\:border-white-semi {
    border-color: rgba(255,255,255,0.6);
  }

  .lg\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-border-opacity));
  }

  .lg\:border-yellow {
    --tw-border-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-border-opacity));
  }

  .lg\:border-expedition {
    --tw-border-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-border-opacity));
  }

  .lg\:border-green-base {
    --tw-border-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-border-opacity));
  }

  .lg\:border-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-border-opacity));
  }

  .lg\:border-red-base {
    --tw-border-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-border-opacity));
  }

  .lg\:border-transparent {
    border-color: rgba(0,0,0,0);
  }

  .group:hover .lg\:group-hover\:border-tropic-base {
    --tw-border-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-tropic-light {
    border-color: rgba(3,39,41,0.7);
  }

  .group:hover .lg\:group-hover\:border-tropic-6p {
    border-color: rgba(3,39,41,0.6);
  }

  .group:hover .lg\:group-hover\:border-tropic-90p {
    border-color: rgba(3,39,41,0.9);
  }

  .group:hover .lg\:group-hover\:border-taiga-base {
    --tw-border-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-taiga-light {
    --tw-border-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-savana {
    --tw-border-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-tundra {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-arctic-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-arctic-low {
    border-color: rgba(255,255,255,0.12);
  }

  .group:hover .lg\:group-hover\:border-arctic-very-low {
    border-color: rgba(255,255,255,0.06);
  }

  .group:hover .lg\:group-hover\:border-black-base {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-black-dim {
    border-color: rgba(0,5,5,0.8);
  }

  .group:hover .lg\:group-hover\:border-black-low {
    border-color: #0A000000;
  }

  .group:hover .lg\:group-hover\:border-black-semi {
    border-color: #66000000;
  }

  .group:hover .lg\:group-hover\:border-white-low {
    border-color: rgba(255,255,255,0.06);
  }

  .group:hover .lg\:group-hover\:border-white-medium {
    border-color: rgba(255,255,255,0.12);
  }

  .group:hover .lg\:group-hover\:border-white-semi {
    border-color: rgba(255,255,255,0.6);
  }

  .group:hover .lg\:group-hover\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow {
    --tw-border-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-expedition {
    --tw-border-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-base {
    --tw-border-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-base {
    --tw-border-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-transparent {
    border-color: rgba(0,0,0,0);
  }

  .lg\:focus-within\:border-tropic-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-tropic-light:focus-within {
    border-color: rgba(3,39,41,0.7);
  }

  .lg\:focus-within\:border-tropic-6p:focus-within {
    border-color: rgba(3,39,41,0.6);
  }

  .lg\:focus-within\:border-tropic-90p:focus-within {
    border-color: rgba(3,39,41,0.9);
  }

  .lg\:focus-within\:border-taiga-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-taiga-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-savana:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-tundra:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-arctic-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-arctic-low:focus-within {
    border-color: rgba(255,255,255,0.12);
  }

  .lg\:focus-within\:border-arctic-very-low:focus-within {
    border-color: rgba(255,255,255,0.06);
  }

  .lg\:focus-within\:border-black-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-black-dim:focus-within {
    border-color: rgba(0,5,5,0.8);
  }

  .lg\:focus-within\:border-black-low:focus-within {
    border-color: #0A000000;
  }

  .lg\:focus-within\:border-black-semi:focus-within {
    border-color: #66000000;
  }

  .lg\:focus-within\:border-white-low:focus-within {
    border-color: rgba(255,255,255,0.06);
  }

  .lg\:focus-within\:border-white-medium:focus-within {
    border-color: rgba(255,255,255,0.12);
  }

  .lg\:focus-within\:border-white-semi:focus-within {
    border-color: rgba(255,255,255,0.6);
  }

  .lg\:focus-within\:border-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-expedition:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-transparent:focus-within {
    border-color: rgba(0,0,0,0);
  }

  .lg\:hover\:border-tropic-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-border-opacity));
  }

  .lg\:hover\:border-tropic-light:hover {
    border-color: rgba(3,39,41,0.7);
  }

  .lg\:hover\:border-tropic-6p:hover {
    border-color: rgba(3,39,41,0.6);
  }

  .lg\:hover\:border-tropic-90p:hover {
    border-color: rgba(3,39,41,0.9);
  }

  .lg\:hover\:border-taiga-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-border-opacity));
  }

  .lg\:hover\:border-taiga-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-border-opacity));
  }

  .lg\:hover\:border-savana:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-border-opacity));
  }

  .lg\:hover\:border-tundra:hover {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-border-opacity));
  }

  .lg\:hover\:border-arctic-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-arctic-low:hover {
    border-color: rgba(255,255,255,0.12);
  }

  .lg\:hover\:border-arctic-very-low:hover {
    border-color: rgba(255,255,255,0.06);
  }

  .lg\:hover\:border-black-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-black-dim:hover {
    border-color: rgba(0,5,5,0.8);
  }

  .lg\:hover\:border-black-low:hover {
    border-color: #0A000000;
  }

  .lg\:hover\:border-black-semi:hover {
    border-color: #66000000;
  }

  .lg\:hover\:border-white-low:hover {
    border-color: rgba(255,255,255,0.06);
  }

  .lg\:hover\:border-white-medium:hover {
    border-color: rgba(255,255,255,0.12);
  }

  .lg\:hover\:border-white-semi:hover {
    border-color: rgba(255,255,255,0.6);
  }

  .lg\:hover\:border-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow:hover {
    --tw-border-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-border-opacity));
  }

  .lg\:hover\:border-expedition:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-border-opacity));
  }

  .lg\:hover\:border-transparent:hover {
    border-color: rgba(0,0,0,0);
  }

  .lg\:focus\:border-tropic-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-border-opacity));
  }

  .lg\:focus\:border-tropic-light:focus {
    border-color: rgba(3,39,41,0.7);
  }

  .lg\:focus\:border-tropic-6p:focus {
    border-color: rgba(3,39,41,0.6);
  }

  .lg\:focus\:border-tropic-90p:focus {
    border-color: rgba(3,39,41,0.9);
  }

  .lg\:focus\:border-taiga-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-border-opacity));
  }

  .lg\:focus\:border-taiga-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-border-opacity));
  }

  .lg\:focus\:border-savana:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-border-opacity));
  }

  .lg\:focus\:border-tundra:focus {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-border-opacity));
  }

  .lg\:focus\:border-arctic-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-arctic-low:focus {
    border-color: rgba(255,255,255,0.12);
  }

  .lg\:focus\:border-arctic-very-low:focus {
    border-color: rgba(255,255,255,0.06);
  }

  .lg\:focus\:border-black-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-black-dim:focus {
    border-color: rgba(0,5,5,0.8);
  }

  .lg\:focus\:border-black-low:focus {
    border-color: #0A000000;
  }

  .lg\:focus\:border-black-semi:focus {
    border-color: #66000000;
  }

  .lg\:focus\:border-white-low:focus {
    border-color: rgba(255,255,255,0.06);
  }

  .lg\:focus\:border-white-medium:focus {
    border-color: rgba(255,255,255,0.12);
  }

  .lg\:focus\:border-white-semi:focus {
    border-color: rgba(255,255,255,0.6);
  }

  .lg\:focus\:border-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow:focus {
    --tw-border-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-border-opacity));
  }

  .lg\:focus\:border-expedition:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-border-opacity));
  }

  .lg\:focus\:border-transparent:focus {
    border-color: rgba(0,0,0,0);
  }

  .lg\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .lg\:border-opacity-1 {
    --tw-border-opacity: .01;
  }

  .lg\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .lg\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .lg\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .lg\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .lg\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .lg\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .lg\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .lg\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .lg\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .lg\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .lg\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .lg\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .lg\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .lg\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .lg\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .lg\:group-hover\:border-opacity-1 {
    --tw-border-opacity: .01;
  }

  .group:hover .lg\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .lg\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .lg\:focus-within\:border-opacity-1:focus-within {
    --tw-border-opacity: .01;
  }

  .lg\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .lg\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .lg\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .lg\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .lg\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .lg\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .lg\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .lg\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .lg\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .lg\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .lg\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .lg\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .lg\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .lg\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .lg\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .lg\:hover\:border-opacity-1:hover {
    --tw-border-opacity: .01;
  }

  .lg\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .lg\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .lg\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .lg\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .lg\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .lg\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .lg\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .lg\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .lg\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .lg\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .lg\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .lg\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .lg\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .lg\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .lg\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .lg\:focus\:border-opacity-1:focus {
    --tw-border-opacity: .01;
  }

  .lg\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .lg\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .lg\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .lg\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .lg\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .lg\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .lg\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .lg\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .lg\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .lg\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .lg\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .lg\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .lg\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .lg\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .lg\:bg-tropic-base {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
  }

  .lg\:bg-tropic-light {
    background-color: rgba(3,39,41,0.7);
  }

  .lg\:bg-tropic-6p {
    background-color: rgba(3,39,41,0.6);
  }

  .lg\:bg-tropic-90p {
    background-color: rgba(3,39,41,0.9);
  }

  .lg\:bg-taiga-base {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
  }

  .lg\:bg-taiga-light {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
  }

  .lg\:bg-savana {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
  }

  .lg\:bg-tundra {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
  }

  .lg\:bg-arctic-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-arctic-low {
    background-color: rgba(255,255,255,0.12);
  }

  .lg\:bg-arctic-very-low {
    background-color: rgba(255,255,255,0.06);
  }

  .lg\:bg-black-base {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-black-dim {
    background-color: rgba(0,5,5,0.8);
  }

  .lg\:bg-black-low {
    background-color: #0A000000;
  }

  .lg\:bg-black-semi {
    background-color: #66000000;
  }

  .lg\:bg-white-low {
    background-color: rgba(255,255,255,0.06);
  }

  .lg\:bg-white-medium {
    background-color: rgba(255,255,255,0.12);
  }

  .lg\:bg-white-semi {
    background-color: rgba(255,255,255,0.6);
  }

  .lg\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
  }

  .lg\:bg-expedition {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
  }

  .lg\:bg-green-base {
    --tw-bg-opacity: 1;
    background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
  }

  .lg\:bg-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
  }

  .lg\:bg-red-base {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
  }

  .lg\:bg-transparent {
    background-color: rgba(0,0,0,0);
  }

  .group:hover .lg\:group-hover\:bg-tropic-base {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-tropic-light {
    background-color: rgba(3,39,41,0.7);
  }

  .group:hover .lg\:group-hover\:bg-tropic-6p {
    background-color: rgba(3,39,41,0.6);
  }

  .group:hover .lg\:group-hover\:bg-tropic-90p {
    background-color: rgba(3,39,41,0.9);
  }

  .group:hover .lg\:group-hover\:bg-taiga-base {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-taiga-light {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-savana {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-tundra {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-arctic-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-arctic-low {
    background-color: rgba(255,255,255,0.12);
  }

  .group:hover .lg\:group-hover\:bg-arctic-very-low {
    background-color: rgba(255,255,255,0.06);
  }

  .group:hover .lg\:group-hover\:bg-black-base {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-black-dim {
    background-color: rgba(0,5,5,0.8);
  }

  .group:hover .lg\:group-hover\:bg-black-low {
    background-color: #0A000000;
  }

  .group:hover .lg\:group-hover\:bg-black-semi {
    background-color: #66000000;
  }

  .group:hover .lg\:group-hover\:bg-white-low {
    background-color: rgba(255,255,255,0.06);
  }

  .group:hover .lg\:group-hover\:bg-white-medium {
    background-color: rgba(255,255,255,0.12);
  }

  .group:hover .lg\:group-hover\:bg-white-semi {
    background-color: rgba(255,255,255,0.6);
  }

  .group:hover .lg\:group-hover\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-expedition {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-base {
    --tw-bg-opacity: 1;
    background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-base {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-transparent {
    background-color: rgba(0,0,0,0);
  }

  .lg\:focus-within\:bg-tropic-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-tropic-light:focus-within {
    background-color: rgba(3,39,41,0.7);
  }

  .lg\:focus-within\:bg-tropic-6p:focus-within {
    background-color: rgba(3,39,41,0.6);
  }

  .lg\:focus-within\:bg-tropic-90p:focus-within {
    background-color: rgba(3,39,41,0.9);
  }

  .lg\:focus-within\:bg-taiga-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-taiga-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-savana:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-tundra:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-arctic-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-arctic-low:focus-within {
    background-color: rgba(255,255,255,0.12);
  }

  .lg\:focus-within\:bg-arctic-very-low:focus-within {
    background-color: rgba(255,255,255,0.06);
  }

  .lg\:focus-within\:bg-black-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-black-dim:focus-within {
    background-color: rgba(0,5,5,0.8);
  }

  .lg\:focus-within\:bg-black-low:focus-within {
    background-color: #0A000000;
  }

  .lg\:focus-within\:bg-black-semi:focus-within {
    background-color: #66000000;
  }

  .lg\:focus-within\:bg-white-low:focus-within {
    background-color: rgba(255,255,255,0.06);
  }

  .lg\:focus-within\:bg-white-medium:focus-within {
    background-color: rgba(255,255,255,0.12);
  }

  .lg\:focus-within\:bg-white-semi:focus-within {
    background-color: rgba(255,255,255,0.6);
  }

  .lg\:focus-within\:bg-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-expedition:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-transparent:focus-within {
    background-color: rgba(0,0,0,0);
  }

  .lg\:hover\:bg-tropic-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-tropic-light:hover {
    background-color: rgba(3,39,41,0.7);
  }

  .lg\:hover\:bg-tropic-6p:hover {
    background-color: rgba(3,39,41,0.6);
  }

  .lg\:hover\:bg-tropic-90p:hover {
    background-color: rgba(3,39,41,0.9);
  }

  .lg\:hover\:bg-taiga-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-taiga-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-savana:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-tundra:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-arctic-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-arctic-low:hover {
    background-color: rgba(255,255,255,0.12);
  }

  .lg\:hover\:bg-arctic-very-low:hover {
    background-color: rgba(255,255,255,0.06);
  }

  .lg\:hover\:bg-black-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-black-dim:hover {
    background-color: rgba(0,5,5,0.8);
  }

  .lg\:hover\:bg-black-low:hover {
    background-color: #0A000000;
  }

  .lg\:hover\:bg-black-semi:hover {
    background-color: #66000000;
  }

  .lg\:hover\:bg-white-low:hover {
    background-color: rgba(255,255,255,0.06);
  }

  .lg\:hover\:bg-white-medium:hover {
    background-color: rgba(255,255,255,0.12);
  }

  .lg\:hover\:bg-white-semi:hover {
    background-color: rgba(255,255,255,0.6);
  }

  .lg\:hover\:bg-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-expedition:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: rgba(0,0,0,0);
  }

  .lg\:focus\:bg-tropic-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-tropic-light:focus {
    background-color: rgba(3,39,41,0.7);
  }

  .lg\:focus\:bg-tropic-6p:focus {
    background-color: rgba(3,39,41,0.6);
  }

  .lg\:focus\:bg-tropic-90p:focus {
    background-color: rgba(3,39,41,0.9);
  }

  .lg\:focus\:bg-taiga-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-taiga-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-savana:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-tundra:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-arctic-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-arctic-low:focus {
    background-color: rgba(255,255,255,0.12);
  }

  .lg\:focus\:bg-arctic-very-low:focus {
    background-color: rgba(255,255,255,0.06);
  }

  .lg\:focus\:bg-black-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-black-dim:focus {
    background-color: rgba(0,5,5,0.8);
  }

  .lg\:focus\:bg-black-low:focus {
    background-color: #0A000000;
  }

  .lg\:focus\:bg-black-semi:focus {
    background-color: #66000000;
  }

  .lg\:focus\:bg-white-low:focus {
    background-color: rgba(255,255,255,0.06);
  }

  .lg\:focus\:bg-white-medium:focus {
    background-color: rgba(255,255,255,0.12);
  }

  .lg\:focus\:bg-white-semi:focus {
    background-color: rgba(255,255,255,0.6);
  }

  .lg\:focus\:bg-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-expedition:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: rgba(0,0,0,0);
  }

  .lg\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .lg\:bg-opacity-1 {
    --tw-bg-opacity: .01;
  }

  .lg\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .lg\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .lg\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .lg\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .lg\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .lg\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .lg\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .lg\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .lg\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .lg\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .lg\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .lg\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .lg\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .lg\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .lg\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .lg\:group-hover\:bg-opacity-1 {
    --tw-bg-opacity: .01;
  }

  .group:hover .lg\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .lg\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .lg\:focus-within\:bg-opacity-1:focus-within {
    --tw-bg-opacity: .01;
  }

  .lg\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .lg\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .lg\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .lg\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .lg\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .lg\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .lg\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .lg\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .lg\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .lg\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .lg\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .lg\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .lg\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .lg\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .lg\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .lg\:hover\:bg-opacity-1:hover {
    --tw-bg-opacity: .01;
  }

  .lg\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .lg\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .lg\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .lg\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .lg\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .lg\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .lg\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .lg\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .lg\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .lg\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .lg\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .lg\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .lg\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .lg\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .lg\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .lg\:focus\:bg-opacity-1:focus {
    --tw-bg-opacity: .01;
  }

  .lg\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .lg\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .lg\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .lg\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .lg\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .lg\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .lg\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .lg\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .lg\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .lg\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .lg\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .lg\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .lg\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .lg\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .lg\:bg-none {
    background-image: none;
  }

  .lg\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg\:bg-landing-main {
    background-image: url('resources/imgs/landing-main.jpg');
  }

  .lg\:bg-gradient-radial {
    background-image: radial-gradient(var(--gradient-color-stops));
  }

  .lg\:from-tropic-base {
    --tw-gradient-from: #032729;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lg\:from-tropic-light {
    --tw-gradient-from: rgba(3,39,41,0.7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lg\:from-tropic-6p {
    --tw-gradient-from: rgba(3,39,41,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lg\:from-tropic-90p {
    --tw-gradient-from: rgba(3,39,41,0.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lg\:from-taiga-base {
    --tw-gradient-from: #56766E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .lg\:from-taiga-light {
    --tw-gradient-from: #608178;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .lg\:from-savana {
    --tw-gradient-from: #EFD9AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .lg\:from-tundra {
    --tw-gradient-from: #F2F2EE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .lg\:from-arctic-base {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-arctic-low {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-arctic-very-low {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-black-base {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-black-dim {
    --tw-gradient-from: rgba(0,5,5,0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .lg\:from-black-low {
    --tw-gradient-from: #0A000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .lg\:from-black-semi {
    --tw-gradient-from: #66000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .lg\:from-white-low {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-white-medium {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-white-semi {
    --tw-gradient-from: rgba(255,255,255,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-error {
    --tw-gradient-from: #D17A3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .lg\:from-yellow {
    --tw-gradient-from: #CC9747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .lg\:from-expedition {
    --tw-gradient-from: #4F7088;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .lg\:from-green-base {
    --tw-gradient-from: #8CAE44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .lg\:from-green-light {
    --tw-gradient-from: #E3E6E1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .lg\:from-red-base {
    --tw-gradient-from: #bf0b0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .lg\:from-transparent {
    --tw-gradient-from: rgba(0,0,0,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-tropic-base:hover {
    --tw-gradient-from: #032729;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lg\:hover\:from-tropic-light:hover {
    --tw-gradient-from: rgba(3,39,41,0.7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lg\:hover\:from-tropic-6p:hover {
    --tw-gradient-from: rgba(3,39,41,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lg\:hover\:from-tropic-90p:hover {
    --tw-gradient-from: rgba(3,39,41,0.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lg\:hover\:from-taiga-base:hover {
    --tw-gradient-from: #56766E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .lg\:hover\:from-taiga-light:hover {
    --tw-gradient-from: #608178;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .lg\:hover\:from-savana:hover {
    --tw-gradient-from: #EFD9AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .lg\:hover\:from-tundra:hover {
    --tw-gradient-from: #F2F2EE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .lg\:hover\:from-arctic-base:hover {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-arctic-low:hover {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-arctic-very-low:hover {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-black-base:hover {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-black-dim:hover {
    --tw-gradient-from: rgba(0,5,5,0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .lg\:hover\:from-black-low:hover {
    --tw-gradient-from: #0A000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .lg\:hover\:from-black-semi:hover {
    --tw-gradient-from: #66000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .lg\:hover\:from-white-low:hover {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-white-medium:hover {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-white-semi:hover {
    --tw-gradient-from: rgba(255,255,255,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-error:hover {
    --tw-gradient-from: #D17A3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .lg\:hover\:from-yellow:hover {
    --tw-gradient-from: #CC9747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .lg\:hover\:from-expedition:hover {
    --tw-gradient-from: #4F7088;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .lg\:hover\:from-green-base:hover {
    --tw-gradient-from: #8CAE44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .lg\:hover\:from-green-light:hover {
    --tw-gradient-from: #E3E6E1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .lg\:hover\:from-red-base:hover {
    --tw-gradient-from: #bf0b0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .lg\:hover\:from-transparent:hover {
    --tw-gradient-from: rgba(0,0,0,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-tropic-base:focus {
    --tw-gradient-from: #032729;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lg\:focus\:from-tropic-light:focus {
    --tw-gradient-from: rgba(3,39,41,0.7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lg\:focus\:from-tropic-6p:focus {
    --tw-gradient-from: rgba(3,39,41,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lg\:focus\:from-tropic-90p:focus {
    --tw-gradient-from: rgba(3,39,41,0.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lg\:focus\:from-taiga-base:focus {
    --tw-gradient-from: #56766E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .lg\:focus\:from-taiga-light:focus {
    --tw-gradient-from: #608178;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .lg\:focus\:from-savana:focus {
    --tw-gradient-from: #EFD9AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .lg\:focus\:from-tundra:focus {
    --tw-gradient-from: #F2F2EE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .lg\:focus\:from-arctic-base:focus {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-arctic-low:focus {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-arctic-very-low:focus {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-black-base:focus {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-black-dim:focus {
    --tw-gradient-from: rgba(0,5,5,0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .lg\:focus\:from-black-low:focus {
    --tw-gradient-from: #0A000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .lg\:focus\:from-black-semi:focus {
    --tw-gradient-from: #66000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .lg\:focus\:from-white-low:focus {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-white-medium:focus {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-white-semi:focus {
    --tw-gradient-from: rgba(255,255,255,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-error:focus {
    --tw-gradient-from: #D17A3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .lg\:focus\:from-yellow:focus {
    --tw-gradient-from: #CC9747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .lg\:focus\:from-expedition:focus {
    --tw-gradient-from: #4F7088;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .lg\:focus\:from-green-base:focus {
    --tw-gradient-from: #8CAE44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .lg\:focus\:from-green-light:focus {
    --tw-gradient-from: #E3E6E1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .lg\:focus\:from-red-base:focus {
    --tw-gradient-from: #bf0b0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .lg\:focus\:from-transparent:focus {
    --tw-gradient-from: rgba(0,0,0,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-tropic-base {
    --tw-gradient-stops: var(--tw-gradient-from), #032729, var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lg\:via-tropic-light {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.7), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lg\:via-tropic-6p {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.6), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lg\:via-tropic-90p {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.9), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lg\:via-taiga-base {
    --tw-gradient-stops: var(--tw-gradient-from), #56766E, var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .lg\:via-taiga-light {
    --tw-gradient-stops: var(--tw-gradient-from), #608178, var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .lg\:via-savana {
    --tw-gradient-stops: var(--tw-gradient-from), #EFD9AE, var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .lg\:via-tundra {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2EE, var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .lg\:via-arctic-base {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-arctic-low {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-arctic-very-low {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-black-base {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-black-dim {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,5,5,0.8), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .lg\:via-black-low {
    --tw-gradient-stops: var(--tw-gradient-from), #0A000000, var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .lg\:via-black-semi {
    --tw-gradient-stops: var(--tw-gradient-from), #66000000, var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .lg\:via-white-low {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-white-medium {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-white-semi {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), #D17A3A, var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .lg\:via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #CC9747, var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .lg\:via-expedition {
    --tw-gradient-stops: var(--tw-gradient-from), #4F7088, var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .lg\:via-green-base {
    --tw-gradient-stops: var(--tw-gradient-from), #8CAE44, var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .lg\:via-green-light {
    --tw-gradient-stops: var(--tw-gradient-from), #E3E6E1, var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .lg\:via-red-base {
    --tw-gradient-stops: var(--tw-gradient-from), #bf0b0b, var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .lg\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-tropic-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #032729, var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lg\:hover\:via-tropic-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.7), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lg\:hover\:via-tropic-6p:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.6), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lg\:hover\:via-tropic-90p:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.9), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lg\:hover\:via-taiga-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #56766E, var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .lg\:hover\:via-taiga-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #608178, var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .lg\:hover\:via-savana:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EFD9AE, var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .lg\:hover\:via-tundra:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2EE, var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .lg\:hover\:via-arctic-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-arctic-low:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-arctic-very-low:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-black-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-black-dim:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,5,5,0.8), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .lg\:hover\:via-black-low:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0A000000, var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .lg\:hover\:via-black-semi:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #66000000, var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .lg\:hover\:via-white-low:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-white-medium:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-white-semi:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D17A3A, var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .lg\:hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CC9747, var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .lg\:hover\:via-expedition:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F7088, var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .lg\:hover\:via-green-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8CAE44, var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .lg\:hover\:via-green-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E3E6E1, var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .lg\:hover\:via-red-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bf0b0b, var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .lg\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-tropic-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #032729, var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lg\:focus\:via-tropic-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.7), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lg\:focus\:via-tropic-6p:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.6), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lg\:focus\:via-tropic-90p:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.9), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .lg\:focus\:via-taiga-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #56766E, var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .lg\:focus\:via-taiga-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #608178, var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .lg\:focus\:via-savana:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EFD9AE, var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .lg\:focus\:via-tundra:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2EE, var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .lg\:focus\:via-arctic-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-arctic-low:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-arctic-very-low:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-black-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-black-dim:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,5,5,0.8), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .lg\:focus\:via-black-low:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0A000000, var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .lg\:focus\:via-black-semi:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #66000000, var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .lg\:focus\:via-white-low:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-white-medium:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-white-semi:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D17A3A, var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .lg\:focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CC9747, var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .lg\:focus\:via-expedition:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F7088, var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .lg\:focus\:via-green-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8CAE44, var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .lg\:focus\:via-green-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E3E6E1, var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .lg\:focus\:via-red-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bf0b0b, var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .lg\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:to-tropic-base {
    --tw-gradient-to: #032729;
  }

  .lg\:to-tropic-light {
    --tw-gradient-to: rgba(3,39,41,0.7);
  }

  .lg\:to-tropic-6p {
    --tw-gradient-to: rgba(3,39,41,0.6);
  }

  .lg\:to-tropic-90p {
    --tw-gradient-to: rgba(3,39,41,0.9);
  }

  .lg\:to-taiga-base {
    --tw-gradient-to: #56766E;
  }

  .lg\:to-taiga-light {
    --tw-gradient-to: #608178;
  }

  .lg\:to-savana {
    --tw-gradient-to: #EFD9AE;
  }

  .lg\:to-tundra {
    --tw-gradient-to: #F2F2EE;
  }

  .lg\:to-arctic-base {
    --tw-gradient-to: #FFFFFF;
  }

  .lg\:to-arctic-low {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .lg\:to-arctic-very-low {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .lg\:to-black-base {
    --tw-gradient-to: #000000;
  }

  .lg\:to-black-dim {
    --tw-gradient-to: rgba(0,5,5,0.8);
  }

  .lg\:to-black-low {
    --tw-gradient-to: #0A000000;
  }

  .lg\:to-black-semi {
    --tw-gradient-to: #66000000;
  }

  .lg\:to-white-low {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .lg\:to-white-medium {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .lg\:to-white-semi {
    --tw-gradient-to: rgba(255,255,255,0.6);
  }

  .lg\:to-error {
    --tw-gradient-to: #D17A3A;
  }

  .lg\:to-yellow {
    --tw-gradient-to: #CC9747;
  }

  .lg\:to-expedition {
    --tw-gradient-to: #4F7088;
  }

  .lg\:to-green-base {
    --tw-gradient-to: #8CAE44;
  }

  .lg\:to-green-light {
    --tw-gradient-to: #E3E6E1;
  }

  .lg\:to-red-base {
    --tw-gradient-to: #bf0b0b;
  }

  .lg\:to-transparent {
    --tw-gradient-to: rgba(0,0,0,0);
  }

  .lg\:hover\:to-tropic-base:hover {
    --tw-gradient-to: #032729;
  }

  .lg\:hover\:to-tropic-light:hover {
    --tw-gradient-to: rgba(3,39,41,0.7);
  }

  .lg\:hover\:to-tropic-6p:hover {
    --tw-gradient-to: rgba(3,39,41,0.6);
  }

  .lg\:hover\:to-tropic-90p:hover {
    --tw-gradient-to: rgba(3,39,41,0.9);
  }

  .lg\:hover\:to-taiga-base:hover {
    --tw-gradient-to: #56766E;
  }

  .lg\:hover\:to-taiga-light:hover {
    --tw-gradient-to: #608178;
  }

  .lg\:hover\:to-savana:hover {
    --tw-gradient-to: #EFD9AE;
  }

  .lg\:hover\:to-tundra:hover {
    --tw-gradient-to: #F2F2EE;
  }

  .lg\:hover\:to-arctic-base:hover {
    --tw-gradient-to: #FFFFFF;
  }

  .lg\:hover\:to-arctic-low:hover {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .lg\:hover\:to-arctic-very-low:hover {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .lg\:hover\:to-black-base:hover {
    --tw-gradient-to: #000000;
  }

  .lg\:hover\:to-black-dim:hover {
    --tw-gradient-to: rgba(0,5,5,0.8);
  }

  .lg\:hover\:to-black-low:hover {
    --tw-gradient-to: #0A000000;
  }

  .lg\:hover\:to-black-semi:hover {
    --tw-gradient-to: #66000000;
  }

  .lg\:hover\:to-white-low:hover {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .lg\:hover\:to-white-medium:hover {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .lg\:hover\:to-white-semi:hover {
    --tw-gradient-to: rgba(255,255,255,0.6);
  }

  .lg\:hover\:to-error:hover {
    --tw-gradient-to: #D17A3A;
  }

  .lg\:hover\:to-yellow:hover {
    --tw-gradient-to: #CC9747;
  }

  .lg\:hover\:to-expedition:hover {
    --tw-gradient-to: #4F7088;
  }

  .lg\:hover\:to-green-base:hover {
    --tw-gradient-to: #8CAE44;
  }

  .lg\:hover\:to-green-light:hover {
    --tw-gradient-to: #E3E6E1;
  }

  .lg\:hover\:to-red-base:hover {
    --tw-gradient-to: #bf0b0b;
  }

  .lg\:hover\:to-transparent:hover {
    --tw-gradient-to: rgba(0,0,0,0);
  }

  .lg\:focus\:to-tropic-base:focus {
    --tw-gradient-to: #032729;
  }

  .lg\:focus\:to-tropic-light:focus {
    --tw-gradient-to: rgba(3,39,41,0.7);
  }

  .lg\:focus\:to-tropic-6p:focus {
    --tw-gradient-to: rgba(3,39,41,0.6);
  }

  .lg\:focus\:to-tropic-90p:focus {
    --tw-gradient-to: rgba(3,39,41,0.9);
  }

  .lg\:focus\:to-taiga-base:focus {
    --tw-gradient-to: #56766E;
  }

  .lg\:focus\:to-taiga-light:focus {
    --tw-gradient-to: #608178;
  }

  .lg\:focus\:to-savana:focus {
    --tw-gradient-to: #EFD9AE;
  }

  .lg\:focus\:to-tundra:focus {
    --tw-gradient-to: #F2F2EE;
  }

  .lg\:focus\:to-arctic-base:focus {
    --tw-gradient-to: #FFFFFF;
  }

  .lg\:focus\:to-arctic-low:focus {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .lg\:focus\:to-arctic-very-low:focus {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .lg\:focus\:to-black-base:focus {
    --tw-gradient-to: #000000;
  }

  .lg\:focus\:to-black-dim:focus {
    --tw-gradient-to: rgba(0,5,5,0.8);
  }

  .lg\:focus\:to-black-low:focus {
    --tw-gradient-to: #0A000000;
  }

  .lg\:focus\:to-black-semi:focus {
    --tw-gradient-to: #66000000;
  }

  .lg\:focus\:to-white-low:focus {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .lg\:focus\:to-white-medium:focus {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .lg\:focus\:to-white-semi:focus {
    --tw-gradient-to: rgba(255,255,255,0.6);
  }

  .lg\:focus\:to-error:focus {
    --tw-gradient-to: #D17A3A;
  }

  .lg\:focus\:to-yellow:focus {
    --tw-gradient-to: #CC9747;
  }

  .lg\:focus\:to-expedition:focus {
    --tw-gradient-to: #4F7088;
  }

  .lg\:focus\:to-green-base:focus {
    --tw-gradient-to: #8CAE44;
  }

  .lg\:focus\:to-green-light:focus {
    --tw-gradient-to: #E3E6E1;
  }

  .lg\:focus\:to-red-base:focus {
    --tw-gradient-to: #bf0b0b;
  }

  .lg\:focus\:to-transparent:focus {
    --tw-gradient-to: rgba(0,0,0,0);
  }

  .lg\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .lg\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-local {
    background-attachment: local;
  }

  .lg\:bg-scroll {
    background-attachment: scroll;
  }

  .lg\:bg-clip-border {
    background-clip: border-box;
  }

  .lg\:bg-clip-padding {
    background-clip: padding-box;
  }

  .lg\:bg-clip-content {
    background-clip: content-box;
  }

  .lg\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:bg-repeat {
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round {
    background-repeat: round;
  }

  .lg\:bg-repeat-space {
    background-repeat: space;
  }

  .lg\:bg-origin-border {
    background-origin: border-box;
  }

  .lg\:bg-origin-padding {
    background-origin: padding-box;
  }

  .lg\:bg-origin-content {
    background-origin: content-box;
  }

  .lg\:fill-current {
    fill: currentColor;
  }

  .lg\:stroke-current {
    stroke: currentColor;
  }

  .lg\:stroke-0 {
    stroke-width: 0;
  }

  .lg\:stroke-1 {
    stroke-width: 1;
  }

  .lg\:stroke-2 {
    stroke-width: 2;
  }

  .lg\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-9 {
    padding: 2.25rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-11 {
    padding: 2.75rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-28 {
    padding: 7rem;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:p-36 {
    padding: 9rem;
  }

  .lg\:p-40 {
    padding: 10rem;
  }

  .lg\:p-44 {
    padding: 11rem;
  }

  .lg\:p-48 {
    padding: 12rem;
  }

  .lg\:p-52 {
    padding: 13rem;
  }

  .lg\:p-56 {
    padding: 14rem;
  }

  .lg\:p-60 {
    padding: 15rem;
  }

  .lg\:p-64 {
    padding: 16rem;
  }

  .lg\:p-72 {
    padding: 18rem;
  }

  .lg\:p-80 {
    padding: 20rem;
  }

  .lg\:p-96 {
    padding: 24rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:p-0\.5 {
    padding: 0.125rem;
  }

  .lg\:p-1\.5 {
    padding: 0.375rem;
  }

  .lg\:p-2\.5 {
    padding: 0.625rem;
  }

  .lg\:p-3\.5 {
    padding: 0.875rem;
  }

  .lg\:p-4px {
    padding: 4px;
  }

  .lg\:p-7px {
    padding: 7px;
  }

  .lg\:p-8px {
    padding: 8px;
  }

  .lg\:p-10px {
    padding: 10px;
  }

  .lg\:p-12px {
    padding: 12px;
  }

  .lg\:p-14px {
    padding: 14px;
  }

  .lg\:p-16px {
    padding: 16px;
  }

  .lg\:p-20px {
    padding: 20px;
  }

  .lg\:p-24px {
    padding: 24px;
  }

  .lg\:p-26px {
    padding: 26px;
  }

  .lg\:p-28px {
    padding: 28px;
  }

  .lg\:p-32px {
    padding: 32px;
  }

  .lg\:p-40px {
    padding: 40px;
  }

  .lg\:p-48px {
    padding: 48px;
  }

  .lg\:p-60px {
    padding: 60px;
  }

  .lg\:p-94px {
    padding: 94px;
  }

  .lg\:p-100px {
    padding: 100px;
  }

  .lg\:p-135px {
    padding: 135px;
  }

  .lg\:p-150px {
    padding: 150px;
  }

  .lg\:p-268px {
    padding: 268px;
  }

  .lg\:p-300px {
    padding: 300px;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:px-4px {
    padding-left: 4px;
    padding-right: 4px;
  }

  .lg\:px-7px {
    padding-left: 7px;
    padding-right: 7px;
  }

  .lg\:px-8px {
    padding-left: 8px;
    padding-right: 8px;
  }

  .lg\:px-10px {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:px-12px {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lg\:px-14px {
    padding-left: 14px;
    padding-right: 14px;
  }

  .lg\:px-16px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lg\:px-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:px-24px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:px-26px {
    padding-left: 26px;
    padding-right: 26px;
  }

  .lg\:px-28px {
    padding-left: 28px;
    padding-right: 28px;
  }

  .lg\:px-32px {
    padding-left: 32px;
    padding-right: 32px;
  }

  .lg\:px-40px {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:px-48px {
    padding-left: 48px;
    padding-right: 48px;
  }

  .lg\:px-60px {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:px-94px {
    padding-left: 94px;
    padding-right: 94px;
  }

  .lg\:px-100px {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg\:px-135px {
    padding-left: 135px;
    padding-right: 135px;
  }

  .lg\:px-150px {
    padding-left: 150px;
    padding-right: 150px;
  }

  .lg\:px-268px {
    padding-left: 268px;
    padding-right: 268px;
  }

  .lg\:px-300px {
    padding-left: 300px;
    padding-right: 300px;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:py-4px {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .lg\:py-7px {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .lg\:py-8px {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .lg\:py-10px {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:py-12px {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lg\:py-14px {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .lg\:py-16px {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lg\:py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lg\:py-24px {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lg\:py-26px {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .lg\:py-28px {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .lg\:py-32px {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .lg\:py-40px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:py-48px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .lg\:py-60px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:py-94px {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .lg\:py-100px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:py-135px {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .lg\:py-150px {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .lg\:py-268px {
    padding-top: 268px;
    padding-bottom: 268px;
  }

  .lg\:py-300px {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-11 {
    padding-top: 2.75rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pt-44 {
    padding-top: 11rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:pt-52 {
    padding-top: 13rem;
  }

  .lg\:pt-56 {
    padding-top: 14rem;
  }

  .lg\:pt-60 {
    padding-top: 15rem;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

  .lg\:pt-72 {
    padding-top: 18rem;
  }

  .lg\:pt-80 {
    padding-top: 20rem;
  }

  .lg\:pt-96 {
    padding-top: 24rem;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .lg\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .lg\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .lg\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .lg\:pt-4px {
    padding-top: 4px;
  }

  .lg\:pt-7px {
    padding-top: 7px;
  }

  .lg\:pt-8px {
    padding-top: 8px;
  }

  .lg\:pt-10px {
    padding-top: 10px;
  }

  .lg\:pt-12px {
    padding-top: 12px;
  }

  .lg\:pt-14px {
    padding-top: 14px;
  }

  .lg\:pt-16px {
    padding-top: 16px;
  }

  .lg\:pt-20px {
    padding-top: 20px;
  }

  .lg\:pt-24px {
    padding-top: 24px;
  }

  .lg\:pt-26px {
    padding-top: 26px;
  }

  .lg\:pt-28px {
    padding-top: 28px;
  }

  .lg\:pt-32px {
    padding-top: 32px;
  }

  .lg\:pt-40px {
    padding-top: 40px;
  }

  .lg\:pt-48px {
    padding-top: 48px;
  }

  .lg\:pt-60px {
    padding-top: 60px;
  }

  .lg\:pt-94px {
    padding-top: 94px;
  }

  .lg\:pt-100px {
    padding-top: 100px;
  }

  .lg\:pt-135px {
    padding-top: 135px;
  }

  .lg\:pt-150px {
    padding-top: 150px;
  }

  .lg\:pt-268px {
    padding-top: 268px;
  }

  .lg\:pt-300px {
    padding-top: 300px;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pr-7 {
    padding-right: 1.75rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pr-9 {
    padding-right: 2.25rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pr-11 {
    padding-right: 2.75rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pr-28 {
    padding-right: 7rem;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pr-36 {
    padding-right: 9rem;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

  .lg\:pr-44 {
    padding-right: 11rem;
  }

  .lg\:pr-48 {
    padding-right: 12rem;
  }

  .lg\:pr-52 {
    padding-right: 13rem;
  }

  .lg\:pr-56 {
    padding-right: 14rem;
  }

  .lg\:pr-60 {
    padding-right: 15rem;
  }

  .lg\:pr-64 {
    padding-right: 16rem;
  }

  .lg\:pr-72 {
    padding-right: 18rem;
  }

  .lg\:pr-80 {
    padding-right: 20rem;
  }

  .lg\:pr-96 {
    padding-right: 24rem;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .lg\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .lg\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .lg\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .lg\:pr-4px {
    padding-right: 4px;
  }

  .lg\:pr-7px {
    padding-right: 7px;
  }

  .lg\:pr-8px {
    padding-right: 8px;
  }

  .lg\:pr-10px {
    padding-right: 10px;
  }

  .lg\:pr-12px {
    padding-right: 12px;
  }

  .lg\:pr-14px {
    padding-right: 14px;
  }

  .lg\:pr-16px {
    padding-right: 16px;
  }

  .lg\:pr-20px {
    padding-right: 20px;
  }

  .lg\:pr-24px {
    padding-right: 24px;
  }

  .lg\:pr-26px {
    padding-right: 26px;
  }

  .lg\:pr-28px {
    padding-right: 28px;
  }

  .lg\:pr-32px {
    padding-right: 32px;
  }

  .lg\:pr-40px {
    padding-right: 40px;
  }

  .lg\:pr-48px {
    padding-right: 48px;
  }

  .lg\:pr-60px {
    padding-right: 60px;
  }

  .lg\:pr-94px {
    padding-right: 94px;
  }

  .lg\:pr-100px {
    padding-right: 100px;
  }

  .lg\:pr-135px {
    padding-right: 135px;
  }

  .lg\:pr-150px {
    padding-right: 150px;
  }

  .lg\:pr-268px {
    padding-right: 268px;
  }

  .lg\:pr-300px {
    padding-right: 300px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pb-44 {
    padding-bottom: 11rem;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:pb-52 {
    padding-bottom: 13rem;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem;
  }

  .lg\:pb-60 {
    padding-bottom: 15rem;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:pb-72 {
    padding-bottom: 18rem;
  }

  .lg\:pb-80 {
    padding-bottom: 20rem;
  }

  .lg\:pb-96 {
    padding-bottom: 24rem;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .lg\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .lg\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .lg\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .lg\:pb-4px {
    padding-bottom: 4px;
  }

  .lg\:pb-7px {
    padding-bottom: 7px;
  }

  .lg\:pb-8px {
    padding-bottom: 8px;
  }

  .lg\:pb-10px {
    padding-bottom: 10px;
  }

  .lg\:pb-12px {
    padding-bottom: 12px;
  }

  .lg\:pb-14px {
    padding-bottom: 14px;
  }

  .lg\:pb-16px {
    padding-bottom: 16px;
  }

  .lg\:pb-20px {
    padding-bottom: 20px;
  }

  .lg\:pb-24px {
    padding-bottom: 24px;
  }

  .lg\:pb-26px {
    padding-bottom: 26px;
  }

  .lg\:pb-28px {
    padding-bottom: 28px;
  }

  .lg\:pb-32px {
    padding-bottom: 32px;
  }

  .lg\:pb-40px {
    padding-bottom: 40px;
  }

  .lg\:pb-48px {
    padding-bottom: 48px;
  }

  .lg\:pb-60px {
    padding-bottom: 60px;
  }

  .lg\:pb-94px {
    padding-bottom: 94px;
  }

  .lg\:pb-100px {
    padding-bottom: 100px;
  }

  .lg\:pb-135px {
    padding-bottom: 135px;
  }

  .lg\:pb-150px {
    padding-bottom: 150px;
  }

  .lg\:pb-268px {
    padding-bottom: 268px;
  }

  .lg\:pb-300px {
    padding-bottom: 300px;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pl-7 {
    padding-left: 1.75rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pl-9 {
    padding-left: 2.25rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-11 {
    padding-left: 2.75rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pl-28 {
    padding-left: 7rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pl-36 {
    padding-left: 9rem;
  }

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pl-44 {
    padding-left: 11rem;
  }

  .lg\:pl-48 {
    padding-left: 12rem;
  }

  .lg\:pl-52 {
    padding-left: 13rem;
  }

  .lg\:pl-56 {
    padding-left: 14rem;
  }

  .lg\:pl-60 {
    padding-left: 15rem;
  }

  .lg\:pl-64 {
    padding-left: 16rem;
  }

  .lg\:pl-72 {
    padding-left: 18rem;
  }

  .lg\:pl-80 {
    padding-left: 20rem;
  }

  .lg\:pl-96 {
    padding-left: 24rem;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .lg\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .lg\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .lg\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .lg\:pl-4px {
    padding-left: 4px;
  }

  .lg\:pl-7px {
    padding-left: 7px;
  }

  .lg\:pl-8px {
    padding-left: 8px;
  }

  .lg\:pl-10px {
    padding-left: 10px;
  }

  .lg\:pl-12px {
    padding-left: 12px;
  }

  .lg\:pl-14px {
    padding-left: 14px;
  }

  .lg\:pl-16px {
    padding-left: 16px;
  }

  .lg\:pl-20px {
    padding-left: 20px;
  }

  .lg\:pl-24px {
    padding-left: 24px;
  }

  .lg\:pl-26px {
    padding-left: 26px;
  }

  .lg\:pl-28px {
    padding-left: 28px;
  }

  .lg\:pl-32px {
    padding-left: 32px;
  }

  .lg\:pl-40px {
    padding-left: 40px;
  }

  .lg\:pl-48px {
    padding-left: 48px;
  }

  .lg\:pl-60px {
    padding-left: 60px;
  }

  .lg\:pl-94px {
    padding-left: 94px;
  }

  .lg\:pl-100px {
    padding-left: 100px;
  }

  .lg\:pl-135px {
    padding-left: 135px;
  }

  .lg\:pl-150px {
    padding-left: 150px;
  }

  .lg\:pl-268px {
    padding-left: 268px;
  }

  .lg\:pl-300px {
    padding-left: 300px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:font-Steelfish {
    font-family: Steelfish;
  }

  .lg\:font-Poppins {
    font-family: Poppins;
  }

  .lg\:font-ReenieBeanie {
    font-family: ReenieBeanie;
  }

  .lg\:text-120px {
    font-size: 120px;
  }

  .lg\:text-100px {
    font-size: 100px;
  }

  .lg\:text-96px {
    font-size: 96px;
  }

  .lg\:text-72px {
    font-size: 72px;
  }

  .lg\:text-64px {
    font-size: 64px;
  }

  .lg\:text-48px {
    font-size: 48px;
  }

  .lg\:text-42px {
    font-size: 42px;
  }

  .lg\:text-38px {
    font-size: 38px;
  }

  .lg\:text-36px {
    font-size: 36px;
  }

  .lg\:text-34px {
    font-size: 34px;
  }

  .lg\:text-32px {
    font-size: 32px;
  }

  .lg\:text-28px {
    font-size: 28px;
  }

  .lg\:text-24px {
    font-size: 24px;
  }

  .lg\:text-22px {
    font-size: 22px;
  }

  .lg\:text-20px {
    font-size: 20px;
  }

  .lg\:text-18px {
    font-size: 18px;
  }

  .lg\:text-17px {
    font-size: 17px;
  }

  .lg\:text-16px {
    font-size: 16px;
  }

  .lg\:text-15px {
    font-size: 15px;
  }

  .lg\:text-14px {
    font-size: 14px;
  }

  .lg\:text-13px {
    font-size: 13px;
  }

  .lg\:text-12px {
    font-size: 12px;
  }

  .lg\:text-11px {
    font-size: 11px;
  }

  .lg\:font-thin {
    font-weight: 100;
  }

  .lg\:font-extralight {
    font-weight: 200;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:normal-case {
    text-transform: none;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:not-italic {
    font-style: normal;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --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);
  }

  .lg\:normal-nums {
    font-variant-numeric: normal;
  }

  .lg\:ordinal {
    --tw-ordinal: ordinal;
  }

  .lg\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .lg\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .lg\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .lg\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .lg\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .lg\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .lg\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .lg\:leading-3 {
    line-height: .75rem;
  }

  .lg\:leading-4 {
    line-height: 1rem;
  }

  .lg\:leading-5 {
    line-height: 1.25rem;
  }

  .lg\:leading-6 {
    line-height: 1.5rem;
  }

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

  .lg\:leading-8 {
    line-height: 2rem;
  }

  .lg\:leading-9 {
    line-height: 2.25rem;
  }

  .lg\:leading-10 {
    line-height: 2.5rem;
  }

  .lg\:leading-19 {
    line-height: 19px;
  }

  .lg\:leading-29 {
    line-height: 29px;
  }

  .lg\:leading-46 {
    line-height: 46px;
  }

  .lg\:leading-173 {
    line-height: 173px;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:leading-snug {
    line-height: 1.375;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:leading-relaxed {
    line-height: 1.625;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .lg\:leading-160p {
    line-height: 160%;
  }

  .lg\:leading-145p {
    line-height: 145%;
  }

  .lg\:leading-120p {
    line-height: 120%;
  }

  .lg\:tracking-2 {
    letter-spacing: 0.02em;
  }

  .lg\:tracking-14 {
    letter-spacing: 0.14em;
  }

  .lg\:tracking-26 {
    letter-spacing: 0.26em;
  }

  .lg\:tracking-28 {
    letter-spacing: 0.28em;
  }

  .lg\:text-tropic-base {
    --tw-text-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-text-opacity));
  }

  .lg\:text-tropic-light {
    color: rgba(3,39,41,0.7);
  }

  .lg\:text-tropic-6p {
    color: rgba(3,39,41,0.6);
  }

  .lg\:text-tropic-90p {
    color: rgba(3,39,41,0.9);
  }

  .lg\:text-taiga-base {
    --tw-text-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-text-opacity));
  }

  .lg\:text-taiga-light {
    --tw-text-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-text-opacity));
  }

  .lg\:text-savana {
    --tw-text-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-text-opacity));
  }

  .lg\:text-tundra {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-text-opacity));
  }

  .lg\:text-arctic-base {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:text-arctic-low {
    color: rgba(255,255,255,0.12);
  }

  .lg\:text-arctic-very-low {
    color: rgba(255,255,255,0.06);
  }

  .lg\:text-black-base {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:text-black-dim {
    color: rgba(0,5,5,0.8);
  }

  .lg\:text-black-low {
    color: #0A000000;
  }

  .lg\:text-black-semi {
    color: #66000000;
  }

  .lg\:text-white-low {
    color: rgba(255,255,255,0.06);
  }

  .lg\:text-white-medium {
    color: rgba(255,255,255,0.12);
  }

  .lg\:text-white-semi {
    color: rgba(255,255,255,0.6);
  }

  .lg\:text-error {
    --tw-text-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-text-opacity));
  }

  .lg\:text-yellow {
    --tw-text-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-text-opacity));
  }

  .lg\:text-expedition {
    --tw-text-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-text-opacity));
  }

  .lg\:text-green-base {
    --tw-text-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-text-opacity));
  }

  .lg\:text-green-light {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-text-opacity));
  }

  .lg\:text-red-base {
    --tw-text-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-text-opacity));
  }

  .lg\:text-transparent {
    color: rgba(0,0,0,0);
  }

  .group:hover .lg\:group-hover\:text-tropic-base {
    --tw-text-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-tropic-light {
    color: rgba(3,39,41,0.7);
  }

  .group:hover .lg\:group-hover\:text-tropic-6p {
    color: rgba(3,39,41,0.6);
  }

  .group:hover .lg\:group-hover\:text-tropic-90p {
    color: rgba(3,39,41,0.9);
  }

  .group:hover .lg\:group-hover\:text-taiga-base {
    --tw-text-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-taiga-light {
    --tw-text-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-savana {
    --tw-text-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-tundra {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-arctic-base {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-arctic-low {
    color: rgba(255,255,255,0.12);
  }

  .group:hover .lg\:group-hover\:text-arctic-very-low {
    color: rgba(255,255,255,0.06);
  }

  .group:hover .lg\:group-hover\:text-black-base {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-black-dim {
    color: rgba(0,5,5,0.8);
  }

  .group:hover .lg\:group-hover\:text-black-low {
    color: #0A000000;
  }

  .group:hover .lg\:group-hover\:text-black-semi {
    color: #66000000;
  }

  .group:hover .lg\:group-hover\:text-white-low {
    color: rgba(255,255,255,0.06);
  }

  .group:hover .lg\:group-hover\:text-white-medium {
    color: rgba(255,255,255,0.12);
  }

  .group:hover .lg\:group-hover\:text-white-semi {
    color: rgba(255,255,255,0.6);
  }

  .group:hover .lg\:group-hover\:text-error {
    --tw-text-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow {
    --tw-text-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-expedition {
    --tw-text-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-base {
    --tw-text-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-light {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-base {
    --tw-text-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-transparent {
    color: rgba(0,0,0,0);
  }

  .lg\:focus-within\:text-tropic-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-tropic-light:focus-within {
    color: rgba(3,39,41,0.7);
  }

  .lg\:focus-within\:text-tropic-6p:focus-within {
    color: rgba(3,39,41,0.6);
  }

  .lg\:focus-within\:text-tropic-90p:focus-within {
    color: rgba(3,39,41,0.9);
  }

  .lg\:focus-within\:text-taiga-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-taiga-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-savana:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-tundra:focus-within {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-arctic-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-arctic-low:focus-within {
    color: rgba(255,255,255,0.12);
  }

  .lg\:focus-within\:text-arctic-very-low:focus-within {
    color: rgba(255,255,255,0.06);
  }

  .lg\:focus-within\:text-black-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-black-dim:focus-within {
    color: rgba(0,5,5,0.8);
  }

  .lg\:focus-within\:text-black-low:focus-within {
    color: #0A000000;
  }

  .lg\:focus-within\:text-black-semi:focus-within {
    color: #66000000;
  }

  .lg\:focus-within\:text-white-low:focus-within {
    color: rgba(255,255,255,0.06);
  }

  .lg\:focus-within\:text-white-medium:focus-within {
    color: rgba(255,255,255,0.12);
  }

  .lg\:focus-within\:text-white-semi:focus-within {
    color: rgba(255,255,255,0.6);
  }

  .lg\:focus-within\:text-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow:focus-within {
    --tw-text-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-expedition:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-transparent:focus-within {
    color: rgba(0,0,0,0);
  }

  .lg\:hover\:text-tropic-base:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-text-opacity));
  }

  .lg\:hover\:text-tropic-light:hover {
    color: rgba(3,39,41,0.7);
  }

  .lg\:hover\:text-tropic-6p:hover {
    color: rgba(3,39,41,0.6);
  }

  .lg\:hover\:text-tropic-90p:hover {
    color: rgba(3,39,41,0.9);
  }

  .lg\:hover\:text-taiga-base:hover {
    --tw-text-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-text-opacity));
  }

  .lg\:hover\:text-taiga-light:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-text-opacity));
  }

  .lg\:hover\:text-savana:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-text-opacity));
  }

  .lg\:hover\:text-tundra:hover {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-text-opacity));
  }

  .lg\:hover\:text-arctic-base:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-arctic-low:hover {
    color: rgba(255,255,255,0.12);
  }

  .lg\:hover\:text-arctic-very-low:hover {
    color: rgba(255,255,255,0.06);
  }

  .lg\:hover\:text-black-base:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-black-dim:hover {
    color: rgba(0,5,5,0.8);
  }

  .lg\:hover\:text-black-low:hover {
    color: #0A000000;
  }

  .lg\:hover\:text-black-semi:hover {
    color: #66000000;
  }

  .lg\:hover\:text-white-low:hover {
    color: rgba(255,255,255,0.06);
  }

  .lg\:hover\:text-white-medium:hover {
    color: rgba(255,255,255,0.12);
  }

  .lg\:hover\:text-white-semi:hover {
    color: rgba(255,255,255,0.6);
  }

  .lg\:hover\:text-error:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow:hover {
    --tw-text-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-text-opacity));
  }

  .lg\:hover\:text-expedition:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-base:hover {
    --tw-text-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-light:hover {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-base:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-text-opacity));
  }

  .lg\:hover\:text-transparent:hover {
    color: rgba(0,0,0,0);
  }

  .lg\:focus\:text-tropic-base:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-text-opacity));
  }

  .lg\:focus\:text-tropic-light:focus {
    color: rgba(3,39,41,0.7);
  }

  .lg\:focus\:text-tropic-6p:focus {
    color: rgba(3,39,41,0.6);
  }

  .lg\:focus\:text-tropic-90p:focus {
    color: rgba(3,39,41,0.9);
  }

  .lg\:focus\:text-taiga-base:focus {
    --tw-text-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-text-opacity));
  }

  .lg\:focus\:text-taiga-light:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-text-opacity));
  }

  .lg\:focus\:text-savana:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-text-opacity));
  }

  .lg\:focus\:text-tundra:focus {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-text-opacity));
  }

  .lg\:focus\:text-arctic-base:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-arctic-low:focus {
    color: rgba(255,255,255,0.12);
  }

  .lg\:focus\:text-arctic-very-low:focus {
    color: rgba(255,255,255,0.06);
  }

  .lg\:focus\:text-black-base:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-black-dim:focus {
    color: rgba(0,5,5,0.8);
  }

  .lg\:focus\:text-black-low:focus {
    color: #0A000000;
  }

  .lg\:focus\:text-black-semi:focus {
    color: #66000000;
  }

  .lg\:focus\:text-white-low:focus {
    color: rgba(255,255,255,0.06);
  }

  .lg\:focus\:text-white-medium:focus {
    color: rgba(255,255,255,0.12);
  }

  .lg\:focus\:text-white-semi:focus {
    color: rgba(255,255,255,0.6);
  }

  .lg\:focus\:text-error:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow:focus {
    --tw-text-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-text-opacity));
  }

  .lg\:focus\:text-expedition:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-base:focus {
    --tw-text-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-light:focus {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-base:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-text-opacity));
  }

  .lg\:focus\:text-transparent:focus {
    color: rgba(0,0,0,0);
  }

  .lg\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .lg\:text-opacity-1 {
    --tw-text-opacity: .01;
  }

  .lg\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .lg\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .lg\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .lg\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .lg\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .lg\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .lg\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .lg\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .lg\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .lg\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .lg\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .lg\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .lg\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .lg\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .lg\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .lg\:group-hover\:text-opacity-1 {
    --tw-text-opacity: .01;
  }

  .group:hover .lg\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .lg\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .lg\:focus-within\:text-opacity-1:focus-within {
    --tw-text-opacity: .01;
  }

  .lg\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .lg\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .lg\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .lg\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .lg\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .lg\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .lg\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .lg\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .lg\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .lg\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .lg\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .lg\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .lg\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .lg\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .lg\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .lg\:hover\:text-opacity-1:hover {
    --tw-text-opacity: .01;
  }

  .lg\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .lg\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .lg\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .lg\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .lg\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .lg\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .lg\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .lg\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .lg\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .lg\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .lg\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .lg\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .lg\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .lg\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .lg\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .lg\:focus\:text-opacity-1:focus {
    --tw-text-opacity: .01;
  }

  .lg\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .lg\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .lg\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .lg\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .lg\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .lg\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .lg\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .lg\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .lg\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .lg\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .lg\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .lg\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .lg\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .lg\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .lg\:underline {
    text-decoration: underline;
  }

  .lg\:line-through {
    text-decoration: line-through;
  }

  .lg\:no-underline {
    text-decoration: none;
  }

  .group:hover .lg\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .lg\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .lg\:group-hover\:no-underline {
    text-decoration: none;
  }

  .lg\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .lg\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .lg\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:placeholder-tropic-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-tropic-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-tropic-light::-moz-placeholder {
    color: rgba(3,39,41,0.7);
  }

  .lg\:placeholder-tropic-light::placeholder {
    color: rgba(3,39,41,0.7);
  }

  .lg\:placeholder-tropic-6p::-moz-placeholder {
    color: rgba(3,39,41,0.6);
  }

  .lg\:placeholder-tropic-6p::placeholder {
    color: rgba(3,39,41,0.6);
  }

  .lg\:placeholder-tropic-90p::-moz-placeholder {
    color: rgba(3,39,41,0.9);
  }

  .lg\:placeholder-tropic-90p::placeholder {
    color: rgba(3,39,41,0.9);
  }

  .lg\:placeholder-taiga-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-taiga-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-taiga-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-taiga-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-savana::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-savana::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-tundra::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-tundra::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-arctic-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-arctic-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-arctic-low::-moz-placeholder {
    color: rgba(255,255,255,0.12);
  }

  .lg\:placeholder-arctic-low::placeholder {
    color: rgba(255,255,255,0.12);
  }

  .lg\:placeholder-arctic-very-low::-moz-placeholder {
    color: rgba(255,255,255,0.06);
  }

  .lg\:placeholder-arctic-very-low::placeholder {
    color: rgba(255,255,255,0.06);
  }

  .lg\:placeholder-black-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-dim::-moz-placeholder {
    color: rgba(0,5,5,0.8);
  }

  .lg\:placeholder-black-dim::placeholder {
    color: rgba(0,5,5,0.8);
  }

  .lg\:placeholder-black-low::-moz-placeholder {
    color: #0A000000;
  }

  .lg\:placeholder-black-low::placeholder {
    color: #0A000000;
  }

  .lg\:placeholder-black-semi::-moz-placeholder {
    color: #66000000;
  }

  .lg\:placeholder-black-semi::placeholder {
    color: #66000000;
  }

  .lg\:placeholder-white-low::-moz-placeholder {
    color: rgba(255,255,255,0.06);
  }

  .lg\:placeholder-white-low::placeholder {
    color: rgba(255,255,255,0.06);
  }

  .lg\:placeholder-white-medium::-moz-placeholder {
    color: rgba(255,255,255,0.12);
  }

  .lg\:placeholder-white-medium::placeholder {
    color: rgba(255,255,255,0.12);
  }

  .lg\:placeholder-white-semi::-moz-placeholder {
    color: rgba(255,255,255,0.6);
  }

  .lg\:placeholder-white-semi::placeholder {
    color: rgba(255,255,255,0.6);
  }

  .lg\:placeholder-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-expedition::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-expedition::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-transparent::-moz-placeholder {
    color: rgba(0,0,0,0);
  }

  .lg\:placeholder-transparent::placeholder {
    color: rgba(0,0,0,0);
  }

  .lg\:focus\:placeholder-tropic-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-tropic-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-tropic-light:focus::-moz-placeholder {
    color: rgba(3,39,41,0.7);
  }

  .lg\:focus\:placeholder-tropic-light:focus::placeholder {
    color: rgba(3,39,41,0.7);
  }

  .lg\:focus\:placeholder-tropic-6p:focus::-moz-placeholder {
    color: rgba(3,39,41,0.6);
  }

  .lg\:focus\:placeholder-tropic-6p:focus::placeholder {
    color: rgba(3,39,41,0.6);
  }

  .lg\:focus\:placeholder-tropic-90p:focus::-moz-placeholder {
    color: rgba(3,39,41,0.9);
  }

  .lg\:focus\:placeholder-tropic-90p:focus::placeholder {
    color: rgba(3,39,41,0.9);
  }

  .lg\:focus\:placeholder-taiga-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-taiga-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-taiga-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-taiga-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-savana:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-savana:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-tundra:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-tundra:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-arctic-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-arctic-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-arctic-low:focus::-moz-placeholder {
    color: rgba(255,255,255,0.12);
  }

  .lg\:focus\:placeholder-arctic-low:focus::placeholder {
    color: rgba(255,255,255,0.12);
  }

  .lg\:focus\:placeholder-arctic-very-low:focus::-moz-placeholder {
    color: rgba(255,255,255,0.06);
  }

  .lg\:focus\:placeholder-arctic-very-low:focus::placeholder {
    color: rgba(255,255,255,0.06);
  }

  .lg\:focus\:placeholder-black-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-dim:focus::-moz-placeholder {
    color: rgba(0,5,5,0.8);
  }

  .lg\:focus\:placeholder-black-dim:focus::placeholder {
    color: rgba(0,5,5,0.8);
  }

  .lg\:focus\:placeholder-black-low:focus::-moz-placeholder {
    color: #0A000000;
  }

  .lg\:focus\:placeholder-black-low:focus::placeholder {
    color: #0A000000;
  }

  .lg\:focus\:placeholder-black-semi:focus::-moz-placeholder {
    color: #66000000;
  }

  .lg\:focus\:placeholder-black-semi:focus::placeholder {
    color: #66000000;
  }

  .lg\:focus\:placeholder-white-low:focus::-moz-placeholder {
    color: rgba(255,255,255,0.06);
  }

  .lg\:focus\:placeholder-white-low:focus::placeholder {
    color: rgba(255,255,255,0.06);
  }

  .lg\:focus\:placeholder-white-medium:focus::-moz-placeholder {
    color: rgba(255,255,255,0.12);
  }

  .lg\:focus\:placeholder-white-medium:focus::placeholder {
    color: rgba(255,255,255,0.12);
  }

  .lg\:focus\:placeholder-white-semi:focus::-moz-placeholder {
    color: rgba(255,255,255,0.6);
  }

  .lg\:focus\:placeholder-white-semi:focus::placeholder {
    color: rgba(255,255,255,0.6);
  }

  .lg\:focus\:placeholder-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-expedition:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-expedition:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: rgba(0,0,0,0);
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: rgba(0,0,0,0);
  }

  .lg\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-1::-moz-placeholder {
    --tw-placeholder-opacity: .01;
  }

  .lg\:placeholder-opacity-1::placeholder {
    --tw-placeholder-opacity: .01;
  }

  .lg\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: .01;
  }

  .lg\:focus\:placeholder-opacity-1:focus::placeholder {
    --tw-placeholder-opacity: .01;
  }

  .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-1 {
    opacity: .01;
  }

  .lg\:opacity-5 {
    opacity: 0.05;
  }

  .lg\:opacity-10 {
    opacity: 0.1;
  }

  .lg\:opacity-20 {
    opacity: 0.2;
  }

  .lg\:opacity-25 {
    opacity: 0.25;
  }

  .lg\:opacity-30 {
    opacity: 0.3;
  }

  .lg\:opacity-40 {
    opacity: 0.4;
  }

  .lg\:opacity-50 {
    opacity: 0.5;
  }

  .lg\:opacity-60 {
    opacity: 0.6;
  }

  .lg\:opacity-70 {
    opacity: 0.7;
  }

  .lg\:opacity-75 {
    opacity: 0.75;
  }

  .lg\:opacity-80 {
    opacity: 0.8;
  }

  .lg\:opacity-90 {
    opacity: 0.9;
  }

  .lg\:opacity-95 {
    opacity: 0.95;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .group:hover .lg\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .lg\:group-hover\:opacity-1 {
    opacity: .01;
  }

  .group:hover .lg\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .lg\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .lg\:focus-within\:opacity-1:focus-within {
    opacity: .01;
  }

  .lg\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .lg\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .lg\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .lg\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .lg\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .lg\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .lg\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .lg\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .lg\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .lg\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .lg\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .lg\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .lg\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .lg\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .lg\:hover\:opacity-1:hover {
    opacity: .01;
  }

  .lg\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .lg\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .lg\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .lg\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .lg\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .lg\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .lg\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .lg\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .lg\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .lg\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .lg\:focus\:opacity-1:focus {
    opacity: .01;
  }

  .lg\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .lg\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .lg\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .lg\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .lg\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .lg\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .lg\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .lg\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .lg\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .lg\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .lg\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .lg\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .lg\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .lg\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .lg\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .lg\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .lg\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .lg\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .lg\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .lg\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .lg\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .lg\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .lg\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .lg\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .lg\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .lg\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .lg\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .lg\:bg-blend-color {
    background-blend-mode: color;
  }

  .lg\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .lg\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .lg\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .lg\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .lg\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .lg\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .lg\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .lg\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .lg\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .lg\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .lg\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .lg\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .lg\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .lg\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .lg\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .lg\:mix-blend-color {
    mix-blend-mode: color;
  }

  .lg\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .lg\: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);
  }

  .lg\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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 .lg\: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 .lg\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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 .lg\: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 .lg\: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 .lg\: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 .lg\: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 .lg\: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 .lg\: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);
  }

  .lg\: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);
  }

  .lg\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .lg\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .lg\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .lg\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .lg\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .lg\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .lg\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .lg\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .lg\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .lg\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .lg\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .lg\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .lg\:ring-inset {
    --tw-ring-inset: inset;
  }

  .lg\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .lg\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .lg\:ring-tropic-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 39, 41, var(--tw-ring-opacity));
  }

  .lg\:ring-tropic-light {
    --tw-ring-color: rgba(3,39,41,0.7);
  }

  .lg\:ring-tropic-6p {
    --tw-ring-color: rgba(3,39,41,0.6);
  }

  .lg\:ring-tropic-90p {
    --tw-ring-color: rgba(3,39,41,0.9);
  }

  .lg\:ring-taiga-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(86, 118, 110, var(--tw-ring-opacity));
  }

  .lg\:ring-taiga-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 129, 120, var(--tw-ring-opacity));
  }

  .lg\:ring-savana {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 217, 174, var(--tw-ring-opacity));
  }

  .lg\:ring-tundra {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 238, var(--tw-ring-opacity));
  }

  .lg\:ring-arctic-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-arctic-low {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .lg\:ring-arctic-very-low {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .lg\:ring-black-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-black-dim {
    --tw-ring-color: rgba(0,5,5,0.8);
  }

  .lg\:ring-black-low {
    --tw-ring-color: #0A000000;
  }

  .lg\:ring-black-semi {
    --tw-ring-color: #66000000;
  }

  .lg\:ring-white-low {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .lg\:ring-white-medium {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .lg\:ring-white-semi {
    --tw-ring-color: rgba(255,255,255,0.6);
  }

  .lg\:ring-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 122, 58, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 151, 71, var(--tw-ring-opacity));
  }

  .lg\:ring-expedition {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 112, 136, var(--tw-ring-opacity));
  }

  .lg\:ring-green-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(140, 174, 68, var(--tw-ring-opacity));
  }

  .lg\:ring-green-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 230, 225, var(--tw-ring-opacity));
  }

  .lg\:ring-red-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 11, 11, var(--tw-ring-opacity));
  }

  .lg\:ring-transparent {
    --tw-ring-color: rgba(0,0,0,0);
  }

  .lg\:focus-within\:ring-tropic-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 39, 41, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-tropic-light:focus-within {
    --tw-ring-color: rgba(3,39,41,0.7);
  }

  .lg\:focus-within\:ring-tropic-6p:focus-within {
    --tw-ring-color: rgba(3,39,41,0.6);
  }

  .lg\:focus-within\:ring-tropic-90p:focus-within {
    --tw-ring-color: rgba(3,39,41,0.9);
  }

  .lg\:focus-within\:ring-taiga-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(86, 118, 110, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-taiga-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 129, 120, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-savana:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 217, 174, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-tundra:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 238, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-arctic-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-arctic-low:focus-within {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .lg\:focus-within\:ring-arctic-very-low:focus-within {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .lg\:focus-within\:ring-black-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-black-dim:focus-within {
    --tw-ring-color: rgba(0,5,5,0.8);
  }

  .lg\:focus-within\:ring-black-low:focus-within {
    --tw-ring-color: #0A000000;
  }

  .lg\:focus-within\:ring-black-semi:focus-within {
    --tw-ring-color: #66000000;
  }

  .lg\:focus-within\:ring-white-low:focus-within {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .lg\:focus-within\:ring-white-medium:focus-within {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .lg\:focus-within\:ring-white-semi:focus-within {
    --tw-ring-color: rgba(255,255,255,0.6);
  }

  .lg\:focus-within\:ring-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 122, 58, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 151, 71, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-expedition:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 112, 136, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(140, 174, 68, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 230, 225, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 11, 11, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: rgba(0,0,0,0);
  }

  .lg\:focus\:ring-tropic-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 39, 41, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-tropic-light:focus {
    --tw-ring-color: rgba(3,39,41,0.7);
  }

  .lg\:focus\:ring-tropic-6p:focus {
    --tw-ring-color: rgba(3,39,41,0.6);
  }

  .lg\:focus\:ring-tropic-90p:focus {
    --tw-ring-color: rgba(3,39,41,0.9);
  }

  .lg\:focus\:ring-taiga-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(86, 118, 110, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-taiga-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 129, 120, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-savana:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 217, 174, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-tundra:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 238, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-arctic-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-arctic-low:focus {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .lg\:focus\:ring-arctic-very-low:focus {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .lg\:focus\:ring-black-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-black-dim:focus {
    --tw-ring-color: rgba(0,5,5,0.8);
  }

  .lg\:focus\:ring-black-low:focus {
    --tw-ring-color: #0A000000;
  }

  .lg\:focus\:ring-black-semi:focus {
    --tw-ring-color: #66000000;
  }

  .lg\:focus\:ring-white-low:focus {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .lg\:focus\:ring-white-medium:focus {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .lg\:focus\:ring-white-semi:focus {
    --tw-ring-color: rgba(255,255,255,0.6);
  }

  .lg\:focus\:ring-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 122, 58, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 151, 71, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-expedition:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 112, 136, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(140, 174, 68, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 230, 225, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 11, 11, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-transparent:focus {
    --tw-ring-color: rgba(0,0,0,0);
  }

  .lg\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .lg\:ring-opacity-1 {
    --tw-ring-opacity: .01;
  }

  .lg\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .lg\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .lg\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .lg\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .lg\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .lg\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .lg\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .lg\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .lg\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .lg\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .lg\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .lg\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .lg\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .lg\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .lg\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .lg\:focus-within\:ring-opacity-1:focus-within {
    --tw-ring-opacity: .01;
  }

  .lg\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .lg\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .lg\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .lg\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .lg\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .lg\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .lg\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .lg\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .lg\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .lg\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .lg\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .lg\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .lg\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .lg\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .lg\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .lg\:focus\:ring-opacity-1:focus {
    --tw-ring-opacity: .01;
  }

  .lg\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .lg\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .lg\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .lg\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .lg\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .lg\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .lg\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .lg\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .lg\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .lg\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .lg\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .lg\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .lg\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .lg\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .lg\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .lg\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .lg\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .lg\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .lg\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .lg\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .lg\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .lg\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .lg\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .lg\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .lg\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .lg\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .lg\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .lg\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .lg\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .lg\:ring-offset-tropic-base {
    --tw-ring-offset-color: #032729;
  }

  .lg\:ring-offset-tropic-light {
    --tw-ring-offset-color: rgba(3,39,41,0.7);
  }

  .lg\:ring-offset-tropic-6p {
    --tw-ring-offset-color: rgba(3,39,41,0.6);
  }

  .lg\:ring-offset-tropic-90p {
    --tw-ring-offset-color: rgba(3,39,41,0.9);
  }

  .lg\:ring-offset-taiga-base {
    --tw-ring-offset-color: #56766E;
  }

  .lg\:ring-offset-taiga-light {
    --tw-ring-offset-color: #608178;
  }

  .lg\:ring-offset-savana {
    --tw-ring-offset-color: #EFD9AE;
  }

  .lg\:ring-offset-tundra {
    --tw-ring-offset-color: #F2F2EE;
  }

  .lg\:ring-offset-arctic-base {
    --tw-ring-offset-color: #FFFFFF;
  }

  .lg\:ring-offset-arctic-low {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .lg\:ring-offset-arctic-very-low {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .lg\:ring-offset-black-base {
    --tw-ring-offset-color: #000000;
  }

  .lg\:ring-offset-black-dim {
    --tw-ring-offset-color: rgba(0,5,5,0.8);
  }

  .lg\:ring-offset-black-low {
    --tw-ring-offset-color: #0A000000;
  }

  .lg\:ring-offset-black-semi {
    --tw-ring-offset-color: #66000000;
  }

  .lg\:ring-offset-white-low {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .lg\:ring-offset-white-medium {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .lg\:ring-offset-white-semi {
    --tw-ring-offset-color: rgba(255,255,255,0.6);
  }

  .lg\:ring-offset-error {
    --tw-ring-offset-color: #D17A3A;
  }

  .lg\:ring-offset-yellow {
    --tw-ring-offset-color: #CC9747;
  }

  .lg\:ring-offset-expedition {
    --tw-ring-offset-color: #4F7088;
  }

  .lg\:ring-offset-green-base {
    --tw-ring-offset-color: #8CAE44;
  }

  .lg\:ring-offset-green-light {
    --tw-ring-offset-color: #E3E6E1;
  }

  .lg\:ring-offset-red-base {
    --tw-ring-offset-color: #bf0b0b;
  }

  .lg\:ring-offset-transparent {
    --tw-ring-offset-color: rgba(0,0,0,0);
  }

  .lg\:focus-within\:ring-offset-tropic-base:focus-within {
    --tw-ring-offset-color: #032729;
  }

  .lg\:focus-within\:ring-offset-tropic-light:focus-within {
    --tw-ring-offset-color: rgba(3,39,41,0.7);
  }

  .lg\:focus-within\:ring-offset-tropic-6p:focus-within {
    --tw-ring-offset-color: rgba(3,39,41,0.6);
  }

  .lg\:focus-within\:ring-offset-tropic-90p:focus-within {
    --tw-ring-offset-color: rgba(3,39,41,0.9);
  }

  .lg\:focus-within\:ring-offset-taiga-base:focus-within {
    --tw-ring-offset-color: #56766E;
  }

  .lg\:focus-within\:ring-offset-taiga-light:focus-within {
    --tw-ring-offset-color: #608178;
  }

  .lg\:focus-within\:ring-offset-savana:focus-within {
    --tw-ring-offset-color: #EFD9AE;
  }

  .lg\:focus-within\:ring-offset-tundra:focus-within {
    --tw-ring-offset-color: #F2F2EE;
  }

  .lg\:focus-within\:ring-offset-arctic-base:focus-within {
    --tw-ring-offset-color: #FFFFFF;
  }

  .lg\:focus-within\:ring-offset-arctic-low:focus-within {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .lg\:focus-within\:ring-offset-arctic-very-low:focus-within {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .lg\:focus-within\:ring-offset-black-base:focus-within {
    --tw-ring-offset-color: #000000;
  }

  .lg\:focus-within\:ring-offset-black-dim:focus-within {
    --tw-ring-offset-color: rgba(0,5,5,0.8);
  }

  .lg\:focus-within\:ring-offset-black-low:focus-within {
    --tw-ring-offset-color: #0A000000;
  }

  .lg\:focus-within\:ring-offset-black-semi:focus-within {
    --tw-ring-offset-color: #66000000;
  }

  .lg\:focus-within\:ring-offset-white-low:focus-within {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .lg\:focus-within\:ring-offset-white-medium:focus-within {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .lg\:focus-within\:ring-offset-white-semi:focus-within {
    --tw-ring-offset-color: rgba(255,255,255,0.6);
  }

  .lg\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: #D17A3A;
  }

  .lg\:focus-within\:ring-offset-yellow:focus-within {
    --tw-ring-offset-color: #CC9747;
  }

  .lg\:focus-within\:ring-offset-expedition:focus-within {
    --tw-ring-offset-color: #4F7088;
  }

  .lg\:focus-within\:ring-offset-green-base:focus-within {
    --tw-ring-offset-color: #8CAE44;
  }

  .lg\:focus-within\:ring-offset-green-light:focus-within {
    --tw-ring-offset-color: #E3E6E1;
  }

  .lg\:focus-within\:ring-offset-red-base:focus-within {
    --tw-ring-offset-color: #bf0b0b;
  }

  .lg\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: rgba(0,0,0,0);
  }

  .lg\:focus\:ring-offset-tropic-base:focus {
    --tw-ring-offset-color: #032729;
  }

  .lg\:focus\:ring-offset-tropic-light:focus {
    --tw-ring-offset-color: rgba(3,39,41,0.7);
  }

  .lg\:focus\:ring-offset-tropic-6p:focus {
    --tw-ring-offset-color: rgba(3,39,41,0.6);
  }

  .lg\:focus\:ring-offset-tropic-90p:focus {
    --tw-ring-offset-color: rgba(3,39,41,0.9);
  }

  .lg\:focus\:ring-offset-taiga-base:focus {
    --tw-ring-offset-color: #56766E;
  }

  .lg\:focus\:ring-offset-taiga-light:focus {
    --tw-ring-offset-color: #608178;
  }

  .lg\:focus\:ring-offset-savana:focus {
    --tw-ring-offset-color: #EFD9AE;
  }

  .lg\:focus\:ring-offset-tundra:focus {
    --tw-ring-offset-color: #F2F2EE;
  }

  .lg\:focus\:ring-offset-arctic-base:focus {
    --tw-ring-offset-color: #FFFFFF;
  }

  .lg\:focus\:ring-offset-arctic-low:focus {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .lg\:focus\:ring-offset-arctic-very-low:focus {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .lg\:focus\:ring-offset-black-base:focus {
    --tw-ring-offset-color: #000000;
  }

  .lg\:focus\:ring-offset-black-dim:focus {
    --tw-ring-offset-color: rgba(0,5,5,0.8);
  }

  .lg\:focus\:ring-offset-black-low:focus {
    --tw-ring-offset-color: #0A000000;
  }

  .lg\:focus\:ring-offset-black-semi:focus {
    --tw-ring-offset-color: #66000000;
  }

  .lg\:focus\:ring-offset-white-low:focus {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .lg\:focus\:ring-offset-white-medium:focus {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .lg\:focus\:ring-offset-white-semi:focus {
    --tw-ring-offset-color: rgba(255,255,255,0.6);
  }

  .lg\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: #D17A3A;
  }

  .lg\:focus\:ring-offset-yellow:focus {
    --tw-ring-offset-color: #CC9747;
  }

  .lg\:focus\:ring-offset-expedition:focus {
    --tw-ring-offset-color: #4F7088;
  }

  .lg\:focus\:ring-offset-green-base:focus {
    --tw-ring-offset-color: #8CAE44;
  }

  .lg\:focus\:ring-offset-green-light:focus {
    --tw-ring-offset-color: #E3E6E1;
  }

  .lg\:focus\:ring-offset-red-base:focus {
    --tw-ring-offset-color: #bf0b0b;
  }

  .lg\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: rgba(0,0,0,0);
  }

  .lg\: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);
  }

  .lg\:filter-none {
    filter: none;
  }

  .lg\:blur-0 {
    --tw-blur: blur(0);
  }

  .lg\:blur-none {
    --tw-blur: blur(0);
  }

  .lg\:blur-sm {
    --tw-blur: blur(4px);
  }

  .lg\:blur {
    --tw-blur: blur(8px);
  }

  .lg\:blur-md {
    --tw-blur: blur(12px);
  }

  .lg\:blur-lg {
    --tw-blur: blur(16px);
  }

  .lg\:blur-xl {
    --tw-blur: blur(24px);
  }

  .lg\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .lg\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .lg\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .lg\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .lg\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .lg\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .lg\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .lg\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .lg\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .lg\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .lg\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .lg\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .lg\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .lg\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .lg\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .lg\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .lg\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .lg\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .lg\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .lg\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .lg\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .lg\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .lg\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .lg\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .lg\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .lg\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .lg\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .lg\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .lg\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .lg\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .lg\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .lg\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .lg\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .lg\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .lg\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .lg\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .lg\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .lg\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .lg\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .lg\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .lg\:invert-0 {
    --tw-invert: invert(0);
  }

  .lg\:invert {
    --tw-invert: invert(100%);
  }

  .lg\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .lg\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .lg\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .lg\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .lg\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .lg\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .lg\:sepia {
    --tw-sepia: sepia(100%);
  }

  .lg\: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);
  }

  .lg\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .lg\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .lg\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .lg\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .lg\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .lg\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .lg\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .lg\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .lg\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .lg\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .lg\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .lg\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .lg\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .lg\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .lg\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .lg\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .lg\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .lg\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .lg\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .lg\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .lg\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .lg\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .lg\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .lg\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .lg\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .lg\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .lg\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .lg\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .lg\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .lg\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .lg\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .lg\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .lg\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .lg\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .lg\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .lg\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .lg\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .lg\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .lg\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .lg\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .lg\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .lg\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .lg\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .lg\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .lg\:backdrop-opacity-1 {
    --tw-backdrop-opacity: opacity(.01);
  }

  .lg\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .lg\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .lg\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .lg\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .lg\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .lg\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .lg\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .lg\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .lg\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .lg\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .lg\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .lg\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .lg\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .lg\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .lg\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .lg\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .lg\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .lg\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .lg\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .lg\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .lg\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .lg\:transition-none {
    transition-property: none;
  }

  .lg\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\: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;
  }

  .lg\: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;
  }

  .lg\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:delay-75 {
    transition-delay: 75ms;
  }

  .lg\:delay-100 {
    transition-delay: 100ms;
  }

  .lg\:delay-150 {
    transition-delay: 150ms;
  }

  .lg\:delay-200 {
    transition-delay: 200ms;
  }

  .lg\:delay-300 {
    transition-delay: 300ms;
  }

  .lg\:delay-500 {
    transition-delay: 500ms;
  }

  .lg\:delay-700 {
    transition-delay: 700ms;
  }

  .lg\:delay-1000 {
    transition-delay: 1000ms;
  }

  .lg\:duration-0 {
    transition-duration: 0ms;
  }

  .lg\:duration-75 {
    transition-duration: 75ms;
  }

  .lg\:duration-100 {
    transition-duration: 100ms;
  }

  .lg\:duration-150 {
    transition-duration: 150ms;
  }

  .lg\:duration-200 {
    transition-duration: 200ms;
  }

  .lg\:duration-300 {
    transition-duration: 300ms;
  }

  .lg\:duration-500 {
    transition-duration: 500ms;
  }

  .lg\:duration-700 {
    transition-duration: 700ms;
  }

  .lg\:duration-1000 {
    transition-duration: 1000ms;
  }

  .lg\:duration-1300 {
    transition-duration: 1300ms;
  }

  .lg\:duration-1500 {
    transition-duration: 1500ms;
  }

  .lg\:ease-linear {
    transition-timing-function: linear;
  }

  .lg\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 1920px) {
  .xlg\:container {
    width: 100%;
  }

  @media (min-width: 360px) {
    .xlg\:container {
      max-width: 360px;
    }
  }

  @media (min-width: 420px) {
    .xlg\:container {
      max-width: 420px;
    }
  }

  @media (min-width: 768px) {
    .xlg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xlg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1920px) {
    .xlg\:container {
      max-width: 1920px;
    }
  }

  .xlg\: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;
  }

  .xlg\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xlg\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xlg\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xlg\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xlg\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xlg\:pointer-events-none {
    pointer-events: none;
  }

  .xlg\:pointer-events-auto {
    pointer-events: auto;
  }

  .xlg\:visible {
    visibility: visible;
  }

  .xlg\:invisible {
    visibility: hidden;
  }

  .xlg\:static {
    position: static;
  }

  .xlg\:fixed {
    position: fixed;
  }

  .xlg\:absolute {
    position: absolute;
  }

  .xlg\:relative {
    position: relative;
  }

  .xlg\:sticky {
    position: sticky;
  }

  .xlg\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xlg\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xlg\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xlg\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xlg\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xlg\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xlg\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xlg\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xlg\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xlg\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xlg\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xlg\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xlg\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xlg\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xlg\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xlg\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xlg\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xlg\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xlg\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xlg\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xlg\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xlg\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xlg\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xlg\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xlg\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xlg\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .xlg\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xlg\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xlg\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xlg\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xlg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xlg\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xlg\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xlg\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xlg\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xlg\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xlg\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xlg\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xlg\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xlg\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xlg\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xlg\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xlg\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xlg\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xlg\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xlg\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xlg\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xlg\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xlg\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xlg\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .xlg\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xlg\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xlg\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xlg\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xlg\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xlg\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xlg\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xlg\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xlg\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .xlg\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xlg\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xlg\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .xlg\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xlg\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xlg\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xlg\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xlg\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xlg\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xlg\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xlg\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .xlg\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xlg\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xlg\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xlg\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xlg\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xlg\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xlg\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xlg\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xlg\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xlg\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xlg\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xlg\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xlg\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xlg\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xlg\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xlg\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .xlg\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .xlg\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .xlg\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .xlg\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .xlg\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .xlg\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .xlg\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .xlg\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .xlg\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .xlg\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .xlg\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .xlg\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .xlg\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .xlg\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .xlg\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .xlg\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .xlg\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .xlg\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .xlg\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .xlg\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .xlg\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .xlg\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .xlg\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .xlg\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .xlg\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .xlg\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .xlg\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .xlg\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .xlg\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .xlg\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .xlg\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .xlg\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .xlg\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .xlg\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .xlg\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .xlg\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .xlg\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .xlg\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .xlg\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .xlg\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .xlg\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .xlg\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .xlg\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .xlg\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .xlg\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .xlg\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .xlg\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .xlg\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .xlg\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .xlg\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .xlg\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .xlg\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .xlg\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .xlg\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .xlg\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .xlg\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .xlg\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .xlg\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .xlg\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .xlg\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .xlg\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .xlg\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .xlg\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .xlg\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .xlg\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .xlg\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .xlg\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .xlg\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .xlg\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .xlg\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .xlg\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .xlg\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .xlg\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .xlg\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .xlg\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .xlg\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .xlg\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .xlg\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .xlg\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .xlg\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .xlg\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .xlg\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .xlg\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .xlg\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .xlg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .xlg\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xlg\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xlg\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xlg\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .xlg\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xlg\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xlg\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xlg\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .xlg\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xlg\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xlg\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xlg\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .xlg\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xlg\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .xlg\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .xlg\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .xlg\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .xlg\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .xlg\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .xlg\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .xlg\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .xlg\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .xlg\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .xlg\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .xlg\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .xlg\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .xlg\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .xlg\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .xlg\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .xlg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xlg\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .xlg\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xlg\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xlg\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xlg\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xlg\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .xlg\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xlg\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xlg\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xlg\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .xlg\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xlg\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xlg\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xlg\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .xlg\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xlg\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xlg\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xlg\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .xlg\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xlg\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .xlg\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .xlg\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .xlg\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .xlg\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .xlg\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .xlg\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .xlg\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .xlg\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .xlg\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .xlg\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .xlg\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .xlg\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .xlg\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .xlg\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .xlg\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .xlg\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .xlg\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xlg\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xlg\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .xlg\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xlg\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .xlg\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xlg\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xlg\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .xlg\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .xlg\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .xlg\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .xlg\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .xlg\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xlg\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xlg\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .xlg\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .xlg\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .xlg\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .xlg\:top-0 {
    top: 0px;
  }

  .xlg\:top-1 {
    top: 0.25rem;
  }

  .xlg\:top-2 {
    top: 0.5rem;
  }

  .xlg\:top-3 {
    top: 0.75rem;
  }

  .xlg\:top-4 {
    top: 1rem;
  }

  .xlg\:top-5 {
    top: 1.25rem;
  }

  .xlg\:top-6 {
    top: 1.5rem;
  }

  .xlg\:top-7 {
    top: 1.75rem;
  }

  .xlg\:top-8 {
    top: 2rem;
  }

  .xlg\:top-9 {
    top: 2.25rem;
  }

  .xlg\:top-10 {
    top: 2.5rem;
  }

  .xlg\:top-11 {
    top: 2.75rem;
  }

  .xlg\:top-12 {
    top: 3rem;
  }

  .xlg\:top-14 {
    top: 3.5rem;
  }

  .xlg\:top-16 {
    top: 4rem;
  }

  .xlg\:top-20 {
    top: 5rem;
  }

  .xlg\:top-24 {
    top: 6rem;
  }

  .xlg\:top-28 {
    top: 7rem;
  }

  .xlg\:top-32 {
    top: 8rem;
  }

  .xlg\:top-36 {
    top: 9rem;
  }

  .xlg\:top-40 {
    top: 10rem;
  }

  .xlg\:top-44 {
    top: 11rem;
  }

  .xlg\:top-48 {
    top: 12rem;
  }

  .xlg\:top-52 {
    top: 13rem;
  }

  .xlg\:top-56 {
    top: 14rem;
  }

  .xlg\:top-60 {
    top: 15rem;
  }

  .xlg\:top-64 {
    top: 16rem;
  }

  .xlg\:top-72 {
    top: 18rem;
  }

  .xlg\:top-80 {
    top: 20rem;
  }

  .xlg\:top-96 {
    top: 24rem;
  }

  .xlg\:top-auto {
    top: auto;
  }

  .xlg\:top-px {
    top: 1px;
  }

  .xlg\:top-0\.5 {
    top: 0.125rem;
  }

  .xlg\:top-1\.5 {
    top: 0.375rem;
  }

  .xlg\:top-2\.5 {
    top: 0.625rem;
  }

  .xlg\:top-3\.5 {
    top: 0.875rem;
  }

  .xlg\:-top-0 {
    top: 0px;
  }

  .xlg\:-top-1 {
    top: -0.25rem;
  }

  .xlg\:-top-2 {
    top: -0.5rem;
  }

  .xlg\:-top-3 {
    top: -0.75rem;
  }

  .xlg\:-top-4 {
    top: -1rem;
  }

  .xlg\:-top-5 {
    top: -1.25rem;
  }

  .xlg\:-top-6 {
    top: -1.5rem;
  }

  .xlg\:-top-7 {
    top: -1.75rem;
  }

  .xlg\:-top-8 {
    top: -2rem;
  }

  .xlg\:-top-9 {
    top: -2.25rem;
  }

  .xlg\:-top-10 {
    top: -2.5rem;
  }

  .xlg\:-top-11 {
    top: -2.75rem;
  }

  .xlg\:-top-12 {
    top: -3rem;
  }

  .xlg\:-top-14 {
    top: -3.5rem;
  }

  .xlg\:-top-16 {
    top: -4rem;
  }

  .xlg\:-top-20 {
    top: -5rem;
  }

  .xlg\:-top-24 {
    top: -6rem;
  }

  .xlg\:-top-28 {
    top: -7rem;
  }

  .xlg\:-top-32 {
    top: -8rem;
  }

  .xlg\:-top-36 {
    top: -9rem;
  }

  .xlg\:-top-40 {
    top: -10rem;
  }

  .xlg\:-top-44 {
    top: -11rem;
  }

  .xlg\:-top-48 {
    top: -12rem;
  }

  .xlg\:-top-52 {
    top: -13rem;
  }

  .xlg\:-top-56 {
    top: -14rem;
  }

  .xlg\:-top-60 {
    top: -15rem;
  }

  .xlg\:-top-64 {
    top: -16rem;
  }

  .xlg\:-top-72 {
    top: -18rem;
  }

  .xlg\:-top-80 {
    top: -20rem;
  }

  .xlg\:-top-96 {
    top: -24rem;
  }

  .xlg\:-top-px {
    top: -1px;
  }

  .xlg\:-top-0\.5 {
    top: -0.125rem;
  }

  .xlg\:-top-1\.5 {
    top: -0.375rem;
  }

  .xlg\:-top-2\.5 {
    top: -0.625rem;
  }

  .xlg\:-top-3\.5 {
    top: -0.875rem;
  }

  .xlg\:top-1\/2 {
    top: 50%;
  }

  .xlg\:top-1\/3 {
    top: 33.333333%;
  }

  .xlg\:top-2\/3 {
    top: 66.666667%;
  }

  .xlg\:top-1\/4 {
    top: 25%;
  }

  .xlg\:top-2\/4 {
    top: 50%;
  }

  .xlg\:top-3\/4 {
    top: 75%;
  }

  .xlg\:top-full {
    top: 100%;
  }

  .xlg\:-top-1\/2 {
    top: -50%;
  }

  .xlg\:-top-1\/3 {
    top: -33.333333%;
  }

  .xlg\:-top-2\/3 {
    top: -66.666667%;
  }

  .xlg\:-top-1\/4 {
    top: -25%;
  }

  .xlg\:-top-2\/4 {
    top: -50%;
  }

  .xlg\:-top-3\/4 {
    top: -75%;
  }

  .xlg\:-top-full {
    top: -100%;
  }

  .xlg\:right-0 {
    right: 0px;
  }

  .xlg\:right-1 {
    right: 0.25rem;
  }

  .xlg\:right-2 {
    right: 0.5rem;
  }

  .xlg\:right-3 {
    right: 0.75rem;
  }

  .xlg\:right-4 {
    right: 1rem;
  }

  .xlg\:right-5 {
    right: 1.25rem;
  }

  .xlg\:right-6 {
    right: 1.5rem;
  }

  .xlg\:right-7 {
    right: 1.75rem;
  }

  .xlg\:right-8 {
    right: 2rem;
  }

  .xlg\:right-9 {
    right: 2.25rem;
  }

  .xlg\:right-10 {
    right: 2.5rem;
  }

  .xlg\:right-11 {
    right: 2.75rem;
  }

  .xlg\:right-12 {
    right: 3rem;
  }

  .xlg\:right-14 {
    right: 3.5rem;
  }

  .xlg\:right-16 {
    right: 4rem;
  }

  .xlg\:right-20 {
    right: 5rem;
  }

  .xlg\:right-24 {
    right: 6rem;
  }

  .xlg\:right-28 {
    right: 7rem;
  }

  .xlg\:right-32 {
    right: 8rem;
  }

  .xlg\:right-36 {
    right: 9rem;
  }

  .xlg\:right-40 {
    right: 10rem;
  }

  .xlg\:right-44 {
    right: 11rem;
  }

  .xlg\:right-48 {
    right: 12rem;
  }

  .xlg\:right-52 {
    right: 13rem;
  }

  .xlg\:right-56 {
    right: 14rem;
  }

  .xlg\:right-60 {
    right: 15rem;
  }

  .xlg\:right-64 {
    right: 16rem;
  }

  .xlg\:right-72 {
    right: 18rem;
  }

  .xlg\:right-80 {
    right: 20rem;
  }

  .xlg\:right-96 {
    right: 24rem;
  }

  .xlg\:right-auto {
    right: auto;
  }

  .xlg\:right-px {
    right: 1px;
  }

  .xlg\:right-0\.5 {
    right: 0.125rem;
  }

  .xlg\:right-1\.5 {
    right: 0.375rem;
  }

  .xlg\:right-2\.5 {
    right: 0.625rem;
  }

  .xlg\:right-3\.5 {
    right: 0.875rem;
  }

  .xlg\:-right-0 {
    right: 0px;
  }

  .xlg\:-right-1 {
    right: -0.25rem;
  }

  .xlg\:-right-2 {
    right: -0.5rem;
  }

  .xlg\:-right-3 {
    right: -0.75rem;
  }

  .xlg\:-right-4 {
    right: -1rem;
  }

  .xlg\:-right-5 {
    right: -1.25rem;
  }

  .xlg\:-right-6 {
    right: -1.5rem;
  }

  .xlg\:-right-7 {
    right: -1.75rem;
  }

  .xlg\:-right-8 {
    right: -2rem;
  }

  .xlg\:-right-9 {
    right: -2.25rem;
  }

  .xlg\:-right-10 {
    right: -2.5rem;
  }

  .xlg\:-right-11 {
    right: -2.75rem;
  }

  .xlg\:-right-12 {
    right: -3rem;
  }

  .xlg\:-right-14 {
    right: -3.5rem;
  }

  .xlg\:-right-16 {
    right: -4rem;
  }

  .xlg\:-right-20 {
    right: -5rem;
  }

  .xlg\:-right-24 {
    right: -6rem;
  }

  .xlg\:-right-28 {
    right: -7rem;
  }

  .xlg\:-right-32 {
    right: -8rem;
  }

  .xlg\:-right-36 {
    right: -9rem;
  }

  .xlg\:-right-40 {
    right: -10rem;
  }

  .xlg\:-right-44 {
    right: -11rem;
  }

  .xlg\:-right-48 {
    right: -12rem;
  }

  .xlg\:-right-52 {
    right: -13rem;
  }

  .xlg\:-right-56 {
    right: -14rem;
  }

  .xlg\:-right-60 {
    right: -15rem;
  }

  .xlg\:-right-64 {
    right: -16rem;
  }

  .xlg\:-right-72 {
    right: -18rem;
  }

  .xlg\:-right-80 {
    right: -20rem;
  }

  .xlg\:-right-96 {
    right: -24rem;
  }

  .xlg\:-right-px {
    right: -1px;
  }

  .xlg\:-right-0\.5 {
    right: -0.125rem;
  }

  .xlg\:-right-1\.5 {
    right: -0.375rem;
  }

  .xlg\:-right-2\.5 {
    right: -0.625rem;
  }

  .xlg\:-right-3\.5 {
    right: -0.875rem;
  }

  .xlg\:right-1\/2 {
    right: 50%;
  }

  .xlg\:right-1\/3 {
    right: 33.333333%;
  }

  .xlg\:right-2\/3 {
    right: 66.666667%;
  }

  .xlg\:right-1\/4 {
    right: 25%;
  }

  .xlg\:right-2\/4 {
    right: 50%;
  }

  .xlg\:right-3\/4 {
    right: 75%;
  }

  .xlg\:right-full {
    right: 100%;
  }

  .xlg\:-right-1\/2 {
    right: -50%;
  }

  .xlg\:-right-1\/3 {
    right: -33.333333%;
  }

  .xlg\:-right-2\/3 {
    right: -66.666667%;
  }

  .xlg\:-right-1\/4 {
    right: -25%;
  }

  .xlg\:-right-2\/4 {
    right: -50%;
  }

  .xlg\:-right-3\/4 {
    right: -75%;
  }

  .xlg\:-right-full {
    right: -100%;
  }

  .xlg\:bottom-0 {
    bottom: 0px;
  }

  .xlg\:bottom-1 {
    bottom: 0.25rem;
  }

  .xlg\:bottom-2 {
    bottom: 0.5rem;
  }

  .xlg\:bottom-3 {
    bottom: 0.75rem;
  }

  .xlg\:bottom-4 {
    bottom: 1rem;
  }

  .xlg\:bottom-5 {
    bottom: 1.25rem;
  }

  .xlg\:bottom-6 {
    bottom: 1.5rem;
  }

  .xlg\:bottom-7 {
    bottom: 1.75rem;
  }

  .xlg\:bottom-8 {
    bottom: 2rem;
  }

  .xlg\:bottom-9 {
    bottom: 2.25rem;
  }

  .xlg\:bottom-10 {
    bottom: 2.5rem;
  }

  .xlg\:bottom-11 {
    bottom: 2.75rem;
  }

  .xlg\:bottom-12 {
    bottom: 3rem;
  }

  .xlg\:bottom-14 {
    bottom: 3.5rem;
  }

  .xlg\:bottom-16 {
    bottom: 4rem;
  }

  .xlg\:bottom-20 {
    bottom: 5rem;
  }

  .xlg\:bottom-24 {
    bottom: 6rem;
  }

  .xlg\:bottom-28 {
    bottom: 7rem;
  }

  .xlg\:bottom-32 {
    bottom: 8rem;
  }

  .xlg\:bottom-36 {
    bottom: 9rem;
  }

  .xlg\:bottom-40 {
    bottom: 10rem;
  }

  .xlg\:bottom-44 {
    bottom: 11rem;
  }

  .xlg\:bottom-48 {
    bottom: 12rem;
  }

  .xlg\:bottom-52 {
    bottom: 13rem;
  }

  .xlg\:bottom-56 {
    bottom: 14rem;
  }

  .xlg\:bottom-60 {
    bottom: 15rem;
  }

  .xlg\:bottom-64 {
    bottom: 16rem;
  }

  .xlg\:bottom-72 {
    bottom: 18rem;
  }

  .xlg\:bottom-80 {
    bottom: 20rem;
  }

  .xlg\:bottom-96 {
    bottom: 24rem;
  }

  .xlg\:bottom-auto {
    bottom: auto;
  }

  .xlg\:bottom-px {
    bottom: 1px;
  }

  .xlg\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .xlg\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .xlg\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .xlg\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .xlg\:-bottom-0 {
    bottom: 0px;
  }

  .xlg\:-bottom-1 {
    bottom: -0.25rem;
  }

  .xlg\:-bottom-2 {
    bottom: -0.5rem;
  }

  .xlg\:-bottom-3 {
    bottom: -0.75rem;
  }

  .xlg\:-bottom-4 {
    bottom: -1rem;
  }

  .xlg\:-bottom-5 {
    bottom: -1.25rem;
  }

  .xlg\:-bottom-6 {
    bottom: -1.5rem;
  }

  .xlg\:-bottom-7 {
    bottom: -1.75rem;
  }

  .xlg\:-bottom-8 {
    bottom: -2rem;
  }

  .xlg\:-bottom-9 {
    bottom: -2.25rem;
  }

  .xlg\:-bottom-10 {
    bottom: -2.5rem;
  }

  .xlg\:-bottom-11 {
    bottom: -2.75rem;
  }

  .xlg\:-bottom-12 {
    bottom: -3rem;
  }

  .xlg\:-bottom-14 {
    bottom: -3.5rem;
  }

  .xlg\:-bottom-16 {
    bottom: -4rem;
  }

  .xlg\:-bottom-20 {
    bottom: -5rem;
  }

  .xlg\:-bottom-24 {
    bottom: -6rem;
  }

  .xlg\:-bottom-28 {
    bottom: -7rem;
  }

  .xlg\:-bottom-32 {
    bottom: -8rem;
  }

  .xlg\:-bottom-36 {
    bottom: -9rem;
  }

  .xlg\:-bottom-40 {
    bottom: -10rem;
  }

  .xlg\:-bottom-44 {
    bottom: -11rem;
  }

  .xlg\:-bottom-48 {
    bottom: -12rem;
  }

  .xlg\:-bottom-52 {
    bottom: -13rem;
  }

  .xlg\:-bottom-56 {
    bottom: -14rem;
  }

  .xlg\:-bottom-60 {
    bottom: -15rem;
  }

  .xlg\:-bottom-64 {
    bottom: -16rem;
  }

  .xlg\:-bottom-72 {
    bottom: -18rem;
  }

  .xlg\:-bottom-80 {
    bottom: -20rem;
  }

  .xlg\:-bottom-96 {
    bottom: -24rem;
  }

  .xlg\:-bottom-px {
    bottom: -1px;
  }

  .xlg\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .xlg\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .xlg\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .xlg\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .xlg\:bottom-1\/2 {
    bottom: 50%;
  }

  .xlg\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .xlg\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .xlg\:bottom-1\/4 {
    bottom: 25%;
  }

  .xlg\:bottom-2\/4 {
    bottom: 50%;
  }

  .xlg\:bottom-3\/4 {
    bottom: 75%;
  }

  .xlg\:bottom-full {
    bottom: 100%;
  }

  .xlg\:-bottom-1\/2 {
    bottom: -50%;
  }

  .xlg\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .xlg\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .xlg\:-bottom-1\/4 {
    bottom: -25%;
  }

  .xlg\:-bottom-2\/4 {
    bottom: -50%;
  }

  .xlg\:-bottom-3\/4 {
    bottom: -75%;
  }

  .xlg\:-bottom-full {
    bottom: -100%;
  }

  .xlg\:left-0 {
    left: 0px;
  }

  .xlg\:left-1 {
    left: 0.25rem;
  }

  .xlg\:left-2 {
    left: 0.5rem;
  }

  .xlg\:left-3 {
    left: 0.75rem;
  }

  .xlg\:left-4 {
    left: 1rem;
  }

  .xlg\:left-5 {
    left: 1.25rem;
  }

  .xlg\:left-6 {
    left: 1.5rem;
  }

  .xlg\:left-7 {
    left: 1.75rem;
  }

  .xlg\:left-8 {
    left: 2rem;
  }

  .xlg\:left-9 {
    left: 2.25rem;
  }

  .xlg\:left-10 {
    left: 2.5rem;
  }

  .xlg\:left-11 {
    left: 2.75rem;
  }

  .xlg\:left-12 {
    left: 3rem;
  }

  .xlg\:left-14 {
    left: 3.5rem;
  }

  .xlg\:left-16 {
    left: 4rem;
  }

  .xlg\:left-20 {
    left: 5rem;
  }

  .xlg\:left-24 {
    left: 6rem;
  }

  .xlg\:left-28 {
    left: 7rem;
  }

  .xlg\:left-32 {
    left: 8rem;
  }

  .xlg\:left-36 {
    left: 9rem;
  }

  .xlg\:left-40 {
    left: 10rem;
  }

  .xlg\:left-44 {
    left: 11rem;
  }

  .xlg\:left-48 {
    left: 12rem;
  }

  .xlg\:left-52 {
    left: 13rem;
  }

  .xlg\:left-56 {
    left: 14rem;
  }

  .xlg\:left-60 {
    left: 15rem;
  }

  .xlg\:left-64 {
    left: 16rem;
  }

  .xlg\:left-72 {
    left: 18rem;
  }

  .xlg\:left-80 {
    left: 20rem;
  }

  .xlg\:left-96 {
    left: 24rem;
  }

  .xlg\:left-auto {
    left: auto;
  }

  .xlg\:left-px {
    left: 1px;
  }

  .xlg\:left-0\.5 {
    left: 0.125rem;
  }

  .xlg\:left-1\.5 {
    left: 0.375rem;
  }

  .xlg\:left-2\.5 {
    left: 0.625rem;
  }

  .xlg\:left-3\.5 {
    left: 0.875rem;
  }

  .xlg\:-left-0 {
    left: 0px;
  }

  .xlg\:-left-1 {
    left: -0.25rem;
  }

  .xlg\:-left-2 {
    left: -0.5rem;
  }

  .xlg\:-left-3 {
    left: -0.75rem;
  }

  .xlg\:-left-4 {
    left: -1rem;
  }

  .xlg\:-left-5 {
    left: -1.25rem;
  }

  .xlg\:-left-6 {
    left: -1.5rem;
  }

  .xlg\:-left-7 {
    left: -1.75rem;
  }

  .xlg\:-left-8 {
    left: -2rem;
  }

  .xlg\:-left-9 {
    left: -2.25rem;
  }

  .xlg\:-left-10 {
    left: -2.5rem;
  }

  .xlg\:-left-11 {
    left: -2.75rem;
  }

  .xlg\:-left-12 {
    left: -3rem;
  }

  .xlg\:-left-14 {
    left: -3.5rem;
  }

  .xlg\:-left-16 {
    left: -4rem;
  }

  .xlg\:-left-20 {
    left: -5rem;
  }

  .xlg\:-left-24 {
    left: -6rem;
  }

  .xlg\:-left-28 {
    left: -7rem;
  }

  .xlg\:-left-32 {
    left: -8rem;
  }

  .xlg\:-left-36 {
    left: -9rem;
  }

  .xlg\:-left-40 {
    left: -10rem;
  }

  .xlg\:-left-44 {
    left: -11rem;
  }

  .xlg\:-left-48 {
    left: -12rem;
  }

  .xlg\:-left-52 {
    left: -13rem;
  }

  .xlg\:-left-56 {
    left: -14rem;
  }

  .xlg\:-left-60 {
    left: -15rem;
  }

  .xlg\:-left-64 {
    left: -16rem;
  }

  .xlg\:-left-72 {
    left: -18rem;
  }

  .xlg\:-left-80 {
    left: -20rem;
  }

  .xlg\:-left-96 {
    left: -24rem;
  }

  .xlg\:-left-px {
    left: -1px;
  }

  .xlg\:-left-0\.5 {
    left: -0.125rem;
  }

  .xlg\:-left-1\.5 {
    left: -0.375rem;
  }

  .xlg\:-left-2\.5 {
    left: -0.625rem;
  }

  .xlg\:-left-3\.5 {
    left: -0.875rem;
  }

  .xlg\:left-1\/2 {
    left: 50%;
  }

  .xlg\:left-1\/3 {
    left: 33.333333%;
  }

  .xlg\:left-2\/3 {
    left: 66.666667%;
  }

  .xlg\:left-1\/4 {
    left: 25%;
  }

  .xlg\:left-2\/4 {
    left: 50%;
  }

  .xlg\:left-3\/4 {
    left: 75%;
  }

  .xlg\:left-full {
    left: 100%;
  }

  .xlg\:-left-1\/2 {
    left: -50%;
  }

  .xlg\:-left-1\/3 {
    left: -33.333333%;
  }

  .xlg\:-left-2\/3 {
    left: -66.666667%;
  }

  .xlg\:-left-1\/4 {
    left: -25%;
  }

  .xlg\:-left-2\/4 {
    left: -50%;
  }

  .xlg\:-left-3\/4 {
    left: -75%;
  }

  .xlg\:-left-full {
    left: -100%;
  }

  .xlg\:isolate {
    isolation: isolate;
  }

  .xlg\:isolation-auto {
    isolation: auto;
  }

  .xlg\:z-0 {
    z-index: 0;
  }

  .xlg\:z-10 {
    z-index: 10;
  }

  .xlg\:z-20 {
    z-index: 20;
  }

  .xlg\:z-30 {
    z-index: 30;
  }

  .xlg\:z-40 {
    z-index: 40;
  }

  .xlg\:z-50 {
    z-index: 50;
  }

  .xlg\:z-auto {
    z-index: auto;
  }

  .xlg\:-z-1 {
    z-index: -1;
  }

  .xlg\:-z-2 {
    z-index: -2;
  }

  .xlg\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .xlg\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .xlg\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .xlg\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .xlg\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .xlg\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .xlg\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .xlg\:focus-within\:-z-1:focus-within {
    z-index: -1;
  }

  .xlg\:focus-within\:-z-2:focus-within {
    z-index: -2;
  }

  .xlg\:focus\:z-0:focus {
    z-index: 0;
  }

  .xlg\:focus\:z-10:focus {
    z-index: 10;
  }

  .xlg\:focus\:z-20:focus {
    z-index: 20;
  }

  .xlg\:focus\:z-30:focus {
    z-index: 30;
  }

  .xlg\:focus\:z-40:focus {
    z-index: 40;
  }

  .xlg\:focus\:z-50:focus {
    z-index: 50;
  }

  .xlg\:focus\:z-auto:focus {
    z-index: auto;
  }

  .xlg\:focus\:-z-1:focus {
    z-index: -1;
  }

  .xlg\:focus\:-z-2:focus {
    z-index: -2;
  }

  .xlg\:order-1 {
    order: 1;
  }

  .xlg\:order-2 {
    order: 2;
  }

  .xlg\:order-3 {
    order: 3;
  }

  .xlg\:order-4 {
    order: 4;
  }

  .xlg\:order-5 {
    order: 5;
  }

  .xlg\:order-6 {
    order: 6;
  }

  .xlg\:order-7 {
    order: 7;
  }

  .xlg\:order-8 {
    order: 8;
  }

  .xlg\:order-9 {
    order: 9;
  }

  .xlg\:order-10 {
    order: 10;
  }

  .xlg\:order-11 {
    order: 11;
  }

  .xlg\:order-12 {
    order: 12;
  }

  .xlg\:order-first {
    order: -9999;
  }

  .xlg\:order-last {
    order: 9999;
  }

  .xlg\:order-none {
    order: 0;
  }

  .xlg\:col-auto {
    grid-column: auto;
  }

  .xlg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xlg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xlg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xlg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xlg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xlg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xlg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xlg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xlg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xlg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xlg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xlg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xlg\:col-span-full {
    grid-column: 1 / -1;
  }

  .xlg\:col-start-1 {
    grid-column-start: 1;
  }

  .xlg\:col-start-2 {
    grid-column-start: 2;
  }

  .xlg\:col-start-3 {
    grid-column-start: 3;
  }

  .xlg\:col-start-4 {
    grid-column-start: 4;
  }

  .xlg\:col-start-5 {
    grid-column-start: 5;
  }

  .xlg\:col-start-6 {
    grid-column-start: 6;
  }

  .xlg\:col-start-7 {
    grid-column-start: 7;
  }

  .xlg\:col-start-8 {
    grid-column-start: 8;
  }

  .xlg\:col-start-9 {
    grid-column-start: 9;
  }

  .xlg\:col-start-10 {
    grid-column-start: 10;
  }

  .xlg\:col-start-11 {
    grid-column-start: 11;
  }

  .xlg\:col-start-12 {
    grid-column-start: 12;
  }

  .xlg\:col-start-13 {
    grid-column-start: 13;
  }

  .xlg\:col-start-auto {
    grid-column-start: auto;
  }

  .xlg\:col-end-1 {
    grid-column-end: 1;
  }

  .xlg\:col-end-2 {
    grid-column-end: 2;
  }

  .xlg\:col-end-3 {
    grid-column-end: 3;
  }

  .xlg\:col-end-4 {
    grid-column-end: 4;
  }

  .xlg\:col-end-5 {
    grid-column-end: 5;
  }

  .xlg\:col-end-6 {
    grid-column-end: 6;
  }

  .xlg\:col-end-7 {
    grid-column-end: 7;
  }

  .xlg\:col-end-8 {
    grid-column-end: 8;
  }

  .xlg\:col-end-9 {
    grid-column-end: 9;
  }

  .xlg\:col-end-10 {
    grid-column-end: 10;
  }

  .xlg\:col-end-11 {
    grid-column-end: 11;
  }

  .xlg\:col-end-12 {
    grid-column-end: 12;
  }

  .xlg\:col-end-13 {
    grid-column-end: 13;
  }

  .xlg\:col-end-auto {
    grid-column-end: auto;
  }

  .xlg\:row-auto {
    grid-row: auto;
  }

  .xlg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xlg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xlg\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xlg\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xlg\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xlg\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xlg\:row-span-full {
    grid-row: 1 / -1;
  }

  .xlg\:row-start-1 {
    grid-row-start: 1;
  }

  .xlg\:row-start-2 {
    grid-row-start: 2;
  }

  .xlg\:row-start-3 {
    grid-row-start: 3;
  }

  .xlg\:row-start-4 {
    grid-row-start: 4;
  }

  .xlg\:row-start-5 {
    grid-row-start: 5;
  }

  .xlg\:row-start-6 {
    grid-row-start: 6;
  }

  .xlg\:row-start-7 {
    grid-row-start: 7;
  }

  .xlg\:row-start-auto {
    grid-row-start: auto;
  }

  .xlg\:row-end-1 {
    grid-row-end: 1;
  }

  .xlg\:row-end-2 {
    grid-row-end: 2;
  }

  .xlg\:row-end-3 {
    grid-row-end: 3;
  }

  .xlg\:row-end-4 {
    grid-row-end: 4;
  }

  .xlg\:row-end-5 {
    grid-row-end: 5;
  }

  .xlg\:row-end-6 {
    grid-row-end: 6;
  }

  .xlg\:row-end-7 {
    grid-row-end: 7;
  }

  .xlg\:row-end-auto {
    grid-row-end: auto;
  }

  .xlg\:float-right {
    float: right;
  }

  .xlg\:float-left {
    float: left;
  }

  .xlg\:float-none {
    float: none;
  }

  .xlg\:clear-left {
    clear: left;
  }

  .xlg\:clear-right {
    clear: right;
  }

  .xlg\:clear-both {
    clear: both;
  }

  .xlg\:clear-none {
    clear: none;
  }

  .xlg\:m-0 {
    margin: 0px;
  }

  .xlg\:m-1 {
    margin: 0.25rem;
  }

  .xlg\:m-2 {
    margin: 0.5rem;
  }

  .xlg\:m-3 {
    margin: 0.75rem;
  }

  .xlg\:m-4 {
    margin: 1rem;
  }

  .xlg\:m-5 {
    margin: 1.25rem;
  }

  .xlg\:m-6 {
    margin: 1.5rem;
  }

  .xlg\:m-7 {
    margin: 1.75rem;
  }

  .xlg\:m-8 {
    margin: 2rem;
  }

  .xlg\:m-9 {
    margin: 2.25rem;
  }

  .xlg\:m-10 {
    margin: 2.5rem;
  }

  .xlg\:m-11 {
    margin: 2.75rem;
  }

  .xlg\:m-12 {
    margin: 3rem;
  }

  .xlg\:m-14 {
    margin: 3.5rem;
  }

  .xlg\:m-16 {
    margin: 4rem;
  }

  .xlg\:m-20 {
    margin: 5rem;
  }

  .xlg\:m-24 {
    margin: 6rem;
  }

  .xlg\:m-28 {
    margin: 7rem;
  }

  .xlg\:m-32 {
    margin: 8rem;
  }

  .xlg\:m-36 {
    margin: 9rem;
  }

  .xlg\:m-40 {
    margin: 10rem;
  }

  .xlg\:m-44 {
    margin: 11rem;
  }

  .xlg\:m-48 {
    margin: 12rem;
  }

  .xlg\:m-52 {
    margin: 13rem;
  }

  .xlg\:m-56 {
    margin: 14rem;
  }

  .xlg\:m-60 {
    margin: 15rem;
  }

  .xlg\:m-64 {
    margin: 16rem;
  }

  .xlg\:m-72 {
    margin: 18rem;
  }

  .xlg\:m-80 {
    margin: 20rem;
  }

  .xlg\:m-96 {
    margin: 24rem;
  }

  .xlg\:m-auto {
    margin: auto;
  }

  .xlg\:m-px {
    margin: 1px;
  }

  .xlg\:m-0\.5 {
    margin: 0.125rem;
  }

  .xlg\:m-1\.5 {
    margin: 0.375rem;
  }

  .xlg\:m-2\.5 {
    margin: 0.625rem;
  }

  .xlg\:m-3\.5 {
    margin: 0.875rem;
  }

  .xlg\:-m-0 {
    margin: 0px;
  }

  .xlg\:-m-1 {
    margin: -0.25rem;
  }

  .xlg\:-m-2 {
    margin: -0.5rem;
  }

  .xlg\:-m-3 {
    margin: -0.75rem;
  }

  .xlg\:-m-4 {
    margin: -1rem;
  }

  .xlg\:-m-5 {
    margin: -1.25rem;
  }

  .xlg\:-m-6 {
    margin: -1.5rem;
  }

  .xlg\:-m-7 {
    margin: -1.75rem;
  }

  .xlg\:-m-8 {
    margin: -2rem;
  }

  .xlg\:-m-9 {
    margin: -2.25rem;
  }

  .xlg\:-m-10 {
    margin: -2.5rem;
  }

  .xlg\:-m-11 {
    margin: -2.75rem;
  }

  .xlg\:-m-12 {
    margin: -3rem;
  }

  .xlg\:-m-14 {
    margin: -3.5rem;
  }

  .xlg\:-m-16 {
    margin: -4rem;
  }

  .xlg\:-m-20 {
    margin: -5rem;
  }

  .xlg\:-m-24 {
    margin: -6rem;
  }

  .xlg\:-m-28 {
    margin: -7rem;
  }

  .xlg\:-m-32 {
    margin: -8rem;
  }

  .xlg\:-m-36 {
    margin: -9rem;
  }

  .xlg\:-m-40 {
    margin: -10rem;
  }

  .xlg\:-m-44 {
    margin: -11rem;
  }

  .xlg\:-m-48 {
    margin: -12rem;
  }

  .xlg\:-m-52 {
    margin: -13rem;
  }

  .xlg\:-m-56 {
    margin: -14rem;
  }

  .xlg\:-m-60 {
    margin: -15rem;
  }

  .xlg\:-m-64 {
    margin: -16rem;
  }

  .xlg\:-m-72 {
    margin: -18rem;
  }

  .xlg\:-m-80 {
    margin: -20rem;
  }

  .xlg\:-m-96 {
    margin: -24rem;
  }

  .xlg\:-m-px {
    margin: -1px;
  }

  .xlg\:-m-0\.5 {
    margin: -0.125rem;
  }

  .xlg\:-m-1\.5 {
    margin: -0.375rem;
  }

  .xlg\:-m-2\.5 {
    margin: -0.625rem;
  }

  .xlg\:-m-3\.5 {
    margin: -0.875rem;
  }

  .xlg\:m-8p {
    margin: 8%;
  }

  .xlg\:-m-20px {
    margin: -20px;
  }

  .xlg\:-m-10px {
    margin: -10px;
  }

  .xlg\:m-5px {
    margin: 5px;
  }

  .xlg\:m-6px {
    margin: 6px;
  }

  .xlg\:m-8px {
    margin: 8px;
  }

  .xlg\:m-10px {
    margin: 10px;
  }

  .xlg\:m-12px {
    margin: 12px;
  }

  .xlg\:m-14px {
    margin: 14px;
  }

  .xlg\:m-16px {
    margin: 16px;
  }

  .xlg\:m-18px {
    margin: 18px;
  }

  .xlg\:m-20px {
    margin: 20px;
  }

  .xlg\:m-24px {
    margin: 24px;
  }

  .xlg\:m-26px {
    margin: 26px;
  }

  .xlg\:m-30px {
    margin: 30px;
  }

  .xlg\:m-32px {
    margin: 32px;
  }

  .xlg\:m-34px {
    margin: 34px;
  }

  .xlg\:m-36px {
    margin: 36px;
  }

  .xlg\:m-40px {
    margin: 40px;
  }

  .xlg\:m-48px {
    margin: 48px;
  }

  .xlg\:m-50px {
    margin: 50px;
  }

  .xlg\:m-60px {
    margin: 60px;
  }

  .xlg\:m-70px {
    margin: 70px;
  }

  .xlg\:m-78px {
    margin: 78px;
  }

  .xlg\:m-80px {
    margin: 80px;
  }

  .xlg\:m-90px {
    margin: 90px;
  }

  .xlg\:m-100px {
    margin: 100px;
  }

  .xlg\:m-120px {
    margin: 120px;
  }

  .xlg\:m-145px {
    margin: 145px;
  }

  .xlg\:m-172px {
    margin: 172px;
  }

  .xlg\:m-185px {
    margin: 185px;
  }

  .xlg\:m-200px {
    margin: 200px;
  }

  .xlg\:m-260px {
    margin: 260px;
  }

  .xlg\:m-268px {
    margin: 268px;
  }

  .xlg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xlg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xlg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xlg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xlg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xlg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xlg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xlg\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xlg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xlg\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xlg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xlg\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xlg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xlg\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xlg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xlg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xlg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xlg\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xlg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xlg\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xlg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xlg\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xlg\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xlg\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xlg\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xlg\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xlg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xlg\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xlg\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xlg\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xlg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xlg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xlg\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xlg\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xlg\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xlg\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xlg\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xlg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xlg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xlg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xlg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xlg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xlg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xlg\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xlg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xlg\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xlg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xlg\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xlg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xlg\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xlg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xlg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xlg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xlg\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xlg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xlg\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xlg\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xlg\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xlg\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xlg\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xlg\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xlg\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xlg\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xlg\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xlg\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xlg\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xlg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xlg\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xlg\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xlg\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xlg\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xlg\:mx-8p {
    margin-left: 8%;
    margin-right: 8%;
  }

  .xlg\:-mx-20px {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xlg\:-mx-10px {
    margin-left: -10px;
    margin-right: -10px;
  }

  .xlg\:mx-5px {
    margin-left: 5px;
    margin-right: 5px;
  }

  .xlg\:mx-6px {
    margin-left: 6px;
    margin-right: 6px;
  }

  .xlg\:mx-8px {
    margin-left: 8px;
    margin-right: 8px;
  }

  .xlg\:mx-10px {
    margin-left: 10px;
    margin-right: 10px;
  }

  .xlg\:mx-12px {
    margin-left: 12px;
    margin-right: 12px;
  }

  .xlg\:mx-14px {
    margin-left: 14px;
    margin-right: 14px;
  }

  .xlg\:mx-16px {
    margin-left: 16px;
    margin-right: 16px;
  }

  .xlg\:mx-18px {
    margin-left: 18px;
    margin-right: 18px;
  }

  .xlg\:mx-20px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xlg\:mx-24px {
    margin-left: 24px;
    margin-right: 24px;
  }

  .xlg\:mx-26px {
    margin-left: 26px;
    margin-right: 26px;
  }

  .xlg\:mx-30px {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xlg\:mx-32px {
    margin-left: 32px;
    margin-right: 32px;
  }

  .xlg\:mx-34px {
    margin-left: 34px;
    margin-right: 34px;
  }

  .xlg\:mx-36px {
    margin-left: 36px;
    margin-right: 36px;
  }

  .xlg\:mx-40px {
    margin-left: 40px;
    margin-right: 40px;
  }

  .xlg\:mx-48px {
    margin-left: 48px;
    margin-right: 48px;
  }

  .xlg\:mx-50px {
    margin-left: 50px;
    margin-right: 50px;
  }

  .xlg\:mx-60px {
    margin-left: 60px;
    margin-right: 60px;
  }

  .xlg\:mx-70px {
    margin-left: 70px;
    margin-right: 70px;
  }

  .xlg\:mx-78px {
    margin-left: 78px;
    margin-right: 78px;
  }

  .xlg\:mx-80px {
    margin-left: 80px;
    margin-right: 80px;
  }

  .xlg\:mx-90px {
    margin-left: 90px;
    margin-right: 90px;
  }

  .xlg\:mx-100px {
    margin-left: 100px;
    margin-right: 100px;
  }

  .xlg\:mx-120px {
    margin-left: 120px;
    margin-right: 120px;
  }

  .xlg\:mx-145px {
    margin-left: 145px;
    margin-right: 145px;
  }

  .xlg\:mx-172px {
    margin-left: 172px;
    margin-right: 172px;
  }

  .xlg\:mx-185px {
    margin-left: 185px;
    margin-right: 185px;
  }

  .xlg\:mx-200px {
    margin-left: 200px;
    margin-right: 200px;
  }

  .xlg\:mx-260px {
    margin-left: 260px;
    margin-right: 260px;
  }

  .xlg\:mx-268px {
    margin-left: 268px;
    margin-right: 268px;
  }

  .xlg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xlg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xlg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xlg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xlg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xlg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xlg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xlg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xlg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xlg\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xlg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xlg\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xlg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xlg\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xlg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xlg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xlg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xlg\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xlg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xlg\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xlg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xlg\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xlg\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xlg\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xlg\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xlg\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xlg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xlg\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xlg\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xlg\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xlg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xlg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xlg\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xlg\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xlg\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xlg\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xlg\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xlg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xlg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xlg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xlg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xlg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xlg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xlg\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xlg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xlg\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xlg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xlg\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xlg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xlg\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xlg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xlg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xlg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xlg\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xlg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xlg\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xlg\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xlg\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xlg\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xlg\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xlg\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xlg\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xlg\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xlg\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xlg\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xlg\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xlg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xlg\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xlg\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xlg\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xlg\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xlg\:my-8p {
    margin-top: 8%;
    margin-bottom: 8%;
  }

  .xlg\:-my-20px {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xlg\:-my-10px {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xlg\:my-5px {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xlg\:my-6px {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .xlg\:my-8px {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .xlg\:my-10px {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xlg\:my-12px {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xlg\:my-14px {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .xlg\:my-16px {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xlg\:my-18px {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .xlg\:my-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xlg\:my-24px {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .xlg\:my-26px {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .xlg\:my-30px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xlg\:my-32px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .xlg\:my-34px {
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .xlg\:my-36px {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .xlg\:my-40px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .xlg\:my-48px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .xlg\:my-50px {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .xlg\:my-60px {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .xlg\:my-70px {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .xlg\:my-78px {
    margin-top: 78px;
    margin-bottom: 78px;
  }

  .xlg\:my-80px {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .xlg\:my-90px {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .xlg\:my-100px {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .xlg\:my-120px {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .xlg\:my-145px {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .xlg\:my-172px {
    margin-top: 172px;
    margin-bottom: 172px;
  }

  .xlg\:my-185px {
    margin-top: 185px;
    margin-bottom: 185px;
  }

  .xlg\:my-200px {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .xlg\:my-260px {
    margin-top: 260px;
    margin-bottom: 260px;
  }

  .xlg\:my-268px {
    margin-top: 268px;
    margin-bottom: 268px;
  }

  .xlg\:mt-0 {
    margin-top: 0px;
  }

  .xlg\:mt-1 {
    margin-top: 0.25rem;
  }

  .xlg\:mt-2 {
    margin-top: 0.5rem;
  }

  .xlg\:mt-3 {
    margin-top: 0.75rem;
  }

  .xlg\:mt-4 {
    margin-top: 1rem;
  }

  .xlg\:mt-5 {
    margin-top: 1.25rem;
  }

  .xlg\:mt-6 {
    margin-top: 1.5rem;
  }

  .xlg\:mt-7 {
    margin-top: 1.75rem;
  }

  .xlg\:mt-8 {
    margin-top: 2rem;
  }

  .xlg\:mt-9 {
    margin-top: 2.25rem;
  }

  .xlg\:mt-10 {
    margin-top: 2.5rem;
  }

  .xlg\:mt-11 {
    margin-top: 2.75rem;
  }

  .xlg\:mt-12 {
    margin-top: 3rem;
  }

  .xlg\:mt-14 {
    margin-top: 3.5rem;
  }

  .xlg\:mt-16 {
    margin-top: 4rem;
  }

  .xlg\:mt-20 {
    margin-top: 5rem;
  }

  .xlg\:mt-24 {
    margin-top: 6rem;
  }

  .xlg\:mt-28 {
    margin-top: 7rem;
  }

  .xlg\:mt-32 {
    margin-top: 8rem;
  }

  .xlg\:mt-36 {
    margin-top: 9rem;
  }

  .xlg\:mt-40 {
    margin-top: 10rem;
  }

  .xlg\:mt-44 {
    margin-top: 11rem;
  }

  .xlg\:mt-48 {
    margin-top: 12rem;
  }

  .xlg\:mt-52 {
    margin-top: 13rem;
  }

  .xlg\:mt-56 {
    margin-top: 14rem;
  }

  .xlg\:mt-60 {
    margin-top: 15rem;
  }

  .xlg\:mt-64 {
    margin-top: 16rem;
  }

  .xlg\:mt-72 {
    margin-top: 18rem;
  }

  .xlg\:mt-80 {
    margin-top: 20rem;
  }

  .xlg\:mt-96 {
    margin-top: 24rem;
  }

  .xlg\:mt-auto {
    margin-top: auto;
  }

  .xlg\:mt-px {
    margin-top: 1px;
  }

  .xlg\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .xlg\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .xlg\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .xlg\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .xlg\:-mt-0 {
    margin-top: 0px;
  }

  .xlg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xlg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xlg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xlg\:-mt-4 {
    margin-top: -1rem;
  }

  .xlg\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xlg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xlg\:-mt-7 {
    margin-top: -1.75rem;
  }

  .xlg\:-mt-8 {
    margin-top: -2rem;
  }

  .xlg\:-mt-9 {
    margin-top: -2.25rem;
  }

  .xlg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xlg\:-mt-11 {
    margin-top: -2.75rem;
  }

  .xlg\:-mt-12 {
    margin-top: -3rem;
  }

  .xlg\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xlg\:-mt-16 {
    margin-top: -4rem;
  }

  .xlg\:-mt-20 {
    margin-top: -5rem;
  }

  .xlg\:-mt-24 {
    margin-top: -6rem;
  }

  .xlg\:-mt-28 {
    margin-top: -7rem;
  }

  .xlg\:-mt-32 {
    margin-top: -8rem;
  }

  .xlg\:-mt-36 {
    margin-top: -9rem;
  }

  .xlg\:-mt-40 {
    margin-top: -10rem;
  }

  .xlg\:-mt-44 {
    margin-top: -11rem;
  }

  .xlg\:-mt-48 {
    margin-top: -12rem;
  }

  .xlg\:-mt-52 {
    margin-top: -13rem;
  }

  .xlg\:-mt-56 {
    margin-top: -14rem;
  }

  .xlg\:-mt-60 {
    margin-top: -15rem;
  }

  .xlg\:-mt-64 {
    margin-top: -16rem;
  }

  .xlg\:-mt-72 {
    margin-top: -18rem;
  }

  .xlg\:-mt-80 {
    margin-top: -20rem;
  }

  .xlg\:-mt-96 {
    margin-top: -24rem;
  }

  .xlg\:-mt-px {
    margin-top: -1px;
  }

  .xlg\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .xlg\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .xlg\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .xlg\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .xlg\:mt-8p {
    margin-top: 8%;
  }

  .xlg\:-mt-20px {
    margin-top: -20px;
  }

  .xlg\:-mt-10px {
    margin-top: -10px;
  }

  .xlg\:mt-5px {
    margin-top: 5px;
  }

  .xlg\:mt-6px {
    margin-top: 6px;
  }

  .xlg\:mt-8px {
    margin-top: 8px;
  }

  .xlg\:mt-10px {
    margin-top: 10px;
  }

  .xlg\:mt-12px {
    margin-top: 12px;
  }

  .xlg\:mt-14px {
    margin-top: 14px;
  }

  .xlg\:mt-16px {
    margin-top: 16px;
  }

  .xlg\:mt-18px {
    margin-top: 18px;
  }

  .xlg\:mt-20px {
    margin-top: 20px;
  }

  .xlg\:mt-24px {
    margin-top: 24px;
  }

  .xlg\:mt-26px {
    margin-top: 26px;
  }

  .xlg\:mt-30px {
    margin-top: 30px;
  }

  .xlg\:mt-32px {
    margin-top: 32px;
  }

  .xlg\:mt-34px {
    margin-top: 34px;
  }

  .xlg\:mt-36px {
    margin-top: 36px;
  }

  .xlg\:mt-40px {
    margin-top: 40px;
  }

  .xlg\:mt-48px {
    margin-top: 48px;
  }

  .xlg\:mt-50px {
    margin-top: 50px;
  }

  .xlg\:mt-60px {
    margin-top: 60px;
  }

  .xlg\:mt-70px {
    margin-top: 70px;
  }

  .xlg\:mt-78px {
    margin-top: 78px;
  }

  .xlg\:mt-80px {
    margin-top: 80px;
  }

  .xlg\:mt-90px {
    margin-top: 90px;
  }

  .xlg\:mt-100px {
    margin-top: 100px;
  }

  .xlg\:mt-120px {
    margin-top: 120px;
  }

  .xlg\:mt-145px {
    margin-top: 145px;
  }

  .xlg\:mt-172px {
    margin-top: 172px;
  }

  .xlg\:mt-185px {
    margin-top: 185px;
  }

  .xlg\:mt-200px {
    margin-top: 200px;
  }

  .xlg\:mt-260px {
    margin-top: 260px;
  }

  .xlg\:mt-268px {
    margin-top: 268px;
  }

  .xlg\:mr-0 {
    margin-right: 0px;
  }

  .xlg\:mr-1 {
    margin-right: 0.25rem;
  }

  .xlg\:mr-2 {
    margin-right: 0.5rem;
  }

  .xlg\:mr-3 {
    margin-right: 0.75rem;
  }

  .xlg\:mr-4 {
    margin-right: 1rem;
  }

  .xlg\:mr-5 {
    margin-right: 1.25rem;
  }

  .xlg\:mr-6 {
    margin-right: 1.5rem;
  }

  .xlg\:mr-7 {
    margin-right: 1.75rem;
  }

  .xlg\:mr-8 {
    margin-right: 2rem;
  }

  .xlg\:mr-9 {
    margin-right: 2.25rem;
  }

  .xlg\:mr-10 {
    margin-right: 2.5rem;
  }

  .xlg\:mr-11 {
    margin-right: 2.75rem;
  }

  .xlg\:mr-12 {
    margin-right: 3rem;
  }

  .xlg\:mr-14 {
    margin-right: 3.5rem;
  }

  .xlg\:mr-16 {
    margin-right: 4rem;
  }

  .xlg\:mr-20 {
    margin-right: 5rem;
  }

  .xlg\:mr-24 {
    margin-right: 6rem;
  }

  .xlg\:mr-28 {
    margin-right: 7rem;
  }

  .xlg\:mr-32 {
    margin-right: 8rem;
  }

  .xlg\:mr-36 {
    margin-right: 9rem;
  }

  .xlg\:mr-40 {
    margin-right: 10rem;
  }

  .xlg\:mr-44 {
    margin-right: 11rem;
  }

  .xlg\:mr-48 {
    margin-right: 12rem;
  }

  .xlg\:mr-52 {
    margin-right: 13rem;
  }

  .xlg\:mr-56 {
    margin-right: 14rem;
  }

  .xlg\:mr-60 {
    margin-right: 15rem;
  }

  .xlg\:mr-64 {
    margin-right: 16rem;
  }

  .xlg\:mr-72 {
    margin-right: 18rem;
  }

  .xlg\:mr-80 {
    margin-right: 20rem;
  }

  .xlg\:mr-96 {
    margin-right: 24rem;
  }

  .xlg\:mr-auto {
    margin-right: auto;
  }

  .xlg\:mr-px {
    margin-right: 1px;
  }

  .xlg\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .xlg\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .xlg\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .xlg\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .xlg\:-mr-0 {
    margin-right: 0px;
  }

  .xlg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xlg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xlg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xlg\:-mr-4 {
    margin-right: -1rem;
  }

  .xlg\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xlg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xlg\:-mr-7 {
    margin-right: -1.75rem;
  }

  .xlg\:-mr-8 {
    margin-right: -2rem;
  }

  .xlg\:-mr-9 {
    margin-right: -2.25rem;
  }

  .xlg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xlg\:-mr-11 {
    margin-right: -2.75rem;
  }

  .xlg\:-mr-12 {
    margin-right: -3rem;
  }

  .xlg\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xlg\:-mr-16 {
    margin-right: -4rem;
  }

  .xlg\:-mr-20 {
    margin-right: -5rem;
  }

  .xlg\:-mr-24 {
    margin-right: -6rem;
  }

  .xlg\:-mr-28 {
    margin-right: -7rem;
  }

  .xlg\:-mr-32 {
    margin-right: -8rem;
  }

  .xlg\:-mr-36 {
    margin-right: -9rem;
  }

  .xlg\:-mr-40 {
    margin-right: -10rem;
  }

  .xlg\:-mr-44 {
    margin-right: -11rem;
  }

  .xlg\:-mr-48 {
    margin-right: -12rem;
  }

  .xlg\:-mr-52 {
    margin-right: -13rem;
  }

  .xlg\:-mr-56 {
    margin-right: -14rem;
  }

  .xlg\:-mr-60 {
    margin-right: -15rem;
  }

  .xlg\:-mr-64 {
    margin-right: -16rem;
  }

  .xlg\:-mr-72 {
    margin-right: -18rem;
  }

  .xlg\:-mr-80 {
    margin-right: -20rem;
  }

  .xlg\:-mr-96 {
    margin-right: -24rem;
  }

  .xlg\:-mr-px {
    margin-right: -1px;
  }

  .xlg\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .xlg\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .xlg\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .xlg\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .xlg\:mr-8p {
    margin-right: 8%;
  }

  .xlg\:-mr-20px {
    margin-right: -20px;
  }

  .xlg\:-mr-10px {
    margin-right: -10px;
  }

  .xlg\:mr-5px {
    margin-right: 5px;
  }

  .xlg\:mr-6px {
    margin-right: 6px;
  }

  .xlg\:mr-8px {
    margin-right: 8px;
  }

  .xlg\:mr-10px {
    margin-right: 10px;
  }

  .xlg\:mr-12px {
    margin-right: 12px;
  }

  .xlg\:mr-14px {
    margin-right: 14px;
  }

  .xlg\:mr-16px {
    margin-right: 16px;
  }

  .xlg\:mr-18px {
    margin-right: 18px;
  }

  .xlg\:mr-20px {
    margin-right: 20px;
  }

  .xlg\:mr-24px {
    margin-right: 24px;
  }

  .xlg\:mr-26px {
    margin-right: 26px;
  }

  .xlg\:mr-30px {
    margin-right: 30px;
  }

  .xlg\:mr-32px {
    margin-right: 32px;
  }

  .xlg\:mr-34px {
    margin-right: 34px;
  }

  .xlg\:mr-36px {
    margin-right: 36px;
  }

  .xlg\:mr-40px {
    margin-right: 40px;
  }

  .xlg\:mr-48px {
    margin-right: 48px;
  }

  .xlg\:mr-50px {
    margin-right: 50px;
  }

  .xlg\:mr-60px {
    margin-right: 60px;
  }

  .xlg\:mr-70px {
    margin-right: 70px;
  }

  .xlg\:mr-78px {
    margin-right: 78px;
  }

  .xlg\:mr-80px {
    margin-right: 80px;
  }

  .xlg\:mr-90px {
    margin-right: 90px;
  }

  .xlg\:mr-100px {
    margin-right: 100px;
  }

  .xlg\:mr-120px {
    margin-right: 120px;
  }

  .xlg\:mr-145px {
    margin-right: 145px;
  }

  .xlg\:mr-172px {
    margin-right: 172px;
  }

  .xlg\:mr-185px {
    margin-right: 185px;
  }

  .xlg\:mr-200px {
    margin-right: 200px;
  }

  .xlg\:mr-260px {
    margin-right: 260px;
  }

  .xlg\:mr-268px {
    margin-right: 268px;
  }

  .xlg\:mb-0 {
    margin-bottom: 0px;
  }

  .xlg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xlg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xlg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xlg\:mb-4 {
    margin-bottom: 1rem;
  }

  .xlg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xlg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xlg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .xlg\:mb-8 {
    margin-bottom: 2rem;
  }

  .xlg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .xlg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xlg\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .xlg\:mb-12 {
    margin-bottom: 3rem;
  }

  .xlg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xlg\:mb-16 {
    margin-bottom: 4rem;
  }

  .xlg\:mb-20 {
    margin-bottom: 5rem;
  }

  .xlg\:mb-24 {
    margin-bottom: 6rem;
  }

  .xlg\:mb-28 {
    margin-bottom: 7rem;
  }

  .xlg\:mb-32 {
    margin-bottom: 8rem;
  }

  .xlg\:mb-36 {
    margin-bottom: 9rem;
  }

  .xlg\:mb-40 {
    margin-bottom: 10rem;
  }

  .xlg\:mb-44 {
    margin-bottom: 11rem;
  }

  .xlg\:mb-48 {
    margin-bottom: 12rem;
  }

  .xlg\:mb-52 {
    margin-bottom: 13rem;
  }

  .xlg\:mb-56 {
    margin-bottom: 14rem;
  }

  .xlg\:mb-60 {
    margin-bottom: 15rem;
  }

  .xlg\:mb-64 {
    margin-bottom: 16rem;
  }

  .xlg\:mb-72 {
    margin-bottom: 18rem;
  }

  .xlg\:mb-80 {
    margin-bottom: 20rem;
  }

  .xlg\:mb-96 {
    margin-bottom: 24rem;
  }

  .xlg\:mb-auto {
    margin-bottom: auto;
  }

  .xlg\:mb-px {
    margin-bottom: 1px;
  }

  .xlg\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .xlg\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .xlg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .xlg\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .xlg\:-mb-0 {
    margin-bottom: 0px;
  }

  .xlg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xlg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xlg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xlg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xlg\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xlg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xlg\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .xlg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xlg\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .xlg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xlg\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .xlg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xlg\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xlg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xlg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xlg\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xlg\:-mb-28 {
    margin-bottom: -7rem;
  }

  .xlg\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xlg\:-mb-36 {
    margin-bottom: -9rem;
  }

  .xlg\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xlg\:-mb-44 {
    margin-bottom: -11rem;
  }

  .xlg\:-mb-48 {
    margin-bottom: -12rem;
  }

  .xlg\:-mb-52 {
    margin-bottom: -13rem;
  }

  .xlg\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xlg\:-mb-60 {
    margin-bottom: -15rem;
  }

  .xlg\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xlg\:-mb-72 {
    margin-bottom: -18rem;
  }

  .xlg\:-mb-80 {
    margin-bottom: -20rem;
  }

  .xlg\:-mb-96 {
    margin-bottom: -24rem;
  }

  .xlg\:-mb-px {
    margin-bottom: -1px;
  }

  .xlg\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .xlg\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .xlg\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .xlg\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .xlg\:mb-8p {
    margin-bottom: 8%;
  }

  .xlg\:-mb-20px {
    margin-bottom: -20px;
  }

  .xlg\:-mb-10px {
    margin-bottom: -10px;
  }

  .xlg\:mb-5px {
    margin-bottom: 5px;
  }

  .xlg\:mb-6px {
    margin-bottom: 6px;
  }

  .xlg\:mb-8px {
    margin-bottom: 8px;
  }

  .xlg\:mb-10px {
    margin-bottom: 10px;
  }

  .xlg\:mb-12px {
    margin-bottom: 12px;
  }

  .xlg\:mb-14px {
    margin-bottom: 14px;
  }

  .xlg\:mb-16px {
    margin-bottom: 16px;
  }

  .xlg\:mb-18px {
    margin-bottom: 18px;
  }

  .xlg\:mb-20px {
    margin-bottom: 20px;
  }

  .xlg\:mb-24px {
    margin-bottom: 24px;
  }

  .xlg\:mb-26px {
    margin-bottom: 26px;
  }

  .xlg\:mb-30px {
    margin-bottom: 30px;
  }

  .xlg\:mb-32px {
    margin-bottom: 32px;
  }

  .xlg\:mb-34px {
    margin-bottom: 34px;
  }

  .xlg\:mb-36px {
    margin-bottom: 36px;
  }

  .xlg\:mb-40px {
    margin-bottom: 40px;
  }

  .xlg\:mb-48px {
    margin-bottom: 48px;
  }

  .xlg\:mb-50px {
    margin-bottom: 50px;
  }

  .xlg\:mb-60px {
    margin-bottom: 60px;
  }

  .xlg\:mb-70px {
    margin-bottom: 70px;
  }

  .xlg\:mb-78px {
    margin-bottom: 78px;
  }

  .xlg\:mb-80px {
    margin-bottom: 80px;
  }

  .xlg\:mb-90px {
    margin-bottom: 90px;
  }

  .xlg\:mb-100px {
    margin-bottom: 100px;
  }

  .xlg\:mb-120px {
    margin-bottom: 120px;
  }

  .xlg\:mb-145px {
    margin-bottom: 145px;
  }

  .xlg\:mb-172px {
    margin-bottom: 172px;
  }

  .xlg\:mb-185px {
    margin-bottom: 185px;
  }

  .xlg\:mb-200px {
    margin-bottom: 200px;
  }

  .xlg\:mb-260px {
    margin-bottom: 260px;
  }

  .xlg\:mb-268px {
    margin-bottom: 268px;
  }

  .xlg\:ml-0 {
    margin-left: 0px;
  }

  .xlg\:ml-1 {
    margin-left: 0.25rem;
  }

  .xlg\:ml-2 {
    margin-left: 0.5rem;
  }

  .xlg\:ml-3 {
    margin-left: 0.75rem;
  }

  .xlg\:ml-4 {
    margin-left: 1rem;
  }

  .xlg\:ml-5 {
    margin-left: 1.25rem;
  }

  .xlg\:ml-6 {
    margin-left: 1.5rem;
  }

  .xlg\:ml-7 {
    margin-left: 1.75rem;
  }

  .xlg\:ml-8 {
    margin-left: 2rem;
  }

  .xlg\:ml-9 {
    margin-left: 2.25rem;
  }

  .xlg\:ml-10 {
    margin-left: 2.5rem;
  }

  .xlg\:ml-11 {
    margin-left: 2.75rem;
  }

  .xlg\:ml-12 {
    margin-left: 3rem;
  }

  .xlg\:ml-14 {
    margin-left: 3.5rem;
  }

  .xlg\:ml-16 {
    margin-left: 4rem;
  }

  .xlg\:ml-20 {
    margin-left: 5rem;
  }

  .xlg\:ml-24 {
    margin-left: 6rem;
  }

  .xlg\:ml-28 {
    margin-left: 7rem;
  }

  .xlg\:ml-32 {
    margin-left: 8rem;
  }

  .xlg\:ml-36 {
    margin-left: 9rem;
  }

  .xlg\:ml-40 {
    margin-left: 10rem;
  }

  .xlg\:ml-44 {
    margin-left: 11rem;
  }

  .xlg\:ml-48 {
    margin-left: 12rem;
  }

  .xlg\:ml-52 {
    margin-left: 13rem;
  }

  .xlg\:ml-56 {
    margin-left: 14rem;
  }

  .xlg\:ml-60 {
    margin-left: 15rem;
  }

  .xlg\:ml-64 {
    margin-left: 16rem;
  }

  .xlg\:ml-72 {
    margin-left: 18rem;
  }

  .xlg\:ml-80 {
    margin-left: 20rem;
  }

  .xlg\:ml-96 {
    margin-left: 24rem;
  }

  .xlg\:ml-auto {
    margin-left: auto;
  }

  .xlg\:ml-px {
    margin-left: 1px;
  }

  .xlg\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .xlg\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .xlg\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .xlg\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .xlg\:-ml-0 {
    margin-left: 0px;
  }

  .xlg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xlg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xlg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xlg\:-ml-4 {
    margin-left: -1rem;
  }

  .xlg\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xlg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xlg\:-ml-7 {
    margin-left: -1.75rem;
  }

  .xlg\:-ml-8 {
    margin-left: -2rem;
  }

  .xlg\:-ml-9 {
    margin-left: -2.25rem;
  }

  .xlg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xlg\:-ml-11 {
    margin-left: -2.75rem;
  }

  .xlg\:-ml-12 {
    margin-left: -3rem;
  }

  .xlg\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xlg\:-ml-16 {
    margin-left: -4rem;
  }

  .xlg\:-ml-20 {
    margin-left: -5rem;
  }

  .xlg\:-ml-24 {
    margin-left: -6rem;
  }

  .xlg\:-ml-28 {
    margin-left: -7rem;
  }

  .xlg\:-ml-32 {
    margin-left: -8rem;
  }

  .xlg\:-ml-36 {
    margin-left: -9rem;
  }

  .xlg\:-ml-40 {
    margin-left: -10rem;
  }

  .xlg\:-ml-44 {
    margin-left: -11rem;
  }

  .xlg\:-ml-48 {
    margin-left: -12rem;
  }

  .xlg\:-ml-52 {
    margin-left: -13rem;
  }

  .xlg\:-ml-56 {
    margin-left: -14rem;
  }

  .xlg\:-ml-60 {
    margin-left: -15rem;
  }

  .xlg\:-ml-64 {
    margin-left: -16rem;
  }

  .xlg\:-ml-72 {
    margin-left: -18rem;
  }

  .xlg\:-ml-80 {
    margin-left: -20rem;
  }

  .xlg\:-ml-96 {
    margin-left: -24rem;
  }

  .xlg\:-ml-px {
    margin-left: -1px;
  }

  .xlg\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .xlg\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .xlg\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .xlg\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .xlg\:ml-8p {
    margin-left: 8%;
  }

  .xlg\:-ml-20px {
    margin-left: -20px;
  }

  .xlg\:-ml-10px {
    margin-left: -10px;
  }

  .xlg\:ml-5px {
    margin-left: 5px;
  }

  .xlg\:ml-6px {
    margin-left: 6px;
  }

  .xlg\:ml-8px {
    margin-left: 8px;
  }

  .xlg\:ml-10px {
    margin-left: 10px;
  }

  .xlg\:ml-12px {
    margin-left: 12px;
  }

  .xlg\:ml-14px {
    margin-left: 14px;
  }

  .xlg\:ml-16px {
    margin-left: 16px;
  }

  .xlg\:ml-18px {
    margin-left: 18px;
  }

  .xlg\:ml-20px {
    margin-left: 20px;
  }

  .xlg\:ml-24px {
    margin-left: 24px;
  }

  .xlg\:ml-26px {
    margin-left: 26px;
  }

  .xlg\:ml-30px {
    margin-left: 30px;
  }

  .xlg\:ml-32px {
    margin-left: 32px;
  }

  .xlg\:ml-34px {
    margin-left: 34px;
  }

  .xlg\:ml-36px {
    margin-left: 36px;
  }

  .xlg\:ml-40px {
    margin-left: 40px;
  }

  .xlg\:ml-48px {
    margin-left: 48px;
  }

  .xlg\:ml-50px {
    margin-left: 50px;
  }

  .xlg\:ml-60px {
    margin-left: 60px;
  }

  .xlg\:ml-70px {
    margin-left: 70px;
  }

  .xlg\:ml-78px {
    margin-left: 78px;
  }

  .xlg\:ml-80px {
    margin-left: 80px;
  }

  .xlg\:ml-90px {
    margin-left: 90px;
  }

  .xlg\:ml-100px {
    margin-left: 100px;
  }

  .xlg\:ml-120px {
    margin-left: 120px;
  }

  .xlg\:ml-145px {
    margin-left: 145px;
  }

  .xlg\:ml-172px {
    margin-left: 172px;
  }

  .xlg\:ml-185px {
    margin-left: 185px;
  }

  .xlg\:ml-200px {
    margin-left: 200px;
  }

  .xlg\:ml-260px {
    margin-left: 260px;
  }

  .xlg\:ml-268px {
    margin-left: 268px;
  }

  .xlg\:box-border {
    box-sizing: border-box;
  }

  .xlg\:box-content {
    box-sizing: content-box;
  }

  .xlg\:block {
    display: block;
  }

  .xlg\:inline-block {
    display: inline-block;
  }

  .xlg\:inline {
    display: inline;
  }

  .xlg\:flex {
    display: flex;
  }

  .xlg\:inline-flex {
    display: inline-flex;
  }

  .xlg\:table {
    display: table;
  }

  .xlg\:inline-table {
    display: inline-table;
  }

  .xlg\:table-caption {
    display: table-caption;
  }

  .xlg\:table-cell {
    display: table-cell;
  }

  .xlg\:table-column {
    display: table-column;
  }

  .xlg\:table-column-group {
    display: table-column-group;
  }

  .xlg\:table-footer-group {
    display: table-footer-group;
  }

  .xlg\:table-header-group {
    display: table-header-group;
  }

  .xlg\:table-row-group {
    display: table-row-group;
  }

  .xlg\:table-row {
    display: table-row;
  }

  .xlg\:flow-root {
    display: flow-root;
  }

  .xlg\:grid {
    display: grid;
  }

  .xlg\:inline-grid {
    display: inline-grid;
  }

  .xlg\:contents {
    display: contents;
  }

  .xlg\:list-item {
    display: list-item;
  }

  .xlg\:hidden {
    display: none;
  }

  .xlg\:h-0 {
    height: 0px;
  }

  .xlg\:h-1 {
    height: 0.25rem;
  }

  .xlg\:h-2 {
    height: 0.5rem;
  }

  .xlg\:h-3 {
    height: 0.75rem;
  }

  .xlg\:h-4 {
    height: 1rem;
  }

  .xlg\:h-5 {
    height: 1.25rem;
  }

  .xlg\:h-6 {
    height: 1.5rem;
  }

  .xlg\:h-7 {
    height: 1.75rem;
  }

  .xlg\:h-8 {
    height: 2rem;
  }

  .xlg\:h-9 {
    height: 2.25rem;
  }

  .xlg\:h-10 {
    height: 2.5rem;
  }

  .xlg\:h-11 {
    height: 2.75rem;
  }

  .xlg\:h-12 {
    height: 3rem;
  }

  .xlg\:h-14 {
    height: 3.5rem;
  }

  .xlg\:h-16 {
    height: 4rem;
  }

  .xlg\:h-20 {
    height: 5rem;
  }

  .xlg\:h-24 {
    height: 6rem;
  }

  .xlg\:h-28 {
    height: 7rem;
  }

  .xlg\:h-32 {
    height: 8rem;
  }

  .xlg\:h-36 {
    height: 9rem;
  }

  .xlg\:h-40 {
    height: 10rem;
  }

  .xlg\:h-44 {
    height: 11rem;
  }

  .xlg\:h-48 {
    height: 12rem;
  }

  .xlg\:h-52 {
    height: 13rem;
  }

  .xlg\:h-56 {
    height: 14rem;
  }

  .xlg\:h-60 {
    height: 15rem;
  }

  .xlg\:h-64 {
    height: 16rem;
  }

  .xlg\:h-72 {
    height: 18rem;
  }

  .xlg\:h-80 {
    height: 20rem;
  }

  .xlg\:h-96 {
    height: 24rem;
  }

  .xlg\:h-auto {
    height: auto;
  }

  .xlg\:h-px {
    height: 1px;
  }

  .xlg\:h-0\.5 {
    height: 0.125rem;
  }

  .xlg\:h-1\.5 {
    height: 0.375rem;
  }

  .xlg\:h-2\.5 {
    height: 0.625rem;
  }

  .xlg\:h-3\.5 {
    height: 0.875rem;
  }

  .xlg\:h-1\/2 {
    height: 50%;
  }

  .xlg\:h-1\/3 {
    height: 33.333333%;
  }

  .xlg\:h-2\/3 {
    height: 66.666667%;
  }

  .xlg\:h-1\/4 {
    height: 25%;
  }

  .xlg\:h-2\/4 {
    height: 50%;
  }

  .xlg\:h-3\/4 {
    height: 75%;
  }

  .xlg\:h-1\/5 {
    height: 20%;
  }

  .xlg\:h-2\/5 {
    height: 40%;
  }

  .xlg\:h-3\/5 {
    height: 60%;
  }

  .xlg\:h-4\/5 {
    height: 80%;
  }

  .xlg\:h-1\/6 {
    height: 16.666667%;
  }

  .xlg\:h-2\/6 {
    height: 33.333333%;
  }

  .xlg\:h-3\/6 {
    height: 50%;
  }

  .xlg\:h-4\/6 {
    height: 66.666667%;
  }

  .xlg\:h-5\/6 {
    height: 83.333333%;
  }

  .xlg\:h-full {
    height: 100%;
  }

  .xlg\:h-screen {
    height: 100vh;
  }

  .xlg\:h-divider {
    height: 1px;
  }

  .xlg\:h-2px {
    height: 2px;
  }

  .xlg\:h-24px {
    height: 24px;
  }

  .xlg\:h-28px {
    height: 28px;
  }

  .xlg\:h-30px {
    height: 30px;
  }

  .xlg\:h-32px {
    height: 32px;
  }

  .xlg\:h-36px {
    height: 36px;
  }

  .xlg\:h-38px {
    height: 38px;
  }

  .xlg\:h-40px {
    height: 40px;
  }

  .xlg\:h-42px {
    height: 42px;
  }

  .xlg\:h-44px {
    height: 44px;
  }

  .xlg\:h-48px {
    height: 48px;
  }

  .xlg\:h-54px {
    height: 54px;
  }

  .xlg\:h-56px {
    height: 56px;
  }

  .xlg\:h-58px {
    height: 58px;
  }

  .xlg\:h-68px {
    height: 68px;
  }

  .xlg\:h-82px {
    height: 82px;
  }

  .xlg\:h-125px {
    height: 125px;
  }

  .xlg\:h-132px {
    height: 132px;
  }

  .xlg\:h-198px {
    height: 198px;
  }

  .xlg\:h-229px {
    height: 229px;
  }

  .xlg\:h-319px {
    height: 319px;
  }

  .xlg\:h-400px {
    height: 400px;
  }

  .xlg\:h-420px {
    height: 420px;
  }

  .xlg\:h-450px {
    height: 450px;
  }

  .xlg\:h-465px {
    height: 465px;
  }

  .xlg\:h-485px {
    height: 485px;
  }

  .xlg\:h-501px {
    height: 501px;
  }

  .xlg\:h-558px {
    height: 558px;
  }

  .xlg\:h-526px {
    height: 526px;
  }

  .xlg\:h-533px {
    height: 533px;
  }

  .xlg\:h-566px {
    height: 566px;
  }

  .xlg\:h-617px {
    height: 617px;
  }

  .xlg\:h-756px {
    height: 756px;
  }

  .xlg\:h-768px {
    height: 768px;
  }

  .xlg\:h-800px {
    height: 800px;
  }

  .xlg\:h-860px {
    height: 860px;
  }

  .xlg\:max-h-0 {
    max-height: 0px;
  }

  .xlg\:max-h-1 {
    max-height: 0.25rem;
  }

  .xlg\:max-h-2 {
    max-height: 0.5rem;
  }

  .xlg\:max-h-3 {
    max-height: 0.75rem;
  }

  .xlg\:max-h-4 {
    max-height: 1rem;
  }

  .xlg\:max-h-5 {
    max-height: 1.25rem;
  }

  .xlg\:max-h-6 {
    max-height: 1.5rem;
  }

  .xlg\:max-h-7 {
    max-height: 1.75rem;
  }

  .xlg\:max-h-8 {
    max-height: 2rem;
  }

  .xlg\:max-h-9 {
    max-height: 2.25rem;
  }

  .xlg\:max-h-10 {
    max-height: 2.5rem;
  }

  .xlg\:max-h-11 {
    max-height: 2.75rem;
  }

  .xlg\:max-h-12 {
    max-height: 3rem;
  }

  .xlg\:max-h-14 {
    max-height: 3.5rem;
  }

  .xlg\:max-h-16 {
    max-height: 4rem;
  }

  .xlg\:max-h-20 {
    max-height: 5rem;
  }

  .xlg\:max-h-24 {
    max-height: 6rem;
  }

  .xlg\:max-h-28 {
    max-height: 7rem;
  }

  .xlg\:max-h-32 {
    max-height: 8rem;
  }

  .xlg\:max-h-36 {
    max-height: 9rem;
  }

  .xlg\:max-h-40 {
    max-height: 10rem;
  }

  .xlg\:max-h-44 {
    max-height: 11rem;
  }

  .xlg\:max-h-48 {
    max-height: 12rem;
  }

  .xlg\:max-h-52 {
    max-height: 13rem;
  }

  .xlg\:max-h-56 {
    max-height: 14rem;
  }

  .xlg\:max-h-60 {
    max-height: 15rem;
  }

  .xlg\:max-h-64 {
    max-height: 16rem;
  }

  .xlg\:max-h-72 {
    max-height: 18rem;
  }

  .xlg\:max-h-80 {
    max-height: 20rem;
  }

  .xlg\:max-h-96 {
    max-height: 24rem;
  }

  .xlg\:max-h-px {
    max-height: 1px;
  }

  .xlg\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .xlg\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .xlg\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .xlg\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .xlg\:max-h-full {
    max-height: 100%;
  }

  .xlg\:max-h-screen {
    max-height: 100vh;
  }

  .xlg\:max-h-70p {
    max-height: 70%;
  }

  .xlg\:min-h-0 {
    min-height: 0px;
  }

  .xlg\:min-h-full {
    min-height: 100%;
  }

  .xlg\:min-h-screen {
    min-height: 100vh;
  }

  .xlg\:min-h-400px {
    min-height: 400px;
  }

  .xlg\:min-h-800px {
    min-height: 800px;
  }

  .xlg\:w-0 {
    width: 0px;
  }

  .xlg\:w-1 {
    width: 0.25rem;
  }

  .xlg\:w-2 {
    width: 0.5rem;
  }

  .xlg\:w-3 {
    width: 0.75rem;
  }

  .xlg\:w-4 {
    width: 1rem;
  }

  .xlg\:w-5 {
    width: 1.25rem;
  }

  .xlg\:w-6 {
    width: 1.5rem;
  }

  .xlg\:w-7 {
    width: 1.75rem;
  }

  .xlg\:w-8 {
    width: 2rem;
  }

  .xlg\:w-9 {
    width: 2.25rem;
  }

  .xlg\:w-10 {
    width: 2.5rem;
  }

  .xlg\:w-11 {
    width: 2.75rem;
  }

  .xlg\:w-12 {
    width: 3rem;
  }

  .xlg\:w-14 {
    width: 3.5rem;
  }

  .xlg\:w-16 {
    width: 4rem;
  }

  .xlg\:w-20 {
    width: 5rem;
  }

  .xlg\:w-24 {
    width: 6rem;
  }

  .xlg\:w-28 {
    width: 7rem;
  }

  .xlg\:w-32 {
    width: 8rem;
  }

  .xlg\:w-36 {
    width: 9rem;
  }

  .xlg\:w-40 {
    width: 10rem;
  }

  .xlg\:w-44 {
    width: 11rem;
  }

  .xlg\:w-48 {
    width: 12rem;
  }

  .xlg\:w-52 {
    width: 13rem;
  }

  .xlg\:w-56 {
    width: 14rem;
  }

  .xlg\:w-60 {
    width: 15rem;
  }

  .xlg\:w-64 {
    width: 16rem;
  }

  .xlg\:w-72 {
    width: 18rem;
  }

  .xlg\:w-80 {
    width: 20rem;
  }

  .xlg\:w-96 {
    width: 24rem;
  }

  .xlg\:w-auto {
    width: auto;
  }

  .xlg\:w-px {
    width: 1px;
  }

  .xlg\:w-0\.5 {
    width: 0.125rem;
  }

  .xlg\:w-1\.5 {
    width: 0.375rem;
  }

  .xlg\:w-2\.5 {
    width: 0.625rem;
  }

  .xlg\:w-3\.5 {
    width: 0.875rem;
  }

  .xlg\:w-1\/2 {
    width: 50%;
  }

  .xlg\:w-1\/3 {
    width: 33.333333%;
  }

  .xlg\:w-2\/3 {
    width: 66.666667%;
  }

  .xlg\:w-1\/4 {
    width: 25%;
  }

  .xlg\:w-2\/4 {
    width: 50%;
  }

  .xlg\:w-3\/4 {
    width: 75%;
  }

  .xlg\:w-1\/5 {
    width: 20%;
  }

  .xlg\:w-2\/5 {
    width: 40%;
  }

  .xlg\:w-3\/5 {
    width: 60%;
  }

  .xlg\:w-4\/5 {
    width: 80%;
  }

  .xlg\:w-1\/6 {
    width: 16.666667%;
  }

  .xlg\:w-2\/6 {
    width: 33.333333%;
  }

  .xlg\:w-3\/6 {
    width: 50%;
  }

  .xlg\:w-4\/6 {
    width: 66.666667%;
  }

  .xlg\:w-5\/6 {
    width: 83.333333%;
  }

  .xlg\:w-1\/12 {
    width: 8.333333%;
  }

  .xlg\:w-2\/12 {
    width: 16.666667%;
  }

  .xlg\:w-3\/12 {
    width: 25%;
  }

  .xlg\:w-4\/12 {
    width: 33.333333%;
  }

  .xlg\:w-5\/12 {
    width: 41.666667%;
  }

  .xlg\:w-6\/12 {
    width: 50%;
  }

  .xlg\:w-7\/12 {
    width: 58.333333%;
  }

  .xlg\:w-8\/12 {
    width: 66.666667%;
  }

  .xlg\:w-9\/12 {
    width: 75%;
  }

  .xlg\:w-10\/12 {
    width: 83.333333%;
  }

  .xlg\:w-11\/12 {
    width: 91.666667%;
  }

  .xlg\:w-full {
    width: 100%;
  }

  .xlg\:w-screen {
    width: 100vw;
  }

  .xlg\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .xlg\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .xlg\:w-50p {
    width: 50%;
  }

  .xlg\:w-75p {
    width: 75%;
  }

  .xlg\:w-80p {
    width: 80%;
  }

  .xlg\:w-divider {
    width: 1px;
  }

  .xlg\:w-16px {
    width: 16px;
  }

  .xlg\:w-17px {
    width: 17px;
  }

  .xlg\:w-24px {
    width: 24px;
  }

  .xlg\:w-28px {
    width: 28px;
  }

  .xlg\:w-32px {
    width: 32px;
  }

  .xlg\:w-34px {
    width: 34px;
  }

  .xlg\:w-38px {
    width: 38px;
  }

  .xlg\:w-40px {
    width: 40px;
  }

  .xlg\:w-42px {
    width: 42px;
  }

  .xlg\:w-44px {
    width: 44px;
  }

  .xlg\:w-48px {
    width: 48px;
  }

  .xlg\:w-56px {
    width: 56px;
  }

  .xlg\:w-58px {
    width: 58px;
  }

  .xlg\:w-68px {
    width: 68px;
  }

  .xlg\:w-82px {
    width: 82px;
  }

  .xlg\:w-93px {
    width: 93px;
  }

  .xlg\:w-100px {
    width: 100px;
  }

  .xlg\:w-115px {
    width: 115px;
  }

  .xlg\:w-125px {
    width: 125px;
  }

  .xlg\:w-132px {
    width: 132px;
  }

  .xlg\:w-146px {
    width: 146px;
  }

  .xlg\:w-157px {
    width: 157px;
  }

  .xlg\:w-224px {
    width: 224px;
  }

  .xlg\:w-236px {
    width: 236px;
  }

  .xlg\:w-255px {
    width: 255px;
  }

  .xlg\:w-320px {
    width: 320px;
  }

  .xlg\:w-372px {
    width: 372px;
  }

  .xlg\:w-401px {
    width: 401px;
  }

  .xlg\:w-735px {
    width: 735px;
  }

  .xlg\:w-857px {
    width: 857px;
  }

  .xlg\:min-w-0 {
    min-width: 0px;
  }

  .xlg\:min-w-full {
    min-width: 100%;
  }

  .xlg\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xlg\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xlg\:min-w-140px {
    min-width: 140px;
  }

  .xlg\:max-w-0 {
    max-width: 0rem;
  }

  .xlg\:max-w-none {
    max-width: none;
  }

  .xlg\:max-w-xs {
    max-width: 20rem;
  }

  .xlg\:max-w-sm {
    max-width: 24rem;
  }

  .xlg\:max-w-md {
    max-width: 28rem;
  }

  .xlg\:max-w-lg {
    max-width: 32rem;
  }

  .xlg\:max-w-xl {
    max-width: 36rem;
  }

  .xlg\:max-w-2xl {
    max-width: 42rem;
  }

  .xlg\:max-w-3xl {
    max-width: 48rem;
  }

  .xlg\:max-w-4xl {
    max-width: 56rem;
  }

  .xlg\:max-w-5xl {
    max-width: 64rem;
  }

  .xlg\:max-w-6xl {
    max-width: 72rem;
  }

  .xlg\:max-w-7xl {
    max-width: 80rem;
  }

  .xlg\:max-w-full {
    max-width: 100%;
  }

  .xlg\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xlg\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xlg\:max-w-prose {
    max-width: 65ch;
  }

  .xlg\:max-w-screen-sm {
    max-width: 360px;
  }

  .xlg\:max-w-screen-lm {
    max-width: 420px;
  }

  .xlg\:max-w-screen-md {
    max-width: 768px;
  }

  .xlg\:max-w-screen-lg {
    max-width: 1024px;
  }

  .xlg\:max-w-screen-xlg {
    max-width: 1920px;
  }

  .xlg\:max-w-200px {
    max-width: 200px;
  }

  .xlg\:max-w-220px {
    max-width: 220px;
  }

  .xlg\:max-w-348px {
    max-width: 348px;
  }

  .xlg\:max-w-814px {
    max-width: 814px;
  }

  .xlg\:max-w-960px {
    max-width: 960px;
  }

  .xlg\:max-w-1380px {
    max-width: 1380px;
  }

  .xlg\:max-w-1920px {
    max-width: 1920px;
  }

  .xlg\:flex-1 {
    flex: 1 1 0%;
  }

  .xlg\:flex-auto {
    flex: 1 1 auto;
  }

  .xlg\:flex-initial {
    flex: 0 1 auto;
  }

  .xlg\:flex-none {
    flex: none;
  }

  .xlg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xlg\:flex-shrink {
    flex-shrink: 1;
  }

  .xlg\:flex-grow-0 {
    flex-grow: 0;
  }

  .xlg\:flex-grow {
    flex-grow: 1;
  }

  .xlg\:table-auto {
    table-layout: auto;
  }

  .xlg\:table-fixed {
    table-layout: fixed;
  }

  .xlg\:border-collapse {
    border-collapse: collapse;
  }

  .xlg\:border-separate {
    border-collapse: separate;
  }

  .xlg\:origin-center {
    transform-origin: center;
  }

  .xlg\:origin-top {
    transform-origin: top;
  }

  .xlg\:origin-top-right {
    transform-origin: top right;
  }

  .xlg\:origin-right {
    transform-origin: right;
  }

  .xlg\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .xlg\:origin-bottom {
    transform-origin: bottom;
  }

  .xlg\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .xlg\:origin-left {
    transform-origin: left;
  }

  .xlg\:origin-top-left {
    transform-origin: top left;
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\:transform-none {
    transform: none;
  }

  .xlg\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .xlg\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .xlg\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .xlg\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .xlg\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .xlg\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .xlg\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .xlg\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .xlg\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .xlg\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .xlg\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .xlg\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .xlg\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .xlg\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .xlg\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .xlg\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .xlg\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .xlg\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .xlg\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .xlg\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .xlg\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .xlg\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .xlg\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .xlg\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .xlg\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .xlg\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .xlg\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .xlg\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .xlg\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .xlg\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .xlg\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .xlg\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .xlg\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .xlg\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .xlg\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .xlg\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .xlg\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .xlg\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .xlg\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .xlg\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .xlg\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .xlg\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .xlg\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .xlg\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .xlg\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .xlg\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .xlg\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .xlg\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .xlg\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .xlg\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .xlg\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .xlg\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .xlg\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .xlg\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .xlg\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .xlg\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .xlg\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .xlg\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .xlg\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .xlg\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .xlg\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .xlg\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .xlg\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .xlg\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .xlg\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .xlg\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .xlg\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .xlg\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .xlg\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .xlg\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .xlg\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .xlg\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .xlg\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .xlg\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .xlg\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .xlg\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .xlg\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .xlg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .xlg\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .xlg\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .xlg\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .xlg\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .xlg\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .xlg\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .xlg\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .xlg\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .xlg\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .xlg\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .xlg\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .xlg\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .xlg\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .xlg\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .xlg\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .xlg\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .xlg\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .xlg\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .xlg\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .xlg\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .xlg\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .xlg\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .xlg\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .xlg\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .xlg\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .xlg\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .xlg\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .xlg\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .xlg\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .xlg\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .xlg\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .xlg\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .xlg\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .xlg\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .xlg\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .xlg\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .xlg\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .xlg\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .xlg\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .xlg\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .xlg\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .xlg\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .xlg\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .xlg\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .xlg\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .xlg\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .xlg\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .xlg\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .xlg\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .xlg\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .xlg\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .xlg\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .xlg\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .xlg\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .xlg\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .xlg\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .xlg\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .xlg\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .xlg\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .xlg\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .xlg\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .xlg\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .xlg\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .xlg\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .xlg\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .xlg\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .xlg\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .xlg\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .xlg\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .xlg\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .xlg\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .xlg\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .xlg\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .xlg\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .xlg\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .xlg\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .xlg\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .xlg\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .xlg\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .xlg\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .xlg\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .xlg\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .xlg\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .xlg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .xlg\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .xlg\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .xlg\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .xlg\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .xlg\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .xlg\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .xlg\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .xlg\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .xlg\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .xlg\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .xlg\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .xlg\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .xlg\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .xlg\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .xlg\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .xlg\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .xlg\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .xlg\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .xlg\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .xlg\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .xlg\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .xlg\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .xlg\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .xlg\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .xlg\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .xlg\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .xlg\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .xlg\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .xlg\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .xlg\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .xlg\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .xlg\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .xlg\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .xlg\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .xlg\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .xlg\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .xlg\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .xlg\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .xlg\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .xlg\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .xlg\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .xlg\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .xlg\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .xlg\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .xlg\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .xlg\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .xlg\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .xlg\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .xlg\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .xlg\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .xlg\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .xlg\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .xlg\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .xlg\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .xlg\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .xlg\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .xlg\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .xlg\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .xlg\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .xlg\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .xlg\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .xlg\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .xlg\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .xlg\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .xlg\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .xlg\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .xlg\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .xlg\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .xlg\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .xlg\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .xlg\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .xlg\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .xlg\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .xlg\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .xlg\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .xlg\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .xlg\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .xlg\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .xlg\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .xlg\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .xlg\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .xlg\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .xlg\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .xlg\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .xlg\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .xlg\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .xlg\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .xlg\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .xlg\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .xlg\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .xlg\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .xlg\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .xlg\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .xlg\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .xlg\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .xlg\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .xlg\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .xlg\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .xlg\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .xlg\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .xlg\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .xlg\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .xlg\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .xlg\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .xlg\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .xlg\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .xlg\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .xlg\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .xlg\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .xlg\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .xlg\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .xlg\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .xlg\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .xlg\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .xlg\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .xlg\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .xlg\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .xlg\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .xlg\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .xlg\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .xlg\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .xlg\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .xlg\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .xlg\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .xlg\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .xlg\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .xlg\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .xlg\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .xlg\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .xlg\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .xlg\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .xlg\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .xlg\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .xlg\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .xlg\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .xlg\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .xlg\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .xlg\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .xlg\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .xlg\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .xlg\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .xlg\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .xlg\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .xlg\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .xlg\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .xlg\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .xlg\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .xlg\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .xlg\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .xlg\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .xlg\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .xlg\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .xlg\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .xlg\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .xlg\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .xlg\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .xlg\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .xlg\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .xlg\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .xlg\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .xlg\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .xlg\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .xlg\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .xlg\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .xlg\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .xlg\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .xlg\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .xlg\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .xlg\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .xlg\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .xlg\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .xlg\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .xlg\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .xlg\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .xlg\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .xlg\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .xlg\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .xlg\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .xlg\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .xlg\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .xlg\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .xlg\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .xlg\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .xlg\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .xlg\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .xlg\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .xlg\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .xlg\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .xlg\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .xlg\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .xlg\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .xlg\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .xlg\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .xlg\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .xlg\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .xlg\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .xlg\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .xlg\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .xlg\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .xlg\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .xlg\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .xlg\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .xlg\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .xlg\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .xlg\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .xlg\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .xlg\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .xlg\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .xlg\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .xlg\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .xlg\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .xlg\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .xlg\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .xlg\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .xlg\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .xlg\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .xlg\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .xlg\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .xlg\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .xlg\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .xlg\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .xlg\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .xlg\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .xlg\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .xlg\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .xlg\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .xlg\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .xlg\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .xlg\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .xlg\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .xlg\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .xlg\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .xlg\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .xlg\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .xlg\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .xlg\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .xlg\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .xlg\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .xlg\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .xlg\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .xlg\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .xlg\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .xlg\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .xlg\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .xlg\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .xlg\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .xlg\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .xlg\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .xlg\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .xlg\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .xlg\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .xlg\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .xlg\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .xlg\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .xlg\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .xlg\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .xlg\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .xlg\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .xlg\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .xlg\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .xlg\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .xlg\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .xlg\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .xlg\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .xlg\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .xlg\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .xlg\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .xlg\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .xlg\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .xlg\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .xlg\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .xlg\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .xlg\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .xlg\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .xlg\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .xlg\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .xlg\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .xlg\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .xlg\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .xlg\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .xlg\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .xlg\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .xlg\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .xlg\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .xlg\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .xlg\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .xlg\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .xlg\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .xlg\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .xlg\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .xlg\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .xlg\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .xlg\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .xlg\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .xlg\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .xlg\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .xlg\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .xlg\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .xlg\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .xlg\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .xlg\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .xlg\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .xlg\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .xlg\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .xlg\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .xlg\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .xlg\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .xlg\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .xlg\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .xlg\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .xlg\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .xlg\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .xlg\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .xlg\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .xlg\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .xlg\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .xlg\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .xlg\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .xlg\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .xlg\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .xlg\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .xlg\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .xlg\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .xlg\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .xlg\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .xlg\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .xlg\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .xlg\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .xlg\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .xlg\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .xlg\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .xlg\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .xlg\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .xlg\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .xlg\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .xlg\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .xlg\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .xlg\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .xlg\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .xlg\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .xlg\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .xlg\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .xlg\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .xlg\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .xlg\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .xlg\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .xlg\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .xlg\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .xlg\:rotate-20 {
    --tw-rotate: 20deg;
  }

  .xlg\:rotate-35 {
    --tw-rotate: 35deg;
  }

  .xlg\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .xlg\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .xlg\:rotate-127 {
    --tw-rotate: 127deg;
  }

  .xlg\:rotate-150 {
    --tw-rotate: 150deg;
  }

  .xlg\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .xlg\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .xlg\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .xlg\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .xlg\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .xlg\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .xlg\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .xlg\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .xlg\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .xlg\:-rotate-8 {
    --tw-rotate: -8deg;
  }

  .xlg\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .xlg\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .xlg\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .xlg\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .xlg\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .xlg\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .xlg\:hover\:rotate-20:hover {
    --tw-rotate: 20deg;
  }

  .xlg\:hover\:rotate-35:hover {
    --tw-rotate: 35deg;
  }

  .xlg\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .xlg\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .xlg\:hover\:rotate-127:hover {
    --tw-rotate: 127deg;
  }

  .xlg\:hover\:rotate-150:hover {
    --tw-rotate: 150deg;
  }

  .xlg\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .xlg\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .xlg\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .xlg\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .xlg\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .xlg\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .xlg\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .xlg\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .xlg\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .xlg\:hover\:-rotate-8:hover {
    --tw-rotate: -8deg;
  }

  .xlg\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .xlg\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .xlg\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .xlg\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .xlg\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .xlg\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .xlg\:focus\:rotate-20:focus {
    --tw-rotate: 20deg;
  }

  .xlg\:focus\:rotate-35:focus {
    --tw-rotate: 35deg;
  }

  .xlg\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .xlg\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .xlg\:focus\:rotate-127:focus {
    --tw-rotate: 127deg;
  }

  .xlg\:focus\:rotate-150:focus {
    --tw-rotate: 150deg;
  }

  .xlg\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .xlg\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .xlg\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .xlg\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .xlg\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .xlg\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .xlg\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .xlg\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .xlg\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .xlg\:focus\:-rotate-8:focus {
    --tw-rotate: -8deg;
  }

  .xlg\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .xlg\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .xlg\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .xlg\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .xlg\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .xlg\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .xlg\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .xlg\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .xlg\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .xlg\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .xlg\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .xlg\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .xlg\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .xlg\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .xlg\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .xlg\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .xlg\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .xlg\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .xlg\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .xlg\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .xlg\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .xlg\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .xlg\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .xlg\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .xlg\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .xlg\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .xlg\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .xlg\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .xlg\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .xlg\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .xlg\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .xlg\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .xlg\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .xlg\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .xlg\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .xlg\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .xlg\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .xlg\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .xlg\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .xlg\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .xlg\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .xlg\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .xlg\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .xlg\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .xlg\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .xlg\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .xlg\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .xlg\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .xlg\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .xlg\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .xlg\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .xlg\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .xlg\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .xlg\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .xlg\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .xlg\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .xlg\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .xlg\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .xlg\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .xlg\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .xlg\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .xlg\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .xlg\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .xlg\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .xlg\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .xlg\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .xlg\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xlg\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xlg\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xlg\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xlg\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xlg\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xlg\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xlg\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xlg\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xlg\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xlg\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xlg\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xlg\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xlg\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xlg\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xlg\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xlg\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xlg\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xlg\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xlg\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xlg\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xlg\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xlg\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xlg\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xlg\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xlg\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xlg\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xlg\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xlg\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xlg\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xlg\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .xlg\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .xlg\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .xlg\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .xlg\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .xlg\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .xlg\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .xlg\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .xlg\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .xlg\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .xlg\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .xlg\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .xlg\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .xlg\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .xlg\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .xlg\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .xlg\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .xlg\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .xlg\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .xlg\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .xlg\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .xlg\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .xlg\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .xlg\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .xlg\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .xlg\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .xlg\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .xlg\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .xlg\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .xlg\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .xlg\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .xlg\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .xlg\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .xlg\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .xlg\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .xlg\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .xlg\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .xlg\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .xlg\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .xlg\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .xlg\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .xlg\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .xlg\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .xlg\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .xlg\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .xlg\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .xlg\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .xlg\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .xlg\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .xlg\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .xlg\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .xlg\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .xlg\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .xlg\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .xlg\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .xlg\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .xlg\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .xlg\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .xlg\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .xlg\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .xlg\:animate-none {
    animation: none;
  }

  .xlg\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .xlg\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xlg\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xlg\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .xlg\:animate-zoom-in-out {
    animation: zoom-in-out 20s ease-in-out infinite;
  }

  .xlg\:animate-reveal-scale {
    animation: reveal-scale 0.35s ease-in;
  }

  .xlg\:animate-pulsing {
    animation: pulsing 1.6s infinite;
  }

  .xlg\:animate-reveal-top {
    animation: reveal-top 0.6s ease-in-out;
  }

  .xlg\:animate-reveal-bottom {
    animation: reveal-bottom 0.6s ease-in-out;
  }

  .xlg\:animate-reveal-left {
    animation: reveal-left 0.6s ease-in-out;
  }

  .xlg\:animate-reveal-right {
    animation: reveal-right 0.6s ease-in-out;
  }

  .xlg\:animate-expand-avatar-skill {
    animation: expand-avatar-skill 0.35s ease-in-out;
  }

  .xlg\:animate-collapse-avatar-skill {
    animation: collapse-avatar-skill 0.35s ease-in-out;
  }

  .xlg\:animate-grow {
    animation: grow 2s ease-in-out;
  }

  .xlg\:animate-shake {
    animation: shake 2s ease-in-out infinite;
  }

  .xlg\:cursor-auto {
    cursor: auto;
  }

  .xlg\:cursor-default {
    cursor: default;
  }

  .xlg\:cursor-pointer {
    cursor: pointer;
  }

  .xlg\:cursor-wait {
    cursor: wait;
  }

  .xlg\:cursor-text {
    cursor: text;
  }

  .xlg\:cursor-move {
    cursor: move;
  }

  .xlg\:cursor-help {
    cursor: help;
  }

  .xlg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xlg\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .xlg\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .xlg\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xlg\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .xlg\:resize-none {
    resize: none;
  }

  .xlg\:resize-y {
    resize: vertical;
  }

  .xlg\:resize-x {
    resize: horizontal;
  }

  .xlg\:resize {
    resize: both;
  }

  .xlg\:list-inside {
    list-style-position: inside;
  }

  .xlg\:list-outside {
    list-style-position: outside;
  }

  .xlg\:list-none {
    list-style-type: none;
  }

  .xlg\:list-disc {
    list-style-type: disc;
  }

  .xlg\:list-decimal {
    list-style-type: decimal;
  }

  .xlg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xlg\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .xlg\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .xlg\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .xlg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xlg\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xlg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xlg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xlg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xlg\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xlg\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .xlg\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .xlg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xlg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xlg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xlg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xlg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xlg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xlg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xlg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xlg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xlg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xlg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xlg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xlg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xlg\:grid-cols-none {
    grid-template-columns: none;
  }

  .xlg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xlg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xlg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xlg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xlg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xlg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xlg\:grid-rows-none {
    grid-template-rows: none;
  }

  .xlg\:flex-row {
    flex-direction: row;
  }

  .xlg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xlg\:flex-col {
    flex-direction: column;
  }

  .xlg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xlg\:flex-wrap {
    flex-wrap: wrap;
  }

  .xlg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xlg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xlg\:place-content-center {
    place-content: center;
  }

  .xlg\:place-content-start {
    place-content: start;
  }

  .xlg\:place-content-end {
    place-content: end;
  }

  .xlg\:place-content-between {
    place-content: space-between;
  }

  .xlg\:place-content-around {
    place-content: space-around;
  }

  .xlg\:place-content-evenly {
    place-content: space-evenly;
  }

  .xlg\:place-content-stretch {
    place-content: stretch;
  }

  .xlg\:place-items-start {
    place-items: start;
  }

  .xlg\:place-items-end {
    place-items: end;
  }

  .xlg\:place-items-center {
    place-items: center;
  }

  .xlg\:place-items-stretch {
    place-items: stretch;
  }

  .xlg\:content-center {
    align-content: center;
  }

  .xlg\:content-start {
    align-content: flex-start;
  }

  .xlg\:content-end {
    align-content: flex-end;
  }

  .xlg\:content-between {
    align-content: space-between;
  }

  .xlg\:content-around {
    align-content: space-around;
  }

  .xlg\:content-evenly {
    align-content: space-evenly;
  }

  .xlg\:items-start {
    align-items: flex-start;
  }

  .xlg\:items-end {
    align-items: flex-end;
  }

  .xlg\:items-center {
    align-items: center;
  }

  .xlg\:items-baseline {
    align-items: baseline;
  }

  .xlg\:items-stretch {
    align-items: stretch;
  }

  .xlg\:justify-start {
    justify-content: flex-start;
  }

  .xlg\:justify-end {
    justify-content: flex-end;
  }

  .xlg\:justify-center {
    justify-content: center;
  }

  .xlg\:justify-between {
    justify-content: space-between;
  }

  .xlg\:justify-around {
    justify-content: space-around;
  }

  .xlg\:justify-evenly {
    justify-content: space-evenly;
  }

  .xlg\:justify-items-start {
    justify-items: start;
  }

  .xlg\:justify-items-end {
    justify-items: end;
  }

  .xlg\:justify-items-center {
    justify-items: center;
  }

  .xlg\:justify-items-stretch {
    justify-items: stretch;
  }

  .xlg\:gap-0 {
    gap: 0px;
  }

  .xlg\:gap-1 {
    gap: 0.25rem;
  }

  .xlg\:gap-2 {
    gap: 0.5rem;
  }

  .xlg\:gap-3 {
    gap: 0.75rem;
  }

  .xlg\:gap-4 {
    gap: 1rem;
  }

  .xlg\:gap-5 {
    gap: 1.25rem;
  }

  .xlg\:gap-6 {
    gap: 1.5rem;
  }

  .xlg\:gap-7 {
    gap: 1.75rem;
  }

  .xlg\:gap-8 {
    gap: 2rem;
  }

  .xlg\:gap-9 {
    gap: 2.25rem;
  }

  .xlg\:gap-10 {
    gap: 2.5rem;
  }

  .xlg\:gap-11 {
    gap: 2.75rem;
  }

  .xlg\:gap-12 {
    gap: 3rem;
  }

  .xlg\:gap-14 {
    gap: 3.5rem;
  }

  .xlg\:gap-16 {
    gap: 4rem;
  }

  .xlg\:gap-20 {
    gap: 5rem;
  }

  .xlg\:gap-24 {
    gap: 6rem;
  }

  .xlg\:gap-28 {
    gap: 7rem;
  }

  .xlg\:gap-32 {
    gap: 8rem;
  }

  .xlg\:gap-36 {
    gap: 9rem;
  }

  .xlg\:gap-40 {
    gap: 10rem;
  }

  .xlg\:gap-44 {
    gap: 11rem;
  }

  .xlg\:gap-48 {
    gap: 12rem;
  }

  .xlg\:gap-52 {
    gap: 13rem;
  }

  .xlg\:gap-56 {
    gap: 14rem;
  }

  .xlg\:gap-60 {
    gap: 15rem;
  }

  .xlg\:gap-64 {
    gap: 16rem;
  }

  .xlg\:gap-72 {
    gap: 18rem;
  }

  .xlg\:gap-80 {
    gap: 20rem;
  }

  .xlg\:gap-96 {
    gap: 24rem;
  }

  .xlg\:gap-px {
    gap: 1px;
  }

  .xlg\:gap-0\.5 {
    gap: 0.125rem;
  }

  .xlg\:gap-1\.5 {
    gap: 0.375rem;
  }

  .xlg\:gap-2\.5 {
    gap: 0.625rem;
  }

  .xlg\:gap-3\.5 {
    gap: 0.875rem;
  }

  .xlg\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xlg\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xlg\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xlg\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xlg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xlg\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xlg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xlg\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xlg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xlg\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xlg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xlg\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xlg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xlg\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xlg\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xlg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xlg\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xlg\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xlg\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xlg\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xlg\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xlg\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xlg\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xlg\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xlg\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xlg\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .xlg\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xlg\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xlg\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xlg\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xlg\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xlg\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .xlg\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xlg\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xlg\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xlg\:gap-y-0 {
    row-gap: 0px;
  }

  .xlg\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .xlg\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .xlg\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .xlg\:gap-y-4 {
    row-gap: 1rem;
  }

  .xlg\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .xlg\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .xlg\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .xlg\:gap-y-8 {
    row-gap: 2rem;
  }

  .xlg\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .xlg\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .xlg\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .xlg\:gap-y-12 {
    row-gap: 3rem;
  }

  .xlg\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .xlg\:gap-y-16 {
    row-gap: 4rem;
  }

  .xlg\:gap-y-20 {
    row-gap: 5rem;
  }

  .xlg\:gap-y-24 {
    row-gap: 6rem;
  }

  .xlg\:gap-y-28 {
    row-gap: 7rem;
  }

  .xlg\:gap-y-32 {
    row-gap: 8rem;
  }

  .xlg\:gap-y-36 {
    row-gap: 9rem;
  }

  .xlg\:gap-y-40 {
    row-gap: 10rem;
  }

  .xlg\:gap-y-44 {
    row-gap: 11rem;
  }

  .xlg\:gap-y-48 {
    row-gap: 12rem;
  }

  .xlg\:gap-y-52 {
    row-gap: 13rem;
  }

  .xlg\:gap-y-56 {
    row-gap: 14rem;
  }

  .xlg\:gap-y-60 {
    row-gap: 15rem;
  }

  .xlg\:gap-y-64 {
    row-gap: 16rem;
  }

  .xlg\:gap-y-72 {
    row-gap: 18rem;
  }

  .xlg\:gap-y-80 {
    row-gap: 20rem;
  }

  .xlg\:gap-y-96 {
    row-gap: 24rem;
  }

  .xlg\:gap-y-px {
    row-gap: 1px;
  }

  .xlg\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .xlg\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .xlg\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .xlg\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\:-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)));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:-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));
  }

  .xlg\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .xlg\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\: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)));
  }

  .xlg\:divide-x-1px > :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)));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\:divide-y-1px > :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));
  }

  .xlg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xlg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xlg\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .xlg\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .xlg\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .xlg\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .xlg\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .xlg\:divide-tropic-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-divide-opacity));
  }

  .xlg\:divide-tropic-light > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(3,39,41,0.7);
  }

  .xlg\:divide-tropic-6p > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(3,39,41,0.6);
  }

  .xlg\:divide-tropic-90p > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(3,39,41,0.9);
  }

  .xlg\:divide-taiga-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-divide-opacity));
  }

  .xlg\:divide-taiga-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-divide-opacity));
  }

  .xlg\:divide-savana > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-divide-opacity));
  }

  .xlg\:divide-tundra > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-divide-opacity));
  }

  .xlg\:divide-arctic-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xlg\:divide-arctic-low > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(255,255,255,0.12);
  }

  .xlg\:divide-arctic-very-low > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(255,255,255,0.06);
  }

  .xlg\:divide-black-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xlg\:divide-black-dim > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(0,5,5,0.8);
  }

  .xlg\:divide-black-low > :not([hidden]) ~ :not([hidden]) {
    border-color: #0A000000;
  }

  .xlg\:divide-black-semi > :not([hidden]) ~ :not([hidden]) {
    border-color: #66000000;
  }

  .xlg\:divide-white-low > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(255,255,255,0.06);
  }

  .xlg\:divide-white-medium > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(255,255,255,0.12);
  }

  .xlg\:divide-white-semi > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(255,255,255,0.6);
  }

  .xlg\:divide-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-divide-opacity));
  }

  .xlg\:divide-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-divide-opacity));
  }

  .xlg\:divide-expedition > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-divide-opacity));
  }

  .xlg\:divide-green-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-divide-opacity));
  }

  .xlg\:divide-green-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-divide-opacity));
  }

  .xlg\:divide-red-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-divide-opacity));
  }

  .xlg\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(0,0,0,0);
  }

  .xlg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .xlg\:divide-opacity-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: .01;
  }

  .xlg\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .xlg\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .xlg\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .xlg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .xlg\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .xlg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .xlg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .xlg\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .xlg\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .xlg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .xlg\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .xlg\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .xlg\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .xlg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .xlg\:place-self-auto {
    place-self: auto;
  }

  .xlg\:place-self-start {
    place-self: start;
  }

  .xlg\:place-self-end {
    place-self: end;
  }

  .xlg\:place-self-center {
    place-self: center;
  }

  .xlg\:place-self-stretch {
    place-self: stretch;
  }

  .xlg\:self-auto {
    align-self: auto;
  }

  .xlg\:self-start {
    align-self: flex-start;
  }

  .xlg\:self-end {
    align-self: flex-end;
  }

  .xlg\:self-center {
    align-self: center;
  }

  .xlg\:self-stretch {
    align-self: stretch;
  }

  .xlg\:self-baseline {
    align-self: baseline;
  }

  .xlg\:justify-self-auto {
    justify-self: auto;
  }

  .xlg\:justify-self-start {
    justify-self: start;
  }

  .xlg\:justify-self-end {
    justify-self: end;
  }

  .xlg\:justify-self-center {
    justify-self: center;
  }

  .xlg\:justify-self-stretch {
    justify-self: stretch;
  }

  .xlg\:overflow-auto {
    overflow: auto;
  }

  .xlg\:overflow-hidden {
    overflow: hidden;
  }

  .xlg\:overflow-visible {
    overflow: visible;
  }

  .xlg\:overflow-scroll {
    overflow: scroll;
  }

  .xlg\:overflow-x-auto {
    overflow-x: auto;
  }

  .xlg\:overflow-y-auto {
    overflow-y: auto;
  }

  .xlg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xlg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xlg\:overflow-x-visible {
    overflow-x: visible;
  }

  .xlg\:overflow-y-visible {
    overflow-y: visible;
  }

  .xlg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xlg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xlg\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .xlg\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .xlg\:overscroll-none {
    overscroll-behavior: none;
  }

  .xlg\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .xlg\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .xlg\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .xlg\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .xlg\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .xlg\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .xlg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xlg\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .xlg\:overflow-clip {
    text-overflow: clip;
  }

  .xlg\:whitespace-normal {
    white-space: normal;
  }

  .xlg\:whitespace-nowrap {
    white-space: nowrap;
  }

  .xlg\:whitespace-pre {
    white-space: pre;
  }

  .xlg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xlg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xlg\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xlg\:break-words {
    overflow-wrap: break-word;
  }

  .xlg\:break-all {
    word-break: break-all;
  }

  .xlg\:rounded-50p {
    border-radius: 50%;
  }

  .xlg\:rounded-4px {
    border-radius: 4px;
  }

  .xlg\:rounded-8px {
    border-radius: 8px;
  }

  .xlg\:rounded-12px {
    border-radius: 12px;
  }

  .xlg\:rounded-16px {
    border-radius: 16px;
  }

  .xlg\:rounded-18px {
    border-radius: 18px;
  }

  .xlg\:rounded-20px {
    border-radius: 20px;
  }

  .xlg\:rounded-24px {
    border-radius: 24px;
  }

  .xlg\:rounded-t-50p {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }

  .xlg\:rounded-t-4px {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .xlg\:rounded-t-8px {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .xlg\:rounded-t-12px {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .xlg\:rounded-t-16px {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .xlg\:rounded-t-18px {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .xlg\:rounded-t-20px {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .xlg\:rounded-t-24px {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .xlg\:rounded-r-50p {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }

  .xlg\:rounded-r-4px {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .xlg\:rounded-r-8px {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .xlg\:rounded-r-12px {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .xlg\:rounded-r-16px {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  .xlg\:rounded-r-18px {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
  }

  .xlg\:rounded-r-20px {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .xlg\:rounded-r-24px {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  .xlg\:rounded-b-50p {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .xlg\:rounded-b-4px {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .xlg\:rounded-b-8px {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .xlg\:rounded-b-12px {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .xlg\:rounded-b-16px {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .xlg\:rounded-b-18px {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }

  .xlg\:rounded-b-20px {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xlg\:rounded-b-24px {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .xlg\:rounded-l-50p {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .xlg\:rounded-l-4px {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .xlg\:rounded-l-8px {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .xlg\:rounded-l-12px {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .xlg\:rounded-l-16px {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .xlg\:rounded-l-18px {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
  }

  .xlg\:rounded-l-20px {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xlg\:rounded-l-24px {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .xlg\:rounded-tl-50p {
    border-top-left-radius: 50%;
  }

  .xlg\:rounded-tl-4px {
    border-top-left-radius: 4px;
  }

  .xlg\:rounded-tl-8px {
    border-top-left-radius: 8px;
  }

  .xlg\:rounded-tl-12px {
    border-top-left-radius: 12px;
  }

  .xlg\:rounded-tl-16px {
    border-top-left-radius: 16px;
  }

  .xlg\:rounded-tl-18px {
    border-top-left-radius: 18px;
  }

  .xlg\:rounded-tl-20px {
    border-top-left-radius: 20px;
  }

  .xlg\:rounded-tl-24px {
    border-top-left-radius: 24px;
  }

  .xlg\:rounded-tr-50p {
    border-top-right-radius: 50%;
  }

  .xlg\:rounded-tr-4px {
    border-top-right-radius: 4px;
  }

  .xlg\:rounded-tr-8px {
    border-top-right-radius: 8px;
  }

  .xlg\:rounded-tr-12px {
    border-top-right-radius: 12px;
  }

  .xlg\:rounded-tr-16px {
    border-top-right-radius: 16px;
  }

  .xlg\:rounded-tr-18px {
    border-top-right-radius: 18px;
  }

  .xlg\:rounded-tr-20px {
    border-top-right-radius: 20px;
  }

  .xlg\:rounded-tr-24px {
    border-top-right-radius: 24px;
  }

  .xlg\:rounded-br-50p {
    border-bottom-right-radius: 50%;
  }

  .xlg\:rounded-br-4px {
    border-bottom-right-radius: 4px;
  }

  .xlg\:rounded-br-8px {
    border-bottom-right-radius: 8px;
  }

  .xlg\:rounded-br-12px {
    border-bottom-right-radius: 12px;
  }

  .xlg\:rounded-br-16px {
    border-bottom-right-radius: 16px;
  }

  .xlg\:rounded-br-18px {
    border-bottom-right-radius: 18px;
  }

  .xlg\:rounded-br-20px {
    border-bottom-right-radius: 20px;
  }

  .xlg\:rounded-br-24px {
    border-bottom-right-radius: 24px;
  }

  .xlg\:rounded-bl-50p {
    border-bottom-left-radius: 50%;
  }

  .xlg\:rounded-bl-4px {
    border-bottom-left-radius: 4px;
  }

  .xlg\:rounded-bl-8px {
    border-bottom-left-radius: 8px;
  }

  .xlg\:rounded-bl-12px {
    border-bottom-left-radius: 12px;
  }

  .xlg\:rounded-bl-16px {
    border-bottom-left-radius: 16px;
  }

  .xlg\:rounded-bl-18px {
    border-bottom-left-radius: 18px;
  }

  .xlg\:rounded-bl-20px {
    border-bottom-left-radius: 20px;
  }

  .xlg\:rounded-bl-24px {
    border-bottom-left-radius: 24px;
  }

  .xlg\:border-0 {
    border-width: 0px;
  }

  .xlg\:border-2 {
    border-width: 2px;
  }

  .xlg\:border-4 {
    border-width: 4px;
  }

  .xlg\:border-8 {
    border-width: 8px;
  }

  .xlg\:border {
    border-width: 1px;
  }

  .xlg\:border-1px {
    border-width: 1px;
  }

  .xlg\:border-t-0 {
    border-top-width: 0px;
  }

  .xlg\:border-t-2 {
    border-top-width: 2px;
  }

  .xlg\:border-t-4 {
    border-top-width: 4px;
  }

  .xlg\:border-t-8 {
    border-top-width: 8px;
  }

  .xlg\:border-t {
    border-top-width: 1px;
  }

  .xlg\:border-t-1px {
    border-top-width: 1px;
  }

  .xlg\:border-r-0 {
    border-right-width: 0px;
  }

  .xlg\:border-r-2 {
    border-right-width: 2px;
  }

  .xlg\:border-r-4 {
    border-right-width: 4px;
  }

  .xlg\:border-r-8 {
    border-right-width: 8px;
  }

  .xlg\:border-r {
    border-right-width: 1px;
  }

  .xlg\:border-r-1px {
    border-right-width: 1px;
  }

  .xlg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .xlg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xlg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xlg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xlg\:border-b {
    border-bottom-width: 1px;
  }

  .xlg\:border-b-1px {
    border-bottom-width: 1px;
  }

  .xlg\:border-l-0 {
    border-left-width: 0px;
  }

  .xlg\:border-l-2 {
    border-left-width: 2px;
  }

  .xlg\:border-l-4 {
    border-left-width: 4px;
  }

  .xlg\:border-l-8 {
    border-left-width: 8px;
  }

  .xlg\:border-l {
    border-left-width: 1px;
  }

  .xlg\:border-l-1px {
    border-left-width: 1px;
  }

  .xlg\:border-solid {
    border-style: solid;
  }

  .xlg\:border-dashed {
    border-style: dashed;
  }

  .xlg\:border-dotted {
    border-style: dotted;
  }

  .xlg\:border-double {
    border-style: double;
  }

  .xlg\:border-none {
    border-style: none;
  }

  .xlg\:border-tropic-base {
    --tw-border-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-border-opacity));
  }

  .xlg\:border-tropic-light {
    border-color: rgba(3,39,41,0.7);
  }

  .xlg\:border-tropic-6p {
    border-color: rgba(3,39,41,0.6);
  }

  .xlg\:border-tropic-90p {
    border-color: rgba(3,39,41,0.9);
  }

  .xlg\:border-taiga-base {
    --tw-border-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-border-opacity));
  }

  .xlg\:border-taiga-light {
    --tw-border-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-border-opacity));
  }

  .xlg\:border-savana {
    --tw-border-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-border-opacity));
  }

  .xlg\:border-tundra {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-border-opacity));
  }

  .xlg\:border-arctic-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xlg\:border-arctic-low {
    border-color: rgba(255,255,255,0.12);
  }

  .xlg\:border-arctic-very-low {
    border-color: rgba(255,255,255,0.06);
  }

  .xlg\:border-black-base {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xlg\:border-black-dim {
    border-color: rgba(0,5,5,0.8);
  }

  .xlg\:border-black-low {
    border-color: #0A000000;
  }

  .xlg\:border-black-semi {
    border-color: #66000000;
  }

  .xlg\:border-white-low {
    border-color: rgba(255,255,255,0.06);
  }

  .xlg\:border-white-medium {
    border-color: rgba(255,255,255,0.12);
  }

  .xlg\:border-white-semi {
    border-color: rgba(255,255,255,0.6);
  }

  .xlg\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-border-opacity));
  }

  .xlg\:border-yellow {
    --tw-border-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-border-opacity));
  }

  .xlg\:border-expedition {
    --tw-border-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-border-opacity));
  }

  .xlg\:border-green-base {
    --tw-border-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-border-opacity));
  }

  .xlg\:border-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-border-opacity));
  }

  .xlg\:border-red-base {
    --tw-border-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-border-opacity));
  }

  .xlg\:border-transparent {
    border-color: rgba(0,0,0,0);
  }

  .group:hover .xlg\:group-hover\:border-tropic-base {
    --tw-border-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-border-opacity));
  }

  .group:hover .xlg\:group-hover\:border-tropic-light {
    border-color: rgba(3,39,41,0.7);
  }

  .group:hover .xlg\:group-hover\:border-tropic-6p {
    border-color: rgba(3,39,41,0.6);
  }

  .group:hover .xlg\:group-hover\:border-tropic-90p {
    border-color: rgba(3,39,41,0.9);
  }

  .group:hover .xlg\:group-hover\:border-taiga-base {
    --tw-border-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-border-opacity));
  }

  .group:hover .xlg\:group-hover\:border-taiga-light {
    --tw-border-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-border-opacity));
  }

  .group:hover .xlg\:group-hover\:border-savana {
    --tw-border-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-border-opacity));
  }

  .group:hover .xlg\:group-hover\:border-tundra {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-border-opacity));
  }

  .group:hover .xlg\:group-hover\:border-arctic-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xlg\:group-hover\:border-arctic-low {
    border-color: rgba(255,255,255,0.12);
  }

  .group:hover .xlg\:group-hover\:border-arctic-very-low {
    border-color: rgba(255,255,255,0.06);
  }

  .group:hover .xlg\:group-hover\:border-black-base {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xlg\:group-hover\:border-black-dim {
    border-color: rgba(0,5,5,0.8);
  }

  .group:hover .xlg\:group-hover\:border-black-low {
    border-color: #0A000000;
  }

  .group:hover .xlg\:group-hover\:border-black-semi {
    border-color: #66000000;
  }

  .group:hover .xlg\:group-hover\:border-white-low {
    border-color: rgba(255,255,255,0.06);
  }

  .group:hover .xlg\:group-hover\:border-white-medium {
    border-color: rgba(255,255,255,0.12);
  }

  .group:hover .xlg\:group-hover\:border-white-semi {
    border-color: rgba(255,255,255,0.6);
  }

  .group:hover .xlg\:group-hover\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-border-opacity));
  }

  .group:hover .xlg\:group-hover\:border-yellow {
    --tw-border-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-border-opacity));
  }

  .group:hover .xlg\:group-hover\:border-expedition {
    --tw-border-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-border-opacity));
  }

  .group:hover .xlg\:group-hover\:border-green-base {
    --tw-border-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-border-opacity));
  }

  .group:hover .xlg\:group-hover\:border-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-border-opacity));
  }

  .group:hover .xlg\:group-hover\:border-red-base {
    --tw-border-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-border-opacity));
  }

  .group:hover .xlg\:group-hover\:border-transparent {
    border-color: rgba(0,0,0,0);
  }

  .xlg\:focus-within\:border-tropic-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-border-opacity));
  }

  .xlg\:focus-within\:border-tropic-light:focus-within {
    border-color: rgba(3,39,41,0.7);
  }

  .xlg\:focus-within\:border-tropic-6p:focus-within {
    border-color: rgba(3,39,41,0.6);
  }

  .xlg\:focus-within\:border-tropic-90p:focus-within {
    border-color: rgba(3,39,41,0.9);
  }

  .xlg\:focus-within\:border-taiga-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-border-opacity));
  }

  .xlg\:focus-within\:border-taiga-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-border-opacity));
  }

  .xlg\:focus-within\:border-savana:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-border-opacity));
  }

  .xlg\:focus-within\:border-tundra:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-border-opacity));
  }

  .xlg\:focus-within\:border-arctic-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xlg\:focus-within\:border-arctic-low:focus-within {
    border-color: rgba(255,255,255,0.12);
  }

  .xlg\:focus-within\:border-arctic-very-low:focus-within {
    border-color: rgba(255,255,255,0.06);
  }

  .xlg\:focus-within\:border-black-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xlg\:focus-within\:border-black-dim:focus-within {
    border-color: rgba(0,5,5,0.8);
  }

  .xlg\:focus-within\:border-black-low:focus-within {
    border-color: #0A000000;
  }

  .xlg\:focus-within\:border-black-semi:focus-within {
    border-color: #66000000;
  }

  .xlg\:focus-within\:border-white-low:focus-within {
    border-color: rgba(255,255,255,0.06);
  }

  .xlg\:focus-within\:border-white-medium:focus-within {
    border-color: rgba(255,255,255,0.12);
  }

  .xlg\:focus-within\:border-white-semi:focus-within {
    border-color: rgba(255,255,255,0.6);
  }

  .xlg\:focus-within\:border-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-border-opacity));
  }

  .xlg\:focus-within\:border-yellow:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-border-opacity));
  }

  .xlg\:focus-within\:border-expedition:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-border-opacity));
  }

  .xlg\:focus-within\:border-green-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-border-opacity));
  }

  .xlg\:focus-within\:border-green-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-border-opacity));
  }

  .xlg\:focus-within\:border-red-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-border-opacity));
  }

  .xlg\:focus-within\:border-transparent:focus-within {
    border-color: rgba(0,0,0,0);
  }

  .xlg\:hover\:border-tropic-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-border-opacity));
  }

  .xlg\:hover\:border-tropic-light:hover {
    border-color: rgba(3,39,41,0.7);
  }

  .xlg\:hover\:border-tropic-6p:hover {
    border-color: rgba(3,39,41,0.6);
  }

  .xlg\:hover\:border-tropic-90p:hover {
    border-color: rgba(3,39,41,0.9);
  }

  .xlg\:hover\:border-taiga-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-border-opacity));
  }

  .xlg\:hover\:border-taiga-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-border-opacity));
  }

  .xlg\:hover\:border-savana:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-border-opacity));
  }

  .xlg\:hover\:border-tundra:hover {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-border-opacity));
  }

  .xlg\:hover\:border-arctic-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xlg\:hover\:border-arctic-low:hover {
    border-color: rgba(255,255,255,0.12);
  }

  .xlg\:hover\:border-arctic-very-low:hover {
    border-color: rgba(255,255,255,0.06);
  }

  .xlg\:hover\:border-black-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xlg\:hover\:border-black-dim:hover {
    border-color: rgba(0,5,5,0.8);
  }

  .xlg\:hover\:border-black-low:hover {
    border-color: #0A000000;
  }

  .xlg\:hover\:border-black-semi:hover {
    border-color: #66000000;
  }

  .xlg\:hover\:border-white-low:hover {
    border-color: rgba(255,255,255,0.06);
  }

  .xlg\:hover\:border-white-medium:hover {
    border-color: rgba(255,255,255,0.12);
  }

  .xlg\:hover\:border-white-semi:hover {
    border-color: rgba(255,255,255,0.6);
  }

  .xlg\:hover\:border-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-border-opacity));
  }

  .xlg\:hover\:border-yellow:hover {
    --tw-border-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-border-opacity));
  }

  .xlg\:hover\:border-expedition:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-border-opacity));
  }

  .xlg\:hover\:border-green-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-border-opacity));
  }

  .xlg\:hover\:border-green-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-border-opacity));
  }

  .xlg\:hover\:border-red-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-border-opacity));
  }

  .xlg\:hover\:border-transparent:hover {
    border-color: rgba(0,0,0,0);
  }

  .xlg\:focus\:border-tropic-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 39, 41, var(--tw-border-opacity));
  }

  .xlg\:focus\:border-tropic-light:focus {
    border-color: rgba(3,39,41,0.7);
  }

  .xlg\:focus\:border-tropic-6p:focus {
    border-color: rgba(3,39,41,0.6);
  }

  .xlg\:focus\:border-tropic-90p:focus {
    border-color: rgba(3,39,41,0.9);
  }

  .xlg\:focus\:border-taiga-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(86, 118, 110, var(--tw-border-opacity));
  }

  .xlg\:focus\:border-taiga-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 129, 120, var(--tw-border-opacity));
  }

  .xlg\:focus\:border-savana:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 217, 174, var(--tw-border-opacity));
  }

  .xlg\:focus\:border-tundra:focus {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 238, var(--tw-border-opacity));
  }

  .xlg\:focus\:border-arctic-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xlg\:focus\:border-arctic-low:focus {
    border-color: rgba(255,255,255,0.12);
  }

  .xlg\:focus\:border-arctic-very-low:focus {
    border-color: rgba(255,255,255,0.06);
  }

  .xlg\:focus\:border-black-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xlg\:focus\:border-black-dim:focus {
    border-color: rgba(0,5,5,0.8);
  }

  .xlg\:focus\:border-black-low:focus {
    border-color: #0A000000;
  }

  .xlg\:focus\:border-black-semi:focus {
    border-color: #66000000;
  }

  .xlg\:focus\:border-white-low:focus {
    border-color: rgba(255,255,255,0.06);
  }

  .xlg\:focus\:border-white-medium:focus {
    border-color: rgba(255,255,255,0.12);
  }

  .xlg\:focus\:border-white-semi:focus {
    border-color: rgba(255,255,255,0.6);
  }

  .xlg\:focus\:border-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 122, 58, var(--tw-border-opacity));
  }

  .xlg\:focus\:border-yellow:focus {
    --tw-border-opacity: 1;
    border-color: rgba(204, 151, 71, var(--tw-border-opacity));
  }

  .xlg\:focus\:border-expedition:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 112, 136, var(--tw-border-opacity));
  }

  .xlg\:focus\:border-green-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(140, 174, 68, var(--tw-border-opacity));
  }

  .xlg\:focus\:border-green-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 225, var(--tw-border-opacity));
  }

  .xlg\:focus\:border-red-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 11, 11, var(--tw-border-opacity));
  }

  .xlg\:focus\:border-transparent:focus {
    border-color: rgba(0,0,0,0);
  }

  .xlg\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .xlg\:border-opacity-1 {
    --tw-border-opacity: .01;
  }

  .xlg\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .xlg\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .xlg\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .xlg\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .xlg\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .xlg\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .xlg\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .xlg\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .xlg\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .xlg\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .xlg\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .xlg\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .xlg\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .xlg\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .xlg\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .xlg\:group-hover\:border-opacity-1 {
    --tw-border-opacity: .01;
  }

  .group:hover .xlg\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .xlg\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .xlg\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .xlg\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .xlg\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .xlg\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .xlg\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .xlg\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .xlg\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .xlg\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .xlg\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .xlg\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .xlg\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .xlg\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .xlg\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .xlg\:focus-within\:border-opacity-1:focus-within {
    --tw-border-opacity: .01;
  }

  .xlg\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .xlg\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .xlg\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .xlg\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .xlg\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .xlg\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .xlg\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .xlg\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .xlg\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .xlg\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .xlg\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .xlg\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .xlg\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .xlg\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .xlg\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .xlg\:hover\:border-opacity-1:hover {
    --tw-border-opacity: .01;
  }

  .xlg\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .xlg\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .xlg\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .xlg\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .xlg\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .xlg\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .xlg\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .xlg\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .xlg\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .xlg\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .xlg\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .xlg\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .xlg\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .xlg\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .xlg\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .xlg\:focus\:border-opacity-1:focus {
    --tw-border-opacity: .01;
  }

  .xlg\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .xlg\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .xlg\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .xlg\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .xlg\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .xlg\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .xlg\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .xlg\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .xlg\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .xlg\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .xlg\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .xlg\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .xlg\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .xlg\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .xlg\:bg-tropic-base {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
  }

  .xlg\:bg-tropic-light {
    background-color: rgba(3,39,41,0.7);
  }

  .xlg\:bg-tropic-6p {
    background-color: rgba(3,39,41,0.6);
  }

  .xlg\:bg-tropic-90p {
    background-color: rgba(3,39,41,0.9);
  }

  .xlg\:bg-taiga-base {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
  }

  .xlg\:bg-taiga-light {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
  }

  .xlg\:bg-savana {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
  }

  .xlg\:bg-tundra {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
  }

  .xlg\:bg-arctic-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xlg\:bg-arctic-low {
    background-color: rgba(255,255,255,0.12);
  }

  .xlg\:bg-arctic-very-low {
    background-color: rgba(255,255,255,0.06);
  }

  .xlg\:bg-black-base {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xlg\:bg-black-dim {
    background-color: rgba(0,5,5,0.8);
  }

  .xlg\:bg-black-low {
    background-color: #0A000000;
  }

  .xlg\:bg-black-semi {
    background-color: #66000000;
  }

  .xlg\:bg-white-low {
    background-color: rgba(255,255,255,0.06);
  }

  .xlg\:bg-white-medium {
    background-color: rgba(255,255,255,0.12);
  }

  .xlg\:bg-white-semi {
    background-color: rgba(255,255,255,0.6);
  }

  .xlg\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
  }

  .xlg\:bg-yellow {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
  }

  .xlg\:bg-expedition {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
  }

  .xlg\:bg-green-base {
    --tw-bg-opacity: 1;
    background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
  }

  .xlg\:bg-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
  }

  .xlg\:bg-red-base {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
  }

  .xlg\:bg-transparent {
    background-color: rgba(0,0,0,0);
  }

  .group:hover .xlg\:group-hover\:bg-tropic-base {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
  }

  .group:hover .xlg\:group-hover\:bg-tropic-light {
    background-color: rgba(3,39,41,0.7);
  }

  .group:hover .xlg\:group-hover\:bg-tropic-6p {
    background-color: rgba(3,39,41,0.6);
  }

  .group:hover .xlg\:group-hover\:bg-tropic-90p {
    background-color: rgba(3,39,41,0.9);
  }

  .group:hover .xlg\:group-hover\:bg-taiga-base {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
  }

  .group:hover .xlg\:group-hover\:bg-taiga-light {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
  }

  .group:hover .xlg\:group-hover\:bg-savana {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
  }

  .group:hover .xlg\:group-hover\:bg-tundra {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
  }

  .group:hover .xlg\:group-hover\:bg-arctic-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xlg\:group-hover\:bg-arctic-low {
    background-color: rgba(255,255,255,0.12);
  }

  .group:hover .xlg\:group-hover\:bg-arctic-very-low {
    background-color: rgba(255,255,255,0.06);
  }

  .group:hover .xlg\:group-hover\:bg-black-base {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xlg\:group-hover\:bg-black-dim {
    background-color: rgba(0,5,5,0.8);
  }

  .group:hover .xlg\:group-hover\:bg-black-low {
    background-color: #0A000000;
  }

  .group:hover .xlg\:group-hover\:bg-black-semi {
    background-color: #66000000;
  }

  .group:hover .xlg\:group-hover\:bg-white-low {
    background-color: rgba(255,255,255,0.06);
  }

  .group:hover .xlg\:group-hover\:bg-white-medium {
    background-color: rgba(255,255,255,0.12);
  }

  .group:hover .xlg\:group-hover\:bg-white-semi {
    background-color: rgba(255,255,255,0.6);
  }

  .group:hover .xlg\:group-hover\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
  }

  .group:hover .xlg\:group-hover\:bg-yellow {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
  }

  .group:hover .xlg\:group-hover\:bg-expedition {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
  }

  .group:hover .xlg\:group-hover\:bg-green-base {
    --tw-bg-opacity: 1;
    background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
  }

  .group:hover .xlg\:group-hover\:bg-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
  }

  .group:hover .xlg\:group-hover\:bg-red-base {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
  }

  .group:hover .xlg\:group-hover\:bg-transparent {
    background-color: rgba(0,0,0,0);
  }

  .xlg\:focus-within\:bg-tropic-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
  }

  .xlg\:focus-within\:bg-tropic-light:focus-within {
    background-color: rgba(3,39,41,0.7);
  }

  .xlg\:focus-within\:bg-tropic-6p:focus-within {
    background-color: rgba(3,39,41,0.6);
  }

  .xlg\:focus-within\:bg-tropic-90p:focus-within {
    background-color: rgba(3,39,41,0.9);
  }

  .xlg\:focus-within\:bg-taiga-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
  }

  .xlg\:focus-within\:bg-taiga-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
  }

  .xlg\:focus-within\:bg-savana:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
  }

  .xlg\:focus-within\:bg-tundra:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
  }

  .xlg\:focus-within\:bg-arctic-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xlg\:focus-within\:bg-arctic-low:focus-within {
    background-color: rgba(255,255,255,0.12);
  }

  .xlg\:focus-within\:bg-arctic-very-low:focus-within {
    background-color: rgba(255,255,255,0.06);
  }

  .xlg\:focus-within\:bg-black-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xlg\:focus-within\:bg-black-dim:focus-within {
    background-color: rgba(0,5,5,0.8);
  }

  .xlg\:focus-within\:bg-black-low:focus-within {
    background-color: #0A000000;
  }

  .xlg\:focus-within\:bg-black-semi:focus-within {
    background-color: #66000000;
  }

  .xlg\:focus-within\:bg-white-low:focus-within {
    background-color: rgba(255,255,255,0.06);
  }

  .xlg\:focus-within\:bg-white-medium:focus-within {
    background-color: rgba(255,255,255,0.12);
  }

  .xlg\:focus-within\:bg-white-semi:focus-within {
    background-color: rgba(255,255,255,0.6);
  }

  .xlg\:focus-within\:bg-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
  }

  .xlg\:focus-within\:bg-yellow:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
  }

  .xlg\:focus-within\:bg-expedition:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
  }

  .xlg\:focus-within\:bg-green-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
  }

  .xlg\:focus-within\:bg-green-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
  }

  .xlg\:focus-within\:bg-red-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
  }

  .xlg\:focus-within\:bg-transparent:focus-within {
    background-color: rgba(0,0,0,0);
  }

  .xlg\:hover\:bg-tropic-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
  }

  .xlg\:hover\:bg-tropic-light:hover {
    background-color: rgba(3,39,41,0.7);
  }

  .xlg\:hover\:bg-tropic-6p:hover {
    background-color: rgba(3,39,41,0.6);
  }

  .xlg\:hover\:bg-tropic-90p:hover {
    background-color: rgba(3,39,41,0.9);
  }

  .xlg\:hover\:bg-taiga-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
  }

  .xlg\:hover\:bg-taiga-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
  }

  .xlg\:hover\:bg-savana:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
  }

  .xlg\:hover\:bg-tundra:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
  }

  .xlg\:hover\:bg-arctic-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xlg\:hover\:bg-arctic-low:hover {
    background-color: rgba(255,255,255,0.12);
  }

  .xlg\:hover\:bg-arctic-very-low:hover {
    background-color: rgba(255,255,255,0.06);
  }

  .xlg\:hover\:bg-black-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xlg\:hover\:bg-black-dim:hover {
    background-color: rgba(0,5,5,0.8);
  }

  .xlg\:hover\:bg-black-low:hover {
    background-color: #0A000000;
  }

  .xlg\:hover\:bg-black-semi:hover {
    background-color: #66000000;
  }

  .xlg\:hover\:bg-white-low:hover {
    background-color: rgba(255,255,255,0.06);
  }

  .xlg\:hover\:bg-white-medium:hover {
    background-color: rgba(255,255,255,0.12);
  }

  .xlg\:hover\:bg-white-semi:hover {
    background-color: rgba(255,255,255,0.6);
  }

  .xlg\:hover\:bg-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
  }

  .xlg\:hover\:bg-yellow:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
  }

  .xlg\:hover\:bg-expedition:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
  }

  .xlg\:hover\:bg-green-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
  }

  .xlg\:hover\:bg-green-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
  }

  .xlg\:hover\:bg-red-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
  }

  .xlg\:hover\:bg-transparent:hover {
    background-color: rgba(0,0,0,0);
  }

  .xlg\:focus\:bg-tropic-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 39, 41, var(--tw-bg-opacity));
  }

  .xlg\:focus\:bg-tropic-light:focus {
    background-color: rgba(3,39,41,0.7);
  }

  .xlg\:focus\:bg-tropic-6p:focus {
    background-color: rgba(3,39,41,0.6);
  }

  .xlg\:focus\:bg-tropic-90p:focus {
    background-color: rgba(3,39,41,0.9);
  }

  .xlg\:focus\:bg-taiga-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 118, 110, var(--tw-bg-opacity));
  }

  .xlg\:focus\:bg-taiga-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 129, 120, var(--tw-bg-opacity));
  }

  .xlg\:focus\:bg-savana:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 217, 174, var(--tw-bg-opacity));
  }

  .xlg\:focus\:bg-tundra:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 238, var(--tw-bg-opacity));
  }

  .xlg\:focus\:bg-arctic-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xlg\:focus\:bg-arctic-low:focus {
    background-color: rgba(255,255,255,0.12);
  }

  .xlg\:focus\:bg-arctic-very-low:focus {
    background-color: rgba(255,255,255,0.06);
  }

  .xlg\:focus\:bg-black-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xlg\:focus\:bg-black-dim:focus {
    background-color: rgba(0,5,5,0.8);
  }

  .xlg\:focus\:bg-black-low:focus {
    background-color: #0A000000;
  }

  .xlg\:focus\:bg-black-semi:focus {
    background-color: #66000000;
  }

  .xlg\:focus\:bg-white-low:focus {
    background-color: rgba(255,255,255,0.06);
  }

  .xlg\:focus\:bg-white-medium:focus {
    background-color: rgba(255,255,255,0.12);
  }

  .xlg\:focus\:bg-white-semi:focus {
    background-color: rgba(255,255,255,0.6);
  }

  .xlg\:focus\:bg-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 122, 58, var(--tw-bg-opacity));
  }

  .xlg\:focus\:bg-yellow:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 151, 71, var(--tw-bg-opacity));
  }

  .xlg\:focus\:bg-expedition:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 112, 136, var(--tw-bg-opacity));
  }

  .xlg\:focus\:bg-green-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(140, 174, 68, var(--tw-bg-opacity));
  }

  .xlg\:focus\:bg-green-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 225, var(--tw-bg-opacity));
  }

  .xlg\:focus\:bg-red-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 11, 11, var(--tw-bg-opacity));
  }

  .xlg\:focus\:bg-transparent:focus {
    background-color: rgba(0,0,0,0);
  }

  .xlg\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .xlg\:bg-opacity-1 {
    --tw-bg-opacity: .01;
  }

  .xlg\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .xlg\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .xlg\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .xlg\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .xlg\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .xlg\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .xlg\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .xlg\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .xlg\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .xlg\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .xlg\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .xlg\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .xlg\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .xlg\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .xlg\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .xlg\:group-hover\:bg-opacity-1 {
    --tw-bg-opacity: .01;
  }

  .group:hover .xlg\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .xlg\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .xlg\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .xlg\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .xlg\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .xlg\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .xlg\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .xlg\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .xlg\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .xlg\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .xlg\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .xlg\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .xlg\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .xlg\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .xlg\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .xlg\:focus-within\:bg-opacity-1:focus-within {
    --tw-bg-opacity: .01;
  }

  .xlg\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .xlg\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .xlg\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .xlg\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .xlg\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .xlg\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .xlg\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .xlg\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .xlg\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .xlg\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .xlg\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .xlg\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .xlg\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .xlg\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .xlg\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .xlg\:hover\:bg-opacity-1:hover {
    --tw-bg-opacity: .01;
  }

  .xlg\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .xlg\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .xlg\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .xlg\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .xlg\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .xlg\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .xlg\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .xlg\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .xlg\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .xlg\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .xlg\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .xlg\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .xlg\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .xlg\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .xlg\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .xlg\:focus\:bg-opacity-1:focus {
    --tw-bg-opacity: .01;
  }

  .xlg\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .xlg\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .xlg\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .xlg\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .xlg\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .xlg\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .xlg\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .xlg\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .xlg\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .xlg\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .xlg\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .xlg\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .xlg\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .xlg\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .xlg\:bg-none {
    background-image: none;
  }

  .xlg\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xlg\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xlg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xlg\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xlg\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xlg\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xlg\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xlg\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xlg\:bg-landing-main {
    background-image: url('resources/imgs/landing-main.jpg');
  }

  .xlg\:bg-gradient-radial {
    background-image: radial-gradient(var(--gradient-color-stops));
  }

  .xlg\:from-tropic-base {
    --tw-gradient-from: #032729;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .xlg\:from-tropic-light {
    --tw-gradient-from: rgba(3,39,41,0.7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .xlg\:from-tropic-6p {
    --tw-gradient-from: rgba(3,39,41,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .xlg\:from-tropic-90p {
    --tw-gradient-from: rgba(3,39,41,0.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .xlg\:from-taiga-base {
    --tw-gradient-from: #56766E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .xlg\:from-taiga-light {
    --tw-gradient-from: #608178;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .xlg\:from-savana {
    --tw-gradient-from: #EFD9AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .xlg\:from-tundra {
    --tw-gradient-from: #F2F2EE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .xlg\:from-arctic-base {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:from-arctic-low {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:from-arctic-very-low {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:from-black-base {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xlg\:from-black-dim {
    --tw-gradient-from: rgba(0,5,5,0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .xlg\:from-black-low {
    --tw-gradient-from: #0A000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .xlg\:from-black-semi {
    --tw-gradient-from: #66000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .xlg\:from-white-low {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:from-white-medium {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:from-white-semi {
    --tw-gradient-from: rgba(255,255,255,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:from-error {
    --tw-gradient-from: #D17A3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .xlg\:from-yellow {
    --tw-gradient-from: #CC9747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .xlg\:from-expedition {
    --tw-gradient-from: #4F7088;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .xlg\:from-green-base {
    --tw-gradient-from: #8CAE44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .xlg\:from-green-light {
    --tw-gradient-from: #E3E6E1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .xlg\:from-red-base {
    --tw-gradient-from: #bf0b0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .xlg\:from-transparent {
    --tw-gradient-from: rgba(0,0,0,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xlg\:hover\:from-tropic-base:hover {
    --tw-gradient-from: #032729;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .xlg\:hover\:from-tropic-light:hover {
    --tw-gradient-from: rgba(3,39,41,0.7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .xlg\:hover\:from-tropic-6p:hover {
    --tw-gradient-from: rgba(3,39,41,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .xlg\:hover\:from-tropic-90p:hover {
    --tw-gradient-from: rgba(3,39,41,0.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .xlg\:hover\:from-taiga-base:hover {
    --tw-gradient-from: #56766E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .xlg\:hover\:from-taiga-light:hover {
    --tw-gradient-from: #608178;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .xlg\:hover\:from-savana:hover {
    --tw-gradient-from: #EFD9AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .xlg\:hover\:from-tundra:hover {
    --tw-gradient-from: #F2F2EE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .xlg\:hover\:from-arctic-base:hover {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:hover\:from-arctic-low:hover {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:hover\:from-arctic-very-low:hover {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:hover\:from-black-base:hover {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xlg\:hover\:from-black-dim:hover {
    --tw-gradient-from: rgba(0,5,5,0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .xlg\:hover\:from-black-low:hover {
    --tw-gradient-from: #0A000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .xlg\:hover\:from-black-semi:hover {
    --tw-gradient-from: #66000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .xlg\:hover\:from-white-low:hover {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:hover\:from-white-medium:hover {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:hover\:from-white-semi:hover {
    --tw-gradient-from: rgba(255,255,255,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:hover\:from-error:hover {
    --tw-gradient-from: #D17A3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .xlg\:hover\:from-yellow:hover {
    --tw-gradient-from: #CC9747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .xlg\:hover\:from-expedition:hover {
    --tw-gradient-from: #4F7088;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .xlg\:hover\:from-green-base:hover {
    --tw-gradient-from: #8CAE44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .xlg\:hover\:from-green-light:hover {
    --tw-gradient-from: #E3E6E1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .xlg\:hover\:from-red-base:hover {
    --tw-gradient-from: #bf0b0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .xlg\:hover\:from-transparent:hover {
    --tw-gradient-from: rgba(0,0,0,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xlg\:focus\:from-tropic-base:focus {
    --tw-gradient-from: #032729;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .xlg\:focus\:from-tropic-light:focus {
    --tw-gradient-from: rgba(3,39,41,0.7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .xlg\:focus\:from-tropic-6p:focus {
    --tw-gradient-from: rgba(3,39,41,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .xlg\:focus\:from-tropic-90p:focus {
    --tw-gradient-from: rgba(3,39,41,0.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .xlg\:focus\:from-taiga-base:focus {
    --tw-gradient-from: #56766E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .xlg\:focus\:from-taiga-light:focus {
    --tw-gradient-from: #608178;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .xlg\:focus\:from-savana:focus {
    --tw-gradient-from: #EFD9AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .xlg\:focus\:from-tundra:focus {
    --tw-gradient-from: #F2F2EE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .xlg\:focus\:from-arctic-base:focus {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:focus\:from-arctic-low:focus {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:focus\:from-arctic-very-low:focus {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:focus\:from-black-base:focus {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xlg\:focus\:from-black-dim:focus {
    --tw-gradient-from: rgba(0,5,5,0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .xlg\:focus\:from-black-low:focus {
    --tw-gradient-from: #0A000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .xlg\:focus\:from-black-semi:focus {
    --tw-gradient-from: #66000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .xlg\:focus\:from-white-low:focus {
    --tw-gradient-from: rgba(255,255,255,0.06);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:focus\:from-white-medium:focus {
    --tw-gradient-from: rgba(255,255,255,0.12);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:focus\:from-white-semi:focus {
    --tw-gradient-from: rgba(255,255,255,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:focus\:from-error:focus {
    --tw-gradient-from: #D17A3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .xlg\:focus\:from-yellow:focus {
    --tw-gradient-from: #CC9747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .xlg\:focus\:from-expedition:focus {
    --tw-gradient-from: #4F7088;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .xlg\:focus\:from-green-base:focus {
    --tw-gradient-from: #8CAE44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .xlg\:focus\:from-green-light:focus {
    --tw-gradient-from: #E3E6E1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .xlg\:focus\:from-red-base:focus {
    --tw-gradient-from: #bf0b0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .xlg\:focus\:from-transparent:focus {
    --tw-gradient-from: rgba(0,0,0,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xlg\:via-tropic-base {
    --tw-gradient-stops: var(--tw-gradient-from), #032729, var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .xlg\:via-tropic-light {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.7), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .xlg\:via-tropic-6p {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.6), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .xlg\:via-tropic-90p {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.9), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .xlg\:via-taiga-base {
    --tw-gradient-stops: var(--tw-gradient-from), #56766E, var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .xlg\:via-taiga-light {
    --tw-gradient-stops: var(--tw-gradient-from), #608178, var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .xlg\:via-savana {
    --tw-gradient-stops: var(--tw-gradient-from), #EFD9AE, var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .xlg\:via-tundra {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2EE, var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .xlg\:via-arctic-base {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:via-arctic-low {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:via-arctic-very-low {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:via-black-base {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xlg\:via-black-dim {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,5,5,0.8), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .xlg\:via-black-low {
    --tw-gradient-stops: var(--tw-gradient-from), #0A000000, var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .xlg\:via-black-semi {
    --tw-gradient-stops: var(--tw-gradient-from), #66000000, var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .xlg\:via-white-low {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:via-white-medium {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:via-white-semi {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), #D17A3A, var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .xlg\:via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #CC9747, var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .xlg\:via-expedition {
    --tw-gradient-stops: var(--tw-gradient-from), #4F7088, var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .xlg\:via-green-base {
    --tw-gradient-stops: var(--tw-gradient-from), #8CAE44, var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .xlg\:via-green-light {
    --tw-gradient-stops: var(--tw-gradient-from), #E3E6E1, var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .xlg\:via-red-base {
    --tw-gradient-stops: var(--tw-gradient-from), #bf0b0b, var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .xlg\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xlg\:hover\:via-tropic-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #032729, var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .xlg\:hover\:via-tropic-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.7), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .xlg\:hover\:via-tropic-6p:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.6), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .xlg\:hover\:via-tropic-90p:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.9), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .xlg\:hover\:via-taiga-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #56766E, var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .xlg\:hover\:via-taiga-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #608178, var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .xlg\:hover\:via-savana:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EFD9AE, var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .xlg\:hover\:via-tundra:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2EE, var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .xlg\:hover\:via-arctic-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:hover\:via-arctic-low:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:hover\:via-arctic-very-low:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:hover\:via-black-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xlg\:hover\:via-black-dim:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,5,5,0.8), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .xlg\:hover\:via-black-low:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0A000000, var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .xlg\:hover\:via-black-semi:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #66000000, var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .xlg\:hover\:via-white-low:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:hover\:via-white-medium:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:hover\:via-white-semi:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D17A3A, var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .xlg\:hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CC9747, var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .xlg\:hover\:via-expedition:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F7088, var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .xlg\:hover\:via-green-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8CAE44, var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .xlg\:hover\:via-green-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E3E6E1, var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .xlg\:hover\:via-red-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bf0b0b, var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .xlg\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xlg\:focus\:via-tropic-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #032729, var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .xlg\:focus\:via-tropic-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.7), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .xlg\:focus\:via-tropic-6p:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.6), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .xlg\:focus\:via-tropic-90p:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(3,39,41,0.9), var(--tw-gradient-to, rgba(3, 39, 41, 0));
  }

  .xlg\:focus\:via-taiga-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #56766E, var(--tw-gradient-to, rgba(86, 118, 110, 0));
  }

  .xlg\:focus\:via-taiga-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #608178, var(--tw-gradient-to, rgba(96, 129, 120, 0));
  }

  .xlg\:focus\:via-savana:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EFD9AE, var(--tw-gradient-to, rgba(239, 217, 174, 0));
  }

  .xlg\:focus\:via-tundra:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2EE, var(--tw-gradient-to, rgba(242, 242, 238, 0));
  }

  .xlg\:focus\:via-arctic-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:focus\:via-arctic-low:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:focus\:via-arctic-very-low:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:focus\:via-black-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xlg\:focus\:via-black-dim:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,5,5,0.8), var(--tw-gradient-to, rgba(0, 5, 5, 0));
  }

  .xlg\:focus\:via-black-low:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0A000000, var(--tw-gradient-to, rgba(10, 0, 0, 0));
  }

  .xlg\:focus\:via-black-semi:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #66000000, var(--tw-gradient-to, rgba(102, 0, 0, 0));
  }

  .xlg\:focus\:via-white-low:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.06), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:focus\:via-white-medium:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.12), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:focus\:via-white-semi:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xlg\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D17A3A, var(--tw-gradient-to, rgba(209, 122, 58, 0));
  }

  .xlg\:focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CC9747, var(--tw-gradient-to, rgba(204, 151, 71, 0));
  }

  .xlg\:focus\:via-expedition:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F7088, var(--tw-gradient-to, rgba(79, 112, 136, 0));
  }

  .xlg\:focus\:via-green-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8CAE44, var(--tw-gradient-to, rgba(140, 174, 68, 0));
  }

  .xlg\:focus\:via-green-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E3E6E1, var(--tw-gradient-to, rgba(227, 230, 225, 0));
  }

  .xlg\:focus\:via-red-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bf0b0b, var(--tw-gradient-to, rgba(191, 11, 11, 0));
  }

  .xlg\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xlg\:to-tropic-base {
    --tw-gradient-to: #032729;
  }

  .xlg\:to-tropic-light {
    --tw-gradient-to: rgba(3,39,41,0.7);
  }

  .xlg\:to-tropic-6p {
    --tw-gradient-to: rgba(3,39,41,0.6);
  }

  .xlg\:to-tropic-90p {
    --tw-gradient-to: rgba(3,39,41,0.9);
  }

  .xlg\:to-taiga-base {
    --tw-gradient-to: #56766E;
  }

  .xlg\:to-taiga-light {
    --tw-gradient-to: #608178;
  }

  .xlg\:to-savana {
    --tw-gradient-to: #EFD9AE;
  }

  .xlg\:to-tundra {
    --tw-gradient-to: #F2F2EE;
  }

  .xlg\:to-arctic-base {
    --tw-gradient-to: #FFFFFF;
  }

  .xlg\:to-arctic-low {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .xlg\:to-arctic-very-low {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .xlg\:to-black-base {
    --tw-gradient-to: #000000;
  }

  .xlg\:to-black-dim {
    --tw-gradient-to: rgba(0,5,5,0.8);
  }

  .xlg\:to-black-low {
    --tw-gradient-to: #0A000000;
  }

  .xlg\:to-black-semi {
    --tw-gradient-to: #66000000;
  }

  .xlg\:to-white-low {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .xlg\:to-white-medium {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .xlg\:to-white-semi {
    --tw-gradient-to: rgba(255,255,255,0.6);
  }

  .xlg\:to-error {
    --tw-gradient-to: #D17A3A;
  }

  .xlg\:to-yellow {
    --tw-gradient-to: #CC9747;
  }

  .xlg\:to-expedition {
    --tw-gradient-to: #4F7088;
  }

  .xlg\:to-green-base {
    --tw-gradient-to: #8CAE44;
  }

  .xlg\:to-green-light {
    --tw-gradient-to: #E3E6E1;
  }

  .xlg\:to-red-base {
    --tw-gradient-to: #bf0b0b;
  }

  .xlg\:to-transparent {
    --tw-gradient-to: rgba(0,0,0,0);
  }

  .xlg\:hover\:to-tropic-base:hover {
    --tw-gradient-to: #032729;
  }

  .xlg\:hover\:to-tropic-light:hover {
    --tw-gradient-to: rgba(3,39,41,0.7);
  }

  .xlg\:hover\:to-tropic-6p:hover {
    --tw-gradient-to: rgba(3,39,41,0.6);
  }

  .xlg\:hover\:to-tropic-90p:hover {
    --tw-gradient-to: rgba(3,39,41,0.9);
  }

  .xlg\:hover\:to-taiga-base:hover {
    --tw-gradient-to: #56766E;
  }

  .xlg\:hover\:to-taiga-light:hover {
    --tw-gradient-to: #608178;
  }

  .xlg\:hover\:to-savana:hover {
    --tw-gradient-to: #EFD9AE;
  }

  .xlg\:hover\:to-tundra:hover {
    --tw-gradient-to: #F2F2EE;
  }

  .xlg\:hover\:to-arctic-base:hover {
    --tw-gradient-to: #FFFFFF;
  }

  .xlg\:hover\:to-arctic-low:hover {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .xlg\:hover\:to-arctic-very-low:hover {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .xlg\:hover\:to-black-base:hover {
    --tw-gradient-to: #000000;
  }

  .xlg\:hover\:to-black-dim:hover {
    --tw-gradient-to: rgba(0,5,5,0.8);
  }

  .xlg\:hover\:to-black-low:hover {
    --tw-gradient-to: #0A000000;
  }

  .xlg\:hover\:to-black-semi:hover {
    --tw-gradient-to: #66000000;
  }

  .xlg\:hover\:to-white-low:hover {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .xlg\:hover\:to-white-medium:hover {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .xlg\:hover\:to-white-semi:hover {
    --tw-gradient-to: rgba(255,255,255,0.6);
  }

  .xlg\:hover\:to-error:hover {
    --tw-gradient-to: #D17A3A;
  }

  .xlg\:hover\:to-yellow:hover {
    --tw-gradient-to: #CC9747;
  }

  .xlg\:hover\:to-expedition:hover {
    --tw-gradient-to: #4F7088;
  }

  .xlg\:hover\:to-green-base:hover {
    --tw-gradient-to: #8CAE44;
  }

  .xlg\:hover\:to-green-light:hover {
    --tw-gradient-to: #E3E6E1;
  }

  .xlg\:hover\:to-red-base:hover {
    --tw-gradient-to: #bf0b0b;
  }

  .xlg\:hover\:to-transparent:hover {
    --tw-gradient-to: rgba(0,0,0,0);
  }

  .xlg\:focus\:to-tropic-base:focus {
    --tw-gradient-to: #032729;
  }

  .xlg\:focus\:to-tropic-light:focus {
    --tw-gradient-to: rgba(3,39,41,0.7);
  }

  .xlg\:focus\:to-tropic-6p:focus {
    --tw-gradient-to: rgba(3,39,41,0.6);
  }

  .xlg\:focus\:to-tropic-90p:focus {
    --tw-gradient-to: rgba(3,39,41,0.9);
  }

  .xlg\:focus\:to-taiga-base:focus {
    --tw-gradient-to: #56766E;
  }

  .xlg\:focus\:to-taiga-light:focus {
    --tw-gradient-to: #608178;
  }

  .xlg\:focus\:to-savana:focus {
    --tw-gradient-to: #EFD9AE;
  }

  .xlg\:focus\:to-tundra:focus {
    --tw-gradient-to: #F2F2EE;
  }

  .xlg\:focus\:to-arctic-base:focus {
    --tw-gradient-to: #FFFFFF;
  }

  .xlg\:focus\:to-arctic-low:focus {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .xlg\:focus\:to-arctic-very-low:focus {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .xlg\:focus\:to-black-base:focus {
    --tw-gradient-to: #000000;
  }

  .xlg\:focus\:to-black-dim:focus {
    --tw-gradient-to: rgba(0,5,5,0.8);
  }

  .xlg\:focus\:to-black-low:focus {
    --tw-gradient-to: #0A000000;
  }

  .xlg\:focus\:to-black-semi:focus {
    --tw-gradient-to: #66000000;
  }

  .xlg\:focus\:to-white-low:focus {
    --tw-gradient-to: rgba(255,255,255,0.06);
  }

  .xlg\:focus\:to-white-medium:focus {
    --tw-gradient-to: rgba(255,255,255,0.12);
  }

  .xlg\:focus\:to-white-semi:focus {
    --tw-gradient-to: rgba(255,255,255,0.6);
  }

  .xlg\:focus\:to-error:focus {
    --tw-gradient-to: #D17A3A;
  }

  .xlg\:focus\:to-yellow:focus {
    --tw-gradient-to: #CC9747;
  }

  .xlg\:focus\:to-expedition:focus {
    --tw-gradient-to: #4F7088;
  }

  .xlg\:focus\:to-green-base:focus {
    --tw-gradient-to: #8CAE44;
  }

  .xlg\:focus\:to-green-light:focus {
    --tw-gradient-to: #E3E6E1;
  }

  .xlg\:focus\:to-red-base:focus {
    --tw-gradient-to: #bf0b0b;
  }

  .xlg\:focus\:to-transparent:focus {
    --tw-gradient-to: rgba(0,0,0,0);
  }

  .xlg\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .xlg\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .xlg\:bg-auto {
    background-size: auto;
  }

  .xlg\:bg-cover {
    background-size: cover;
  }

  .xlg\:bg-contain {
    background-size: contain;
  }

  .xlg\:bg-fixed {
    background-attachment: fixed;
  }

  .xlg\:bg-local {
    background-attachment: local;
  }

  .xlg\:bg-scroll {
    background-attachment: scroll;
  }

  .xlg\:bg-clip-border {
    background-clip: border-box;
  }

  .xlg\:bg-clip-padding {
    background-clip: padding-box;
  }

  .xlg\:bg-clip-content {
    background-clip: content-box;
  }

  .xlg\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xlg\:bg-bottom {
    background-position: bottom;
  }

  .xlg\:bg-center {
    background-position: center;
  }

  .xlg\:bg-left {
    background-position: left;
  }

  .xlg\:bg-left-bottom {
    background-position: left bottom;
  }

  .xlg\:bg-left-top {
    background-position: left top;
  }

  .xlg\:bg-right {
    background-position: right;
  }

  .xlg\:bg-right-bottom {
    background-position: right bottom;
  }

  .xlg\:bg-right-top {
    background-position: right top;
  }

  .xlg\:bg-top {
    background-position: top;
  }

  .xlg\:bg-repeat {
    background-repeat: repeat;
  }

  .xlg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xlg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xlg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xlg\:bg-repeat-round {
    background-repeat: round;
  }

  .xlg\:bg-repeat-space {
    background-repeat: space;
  }

  .xlg\:bg-origin-border {
    background-origin: border-box;
  }

  .xlg\:bg-origin-padding {
    background-origin: padding-box;
  }

  .xlg\:bg-origin-content {
    background-origin: content-box;
  }

  .xlg\:fill-current {
    fill: currentColor;
  }

  .xlg\:stroke-current {
    stroke: currentColor;
  }

  .xlg\:stroke-0 {
    stroke-width: 0;
  }

  .xlg\:stroke-1 {
    stroke-width: 1;
  }

  .xlg\:stroke-2 {
    stroke-width: 2;
  }

  .xlg\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xlg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xlg\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xlg\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xlg\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xlg\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xlg\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xlg\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xlg\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xlg\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xlg\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xlg\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xlg\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xlg\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xlg\:p-0 {
    padding: 0px;
  }

  .xlg\:p-1 {
    padding: 0.25rem;
  }

  .xlg\:p-2 {
    padding: 0.5rem;
  }

  .xlg\:p-3 {
    padding: 0.75rem;
  }

  .xlg\:p-4 {
    padding: 1rem;
  }

  .xlg\:p-5 {
    padding: 1.25rem;
  }

  .xlg\:p-6 {
    padding: 1.5rem;
  }

  .xlg\:p-7 {
    padding: 1.75rem;
  }

  .xlg\:p-8 {
    padding: 2rem;
  }

  .xlg\:p-9 {
    padding: 2.25rem;
  }

  .xlg\:p-10 {
    padding: 2.5rem;
  }

  .xlg\:p-11 {
    padding: 2.75rem;
  }

  .xlg\:p-12 {
    padding: 3rem;
  }

  .xlg\:p-14 {
    padding: 3.5rem;
  }

  .xlg\:p-16 {
    padding: 4rem;
  }

  .xlg\:p-20 {
    padding: 5rem;
  }

  .xlg\:p-24 {
    padding: 6rem;
  }

  .xlg\:p-28 {
    padding: 7rem;
  }

  .xlg\:p-32 {
    padding: 8rem;
  }

  .xlg\:p-36 {
    padding: 9rem;
  }

  .xlg\:p-40 {
    padding: 10rem;
  }

  .xlg\:p-44 {
    padding: 11rem;
  }

  .xlg\:p-48 {
    padding: 12rem;
  }

  .xlg\:p-52 {
    padding: 13rem;
  }

  .xlg\:p-56 {
    padding: 14rem;
  }

  .xlg\:p-60 {
    padding: 15rem;
  }

  .xlg\:p-64 {
    padding: 16rem;
  }

  .xlg\:p-72 {
    padding: 18rem;
  }

  .xlg\:p-80 {
    padding: 20rem;
  }

  .xlg\:p-96 {
    padding: 24rem;
  }

  .xlg\:p-px {
    padding: 1px;
  }

  .xlg\:p-0\.5 {
    padding: 0.125rem;
  }

  .xlg\:p-1\.5 {
    padding: 0.375rem;
  }

  .xlg\:p-2\.5 {
    padding: 0.625rem;
  }

  .xlg\:p-3\.5 {
    padding: 0.875rem;
  }

  .xlg\:p-4px {
    padding: 4px;
  }

  .xlg\:p-7px {
    padding: 7px;
  }

  .xlg\:p-8px {
    padding: 8px;
  }

  .xlg\:p-10px {
    padding: 10px;
  }

  .xlg\:p-12px {
    padding: 12px;
  }

  .xlg\:p-14px {
    padding: 14px;
  }

  .xlg\:p-16px {
    padding: 16px;
  }

  .xlg\:p-20px {
    padding: 20px;
  }

  .xlg\:p-24px {
    padding: 24px;
  }

  .xlg\:p-26px {
    padding: 26px;
  }

  .xlg\:p-28px {
    padding: 28px;
  }

  .xlg\:p-32px {
    padding: 32px;
  }

  .xlg\:p-40px {
    padding: 40px;
  }

  .xlg\:p-48px {
    padding: 48px;
  }

  .xlg\:p-60px {
    padding: 60px;
  }

  .xlg\:p-94px {
    padding: 94px;
  }

  .xlg\:p-100px {
    padding: 100px;
  }

  .xlg\:p-135px {
    padding: 135px;
  }

  .xlg\:p-150px {
    padding: 150px;
  }

  .xlg\:p-268px {
    padding: 268px;
  }

  .xlg\:p-300px {
    padding: 300px;
  }

  .xlg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xlg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xlg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xlg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xlg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xlg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xlg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xlg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xlg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xlg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xlg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xlg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xlg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xlg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xlg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xlg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xlg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xlg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xlg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xlg\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xlg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xlg\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xlg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xlg\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xlg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xlg\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xlg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xlg\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xlg\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xlg\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xlg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xlg\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xlg\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xlg\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xlg\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xlg\:px-4px {
    padding-left: 4px;
    padding-right: 4px;
  }

  .xlg\:px-7px {
    padding-left: 7px;
    padding-right: 7px;
  }

  .xlg\:px-8px {
    padding-left: 8px;
    padding-right: 8px;
  }

  .xlg\:px-10px {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xlg\:px-12px {
    padding-left: 12px;
    padding-right: 12px;
  }

  .xlg\:px-14px {
    padding-left: 14px;
    padding-right: 14px;
  }

  .xlg\:px-16px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xlg\:px-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xlg\:px-24px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xlg\:px-26px {
    padding-left: 26px;
    padding-right: 26px;
  }

  .xlg\:px-28px {
    padding-left: 28px;
    padding-right: 28px;
  }

  .xlg\:px-32px {
    padding-left: 32px;
    padding-right: 32px;
  }

  .xlg\:px-40px {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xlg\:px-48px {
    padding-left: 48px;
    padding-right: 48px;
  }

  .xlg\:px-60px {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xlg\:px-94px {
    padding-left: 94px;
    padding-right: 94px;
  }

  .xlg\:px-100px {
    padding-left: 100px;
    padding-right: 100px;
  }

  .xlg\:px-135px {
    padding-left: 135px;
    padding-right: 135px;
  }

  .xlg\:px-150px {
    padding-left: 150px;
    padding-right: 150px;
  }

  .xlg\:px-268px {
    padding-left: 268px;
    padding-right: 268px;
  }

  .xlg\:px-300px {
    padding-left: 300px;
    padding-right: 300px;
  }

  .xlg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xlg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xlg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xlg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xlg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xlg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xlg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xlg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xlg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xlg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xlg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xlg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xlg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xlg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xlg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xlg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xlg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xlg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xlg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xlg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xlg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xlg\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xlg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xlg\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xlg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xlg\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xlg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xlg\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xlg\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xlg\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xlg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xlg\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xlg\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xlg\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xlg\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xlg\:py-4px {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .xlg\:py-7px {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .xlg\:py-8px {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .xlg\:py-10px {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xlg\:py-12px {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xlg\:py-14px {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .xlg\:py-16px {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xlg\:py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xlg\:py-24px {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xlg\:py-26px {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .xlg\:py-28px {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .xlg\:py-32px {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xlg\:py-40px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xlg\:py-48px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .xlg\:py-60px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xlg\:py-94px {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .xlg\:py-100px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xlg\:py-135px {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .xlg\:py-150px {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .xlg\:py-268px {
    padding-top: 268px;
    padding-bottom: 268px;
  }

  .xlg\:py-300px {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .xlg\:pt-0 {
    padding-top: 0px;
  }

  .xlg\:pt-1 {
    padding-top: 0.25rem;
  }

  .xlg\:pt-2 {
    padding-top: 0.5rem;
  }

  .xlg\:pt-3 {
    padding-top: 0.75rem;
  }

  .xlg\:pt-4 {
    padding-top: 1rem;
  }

  .xlg\:pt-5 {
    padding-top: 1.25rem;
  }

  .xlg\:pt-6 {
    padding-top: 1.5rem;
  }

  .xlg\:pt-7 {
    padding-top: 1.75rem;
  }

  .xlg\:pt-8 {
    padding-top: 2rem;
  }

  .xlg\:pt-9 {
    padding-top: 2.25rem;
  }

  .xlg\:pt-10 {
    padding-top: 2.5rem;
  }

  .xlg\:pt-11 {
    padding-top: 2.75rem;
  }

  .xlg\:pt-12 {
    padding-top: 3rem;
  }

  .xlg\:pt-14 {
    padding-top: 3.5rem;
  }

  .xlg\:pt-16 {
    padding-top: 4rem;
  }

  .xlg\:pt-20 {
    padding-top: 5rem;
  }

  .xlg\:pt-24 {
    padding-top: 6rem;
  }

  .xlg\:pt-28 {
    padding-top: 7rem;
  }

  .xlg\:pt-32 {
    padding-top: 8rem;
  }

  .xlg\:pt-36 {
    padding-top: 9rem;
  }

  .xlg\:pt-40 {
    padding-top: 10rem;
  }

  .xlg\:pt-44 {
    padding-top: 11rem;
  }

  .xlg\:pt-48 {
    padding-top: 12rem;
  }

  .xlg\:pt-52 {
    padding-top: 13rem;
  }

  .xlg\:pt-56 {
    padding-top: 14rem;
  }

  .xlg\:pt-60 {
    padding-top: 15rem;
  }

  .xlg\:pt-64 {
    padding-top: 16rem;
  }

  .xlg\:pt-72 {
    padding-top: 18rem;
  }

  .xlg\:pt-80 {
    padding-top: 20rem;
  }

  .xlg\:pt-96 {
    padding-top: 24rem;
  }

  .xlg\:pt-px {
    padding-top: 1px;
  }

  .xlg\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .xlg\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .xlg\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .xlg\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .xlg\:pt-4px {
    padding-top: 4px;
  }

  .xlg\:pt-7px {
    padding-top: 7px;
  }

  .xlg\:pt-8px {
    padding-top: 8px;
  }

  .xlg\:pt-10px {
    padding-top: 10px;
  }

  .xlg\:pt-12px {
    padding-top: 12px;
  }

  .xlg\:pt-14px {
    padding-top: 14px;
  }

  .xlg\:pt-16px {
    padding-top: 16px;
  }

  .xlg\:pt-20px {
    padding-top: 20px;
  }

  .xlg\:pt-24px {
    padding-top: 24px;
  }

  .xlg\:pt-26px {
    padding-top: 26px;
  }

  .xlg\:pt-28px {
    padding-top: 28px;
  }

  .xlg\:pt-32px {
    padding-top: 32px;
  }

  .xlg\:pt-40px {
    padding-top: 40px;
  }

  .xlg\:pt-48px {
    padding-top: 48px;
  }

  .xlg\:pt-60px {
    padding-top: 60px;
  }

  .xlg\:pt-94px {
    padding-top: 94px;
  }

  .xlg\:pt-100px {
    padding-top: 100px;
  }

  .xlg\:pt-135px {
    padding-top: 135px;
  }

  .xlg\:pt-150px {
    padding-top: 150px;
  }

  .xlg\:pt-268px {
    padding-top: 268px;
  }

  .xlg\:pt-300px {
    padding-top: 300px;
  }

  .xlg\:pr-0 {
    padding-right: 0px;
  }

  .xlg\:pr-1 {
    padding-right: 0.25rem;
  }

  .xlg\:pr-2 {
    padding-right: 0.5rem;
  }

  .xlg\:pr-3 {
    padding-right: 0.75rem;
  }

  .xlg\:pr-4 {
    padding-right: 1rem;
  }

  .xlg\:pr-5 {
    padding-right: 1.25rem;
  }

  .xlg\:pr-6 {
    padding-right: 1.5rem;
  }

  .xlg\:pr-7 {
    padding-right: 1.75rem;
  }

  .xlg\:pr-8 {
    padding-right: 2rem;
  }

  .xlg\:pr-9 {
    padding-right: 2.25rem;
  }

  .xlg\:pr-10 {
    padding-right: 2.5rem;
  }

  .xlg\:pr-11 {
    padding-right: 2.75rem;
  }

  .xlg\:pr-12 {
    padding-right: 3rem;
  }

  .xlg\:pr-14 {
    padding-right: 3.5rem;
  }

  .xlg\:pr-16 {
    padding-right: 4rem;
  }

  .xlg\:pr-20 {
    padding-right: 5rem;
  }

  .xlg\:pr-24 {
    padding-right: 6rem;
  }

  .xlg\:pr-28 {
    padding-right: 7rem;
  }

  .xlg\:pr-32 {
    padding-right: 8rem;
  }

  .xlg\:pr-36 {
    padding-right: 9rem;
  }

  .xlg\:pr-40 {
    padding-right: 10rem;
  }

  .xlg\:pr-44 {
    padding-right: 11rem;
  }

  .xlg\:pr-48 {
    padding-right: 12rem;
  }

  .xlg\:pr-52 {
    padding-right: 13rem;
  }

  .xlg\:pr-56 {
    padding-right: 14rem;
  }

  .xlg\:pr-60 {
    padding-right: 15rem;
  }

  .xlg\:pr-64 {
    padding-right: 16rem;
  }

  .xlg\:pr-72 {
    padding-right: 18rem;
  }

  .xlg\:pr-80 {
    padding-right: 20rem;
  }

  .xlg\:pr-96 {
    padding-right: 24rem;
  }

  .xlg\:pr-px {
    padding-right: 1px;
  }

  .xlg\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .xlg\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .xlg\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .xlg\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .xlg\:pr-4px {
    padding-right: 4px;
  }

  .xlg\:pr-7px {
    padding-right: 7px;
  }

  .xlg\:pr-8px {
    padding-right: 8px;
  }

  .xlg\:pr-10px {
    padding-right: 10px;
  }

  .xlg\:pr-12px {
    padding-right: 12px;
  }

  .xlg\:pr-14px {
    padding-right: 14px;
  }

  .xlg\:pr-16px {
    padding-right: 16px;
  }

  .xlg\:pr-20px {
    padding-right: 20px;
  }

  .xlg\:pr-24px {
    padding-right: 24px;
  }

  .xlg\:pr-26px {
    padding-right: 26px;
  }

  .xlg\:pr-28px {
    padding-right: 28px;
  }

  .xlg\:pr-32px {
    padding-right: 32px;
  }

  .xlg\:pr-40px {
    padding-right: 40px;
  }

  .xlg\:pr-48px {
    padding-right: 48px;
  }

  .xlg\:pr-60px {
    padding-right: 60px;
  }

  .xlg\:pr-94px {
    padding-right: 94px;
  }

  .xlg\:pr-100px {
    padding-right: 100px;
  }

  .xlg\:pr-135px {
    padding-right: 135px;
  }

  .xlg\:pr-150px {
    padding-right: 150px;
  }

  .xlg\:pr-268px {
    padding-right: 268px;
  }

  .xlg\:pr-300px {
    padding-right: 300px;
  }

  .xlg\:pb-0 {
    padding-bottom: 0px;
  }

  .xlg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xlg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xlg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xlg\:pb-4 {
    padding-bottom: 1rem;
  }

  .xlg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xlg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xlg\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .xlg\:pb-8 {
    padding-bottom: 2rem;
  }

  .xlg\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .xlg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xlg\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .xlg\:pb-12 {
    padding-bottom: 3rem;
  }

  .xlg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xlg\:pb-16 {
    padding-bottom: 4rem;
  }

  .xlg\:pb-20 {
    padding-bottom: 5rem;
  }

  .xlg\:pb-24 {
    padding-bottom: 6rem;
  }

  .xlg\:pb-28 {
    padding-bottom: 7rem;
  }

  .xlg\:pb-32 {
    padding-bottom: 8rem;
  }

  .xlg\:pb-36 {
    padding-bottom: 9rem;
  }

  .xlg\:pb-40 {
    padding-bottom: 10rem;
  }

  .xlg\:pb-44 {
    padding-bottom: 11rem;
  }

  .xlg\:pb-48 {
    padding-bottom: 12rem;
  }

  .xlg\:pb-52 {
    padding-bottom: 13rem;
  }

  .xlg\:pb-56 {
    padding-bottom: 14rem;
  }

  .xlg\:pb-60 {
    padding-bottom: 15rem;
  }

  .xlg\:pb-64 {
    padding-bottom: 16rem;
  }

  .xlg\:pb-72 {
    padding-bottom: 18rem;
  }

  .xlg\:pb-80 {
    padding-bottom: 20rem;
  }

  .xlg\:pb-96 {
    padding-bottom: 24rem;
  }

  .xlg\:pb-px {
    padding-bottom: 1px;
  }

  .xlg\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .xlg\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .xlg\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .xlg\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .xlg\:pb-4px {
    padding-bottom: 4px;
  }

  .xlg\:pb-7px {
    padding-bottom: 7px;
  }

  .xlg\:pb-8px {
    padding-bottom: 8px;
  }

  .xlg\:pb-10px {
    padding-bottom: 10px;
  }

  .xlg\:pb-12px {
    padding-bottom: 12px;
  }

  .xlg\:pb-14px {
    padding-bottom: 14px;
  }

  .xlg\:pb-16px {
    padding-bottom: 16px;
  }

  .xlg\:pb-20px {
    padding-bottom: 20px;
  }

  .xlg\:pb-24px {
    padding-bottom: 24px;
  }

  .xlg\:pb-26px {
    padding-bottom: 26px;
  }

  .xlg\:pb-28px {
    padding-bottom: 28px;
  }

  .xlg\:pb-32px {
    padding-bottom: 32px;
  }

  .xlg\:pb-40px {
    padding-bottom: 40px;
  }

  .xlg\:pb-48px {
    padding-bottom: 48px;
  }

  .xlg\:pb-60px {
    padding-bottom: 60px;
  }

  .xlg\:pb-94px {
    padding-bottom: 94px;
  }

  .xlg\:pb-100px {
    padding-bottom: 100px;
  }

  .xlg\:pb-135px {
    padding-bottom: 135px;
  }

  .xlg\:pb-150px {
    padding-bottom: 150px;
  }

  .xlg\:pb-268px {
    padding-bottom: 268px;
  }

  .xlg\:pb-300px {
    padding-bottom: 300px;
  }

  .xlg\:pl-0 {
    padding-left: 0px;
  }

  .xlg\:pl-1 {
    padding-left: 0.25rem;
  }

  .xlg\:pl-2 {
    padding-left: 0.5rem;
  }

  .xlg\:pl-3 {
    padding-left: 0.75rem;
  }

  .xlg\:pl-4 {
    padding-left: 1rem;
  }

  .xlg\:pl-5 {
    padding-left: 1.25rem;
  }

  .xlg\:pl-6 {
    padding-left: 1.5rem;
  }

  .xlg\:pl-7 {
    padding-left: 1.75rem;
  }

  .xlg\:pl-8 {
    padding-left: 2rem;
  }

  .xlg\:pl-9 {
    padding-left: 2.25rem;
  }

  .xlg\:pl-10 {
    padding-left: 2.5rem;
  }

  .xlg\:pl-11 {
    padding-left: 2.75rem;
  }

  .xlg\:pl-12 {
    padding-left: 3rem;
  }

  .xlg\:pl-14 {
    padding-left: 3.5rem;
  }

  .xlg\:pl-16 {
    padding-left: 4rem;
  }

  .xlg\:pl-20 {
    padding-left: 5rem;
  }

  .xlg\:pl-24 {
    padding-left: 6rem;
  }

  .xlg\:pl-28 {
    padding-left: 7rem;
  }

  .xlg\:pl-32 {
    padding-left: 8rem;
  }

  .xlg\:pl-36 {
    padding-left: 9rem;
  }

  .xlg\:pl-40 {
    padding-left: 10rem;
  }

  .xlg\:pl-44 {
    padding-left: 11rem;
  }

  .xlg\:pl-48 {
    padding-left: 12rem;
  }

  .xlg\:pl-52 {
    padding-left: 13rem;
  }

  .xlg\:pl-56 {
    padding-left: 14rem;
  }

  .xlg\:pl-60 {
    padding-left: 15rem;
  }

  .xlg\:pl-64 {
    padding-left: 16rem;
  }

  .xlg\:pl-72 {
    padding-left: 18rem;
  }

  .xlg\:pl-80 {
    padding-left: 20rem;
  }

  .xlg\:pl-96 {
    padding-left: 24rem;
  }

  .xlg\:pl-px {
    padding-left: 1px;
  }

  .xlg\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .xlg\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .xlg\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .xlg\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .xlg\:pl-4px {
    padding-left: 4px;
  }

  .xlg\:pl-7px {
    padding-left: 7px;
  }

  .xlg\:pl-8px {
    padding-left: 8px;
  }

  .xlg\:pl-10px {
    padding-left: 10px;
  }

  .xlg\:pl-12px {
    padding-left: 12px;
  }

  .xlg\:pl-14px {
    padding-left: 14px;
  }

  .xlg\:pl-16px {
    padding-left: 16px;
  }

  .xlg\:pl-20px {
    padding-left: 20px;
  }

  .xlg\:pl-24px {
    padding-left: 24px;
  }

  .xlg\:pl-26px {
    padding-left: 26px;
  }

  .xlg\:pl-28px {
    padding-left: 28px;
  }

  .xlg\:pl-32px {
    padding-left: 32px;
  }

  .xlg\:pl-40px {
    padding-left: 40px;
  }

  .xlg\:pl-48px {
    padding-left: 48px;
  }

  .xlg\:pl-60px {
    padding-left: 60px;
  }

  .xlg\:pl-94px {
    padding-left: 94px;
  }

  .xlg\:pl-100px {
    padding-left: 100px;
  }

  .xlg\:pl-135px {
    padding-left: 135px;
  }

  .xlg\:pl-150px {
    padding-left: 150px;
  }

  .xlg\:pl-268px {
    padding-left: 268px;
  }

  .xlg\:pl-300px {
    padding-left: 300px;
  }

  .xlg\:text-left {
    text-align: left;
  }

  .xlg\:text-center {
    text-align: center;
  }

  .xlg\:text-right {
    text-align: right;
  }

  .xlg\:text-justify {
    text-align: justify;
  }

  .xlg\:align-baseline {
    vertical-align: baseline;
  }

  .xlg\:align-top {
    vertical-align: top;
  }

  .xlg\:align-middle {
    vertical-align: middle;
  }

  .xlg\:align-bottom {
    vertical-align: bottom;
  }

  .xlg\:align-text-top {
    vertical-align: text-top;
  }

  .xlg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xlg\:font-Steelfish {
    font-family: Steelfish;
  }

  .xlg\:font-Poppins {
    font-family: Poppins;
  }

  .xlg\:font-ReenieBeanie {
    font-family: ReenieBeanie;
  }

  .xlg\:text-120px {
    font-size: 120px;
  }

  .xlg\:text-100px {
    font-size: 100px;
  }

  .xlg\:text-96px {
    font-size: 96px;
  }

  .xlg\:text-72px {
    font-size: 72px;
  }

  .xlg\:text-64px {
    font-size: 64px;
  }

  .xlg\:text-48px {
    font-size: 48px;
  }

  .xlg\:text-42px {
    font-size: 42px;
  }

  .xlg\:text-38px {
    font-size: 38px;
  }

  .xlg\:text-36px {
    font-size: 36px;
  }

  .xlg\:text-34px {
    font-size: 34px;
  }

  .xlg\:text-32px {
    font-size: 32px;
  }

  .xlg\:text-28px {
    font-size: 28px;
  }

  .xlg\:text-24px {
    font-size: 24px;
  }

  .xlg\:text-22px {
    font-size: 22px;
  }

  .xlg\:text-20px {
    font-size: 20px;
  }

  .xlg\:text-18px {
    font-size: 18px;
  }

  .xlg\:text-17px {
    font-size: 17px;
  }

  .xlg\:text-16px {
    font-size: 16px;
  }

  .xlg\:text-15px {
    font-size: 15px;
  }

  .xlg\:text-14px {
    font-size: 14px;
  }

  .xlg\:text-13px {
    font-size: 13px;
  }

  .xlg\:text-12px {
    font-size: 12px;
  }

  .xlg\:text-11px {
    font-size: 11px;
  }

  .xlg\:font-thin {
    font-weight: 100;
  }

  .xlg\:font-extralight {
    font-weight: 200;
  }

  .xlg\:font-light {
    font-weight: 300;
  }

  .xlg\:font-normal {
    font-weight: 400;
  }

  .xlg\:font-medium {
    font-weight: 500;
  }

  .xlg\:font-semibold {
    font-weight: 600;
  }

  .xlg\:font-bold {
    font-weight: 700;
  }

  .xlg\:font-extrabold {
    font-weight: 800;
  }

  .xlg\:font-black {
    font-weight: 900;
  }

  .xlg\:uppercase {
    text-transform: uppercase;
  }

  .xlg\:lowercase {
    text-transform: lowercase;
  }

  .xlg\:capitalize {
    text-transform: capitalize;
  }

  .xlg\:normal-case {
    text-transform: none;
  }

  .xlg\:italic {
    font-style: italic;
  }

  .xlg\:not-italic {
    font-style: normal;
  }

  .xlg\:ordinal, .xlg\:slashed-zero, .xlg\:lining-nums, .xlg\:oldstyle-nums, .xlg\:proportional-nums, .xlg\:tabular-nums, .xlg\:diagonal-fractions, .xlg\: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);
  }

  .xlg\:normal-nums {
    font-variant-numeric: normal;
  }

  .xlg\:ordinal {
    --tw-ordinal: ordinal;
  }

  .xlg\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .xlg\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .xlg\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .xlg\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .xlg\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .xlg\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xlg\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .xlg\:leading-3 {
    line-height: .75rem;
  }

  .xlg\:leading-4 {
    line-height: 1rem;
  }

  .xlg\:leading-5 {
    line-height: 1.25rem;
  }

  .xlg\:leading-6 {
    line-height: 1.5rem;
  }

  .xlg\:leading-7 {
    line-height: 1.75rem;
  }

  .xlg\:leading-8 {
    line-height: 2rem;
  }

  .xlg\:leading-9 {
    line-height: 2.25rem;
  }

  .xlg\:leading-10 {
    line-height: 2.5rem;
  }

  .xlg\:leading-19 {
    line-height: 19px;
  }

  .xlg\:leading-29 {
    line-height: 29px;
  }

  .xlg\:leading-46 {
    line-height: 46px;
  }

  .xlg\:leading-173 {
    line-height: 173px;
  }

  .xlg\:leading-none {
    line-height: 1;
  }

  .xlg\:leading-tight {
    line-height: 1.25;
  }

  .xlg\:leading-snug {
    line-height: 1.375;
  }

  .xlg\:leading-normal {
    line-height: 1.5;
  }

  .xlg\:leading-relaxed {
    line-height: 1.625;
  }

  .xlg\:leading-loose {
    line-height: 2;
  }

  .xlg\:leading-160p {
    line-height: 160%;
  }

  .xlg\:leading-145p {
    line-height: 145%;
  }

  .xlg\:leading-120p {
    line-height: 120%;
  }

  .xlg\:tracking-2 {
    letter-spacing: 0.02em;
  }

  .xlg\:tracking-14 {
    letter-spacing: 0.14em;
  }

  .xlg\:tracking-26 {
    letter-spacing: 0.26em;
  }

  .xlg\:tracking-28 {
    letter-spacing: 0.28em;
  }

  .xlg\:text-tropic-base {
    --tw-text-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-text-opacity));
  }

  .xlg\:text-tropic-light {
    color: rgba(3,39,41,0.7);
  }

  .xlg\:text-tropic-6p {
    color: rgba(3,39,41,0.6);
  }

  .xlg\:text-tropic-90p {
    color: rgba(3,39,41,0.9);
  }

  .xlg\:text-taiga-base {
    --tw-text-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-text-opacity));
  }

  .xlg\:text-taiga-light {
    --tw-text-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-text-opacity));
  }

  .xlg\:text-savana {
    --tw-text-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-text-opacity));
  }

  .xlg\:text-tundra {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-text-opacity));
  }

  .xlg\:text-arctic-base {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xlg\:text-arctic-low {
    color: rgba(255,255,255,0.12);
  }

  .xlg\:text-arctic-very-low {
    color: rgba(255,255,255,0.06);
  }

  .xlg\:text-black-base {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xlg\:text-black-dim {
    color: rgba(0,5,5,0.8);
  }

  .xlg\:text-black-low {
    color: #0A000000;
  }

  .xlg\:text-black-semi {
    color: #66000000;
  }

  .xlg\:text-white-low {
    color: rgba(255,255,255,0.06);
  }

  .xlg\:text-white-medium {
    color: rgba(255,255,255,0.12);
  }

  .xlg\:text-white-semi {
    color: rgba(255,255,255,0.6);
  }

  .xlg\:text-error {
    --tw-text-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-text-opacity));
  }

  .xlg\:text-yellow {
    --tw-text-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-text-opacity));
  }

  .xlg\:text-expedition {
    --tw-text-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-text-opacity));
  }

  .xlg\:text-green-base {
    --tw-text-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-text-opacity));
  }

  .xlg\:text-green-light {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-text-opacity));
  }

  .xlg\:text-red-base {
    --tw-text-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-text-opacity));
  }

  .xlg\:text-transparent {
    color: rgba(0,0,0,0);
  }

  .group:hover .xlg\:group-hover\:text-tropic-base {
    --tw-text-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-text-opacity));
  }

  .group:hover .xlg\:group-hover\:text-tropic-light {
    color: rgba(3,39,41,0.7);
  }

  .group:hover .xlg\:group-hover\:text-tropic-6p {
    color: rgba(3,39,41,0.6);
  }

  .group:hover .xlg\:group-hover\:text-tropic-90p {
    color: rgba(3,39,41,0.9);
  }

  .group:hover .xlg\:group-hover\:text-taiga-base {
    --tw-text-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-text-opacity));
  }

  .group:hover .xlg\:group-hover\:text-taiga-light {
    --tw-text-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-text-opacity));
  }

  .group:hover .xlg\:group-hover\:text-savana {
    --tw-text-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-text-opacity));
  }

  .group:hover .xlg\:group-hover\:text-tundra {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-text-opacity));
  }

  .group:hover .xlg\:group-hover\:text-arctic-base {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xlg\:group-hover\:text-arctic-low {
    color: rgba(255,255,255,0.12);
  }

  .group:hover .xlg\:group-hover\:text-arctic-very-low {
    color: rgba(255,255,255,0.06);
  }

  .group:hover .xlg\:group-hover\:text-black-base {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xlg\:group-hover\:text-black-dim {
    color: rgba(0,5,5,0.8);
  }

  .group:hover .xlg\:group-hover\:text-black-low {
    color: #0A000000;
  }

  .group:hover .xlg\:group-hover\:text-black-semi {
    color: #66000000;
  }

  .group:hover .xlg\:group-hover\:text-white-low {
    color: rgba(255,255,255,0.06);
  }

  .group:hover .xlg\:group-hover\:text-white-medium {
    color: rgba(255,255,255,0.12);
  }

  .group:hover .xlg\:group-hover\:text-white-semi {
    color: rgba(255,255,255,0.6);
  }

  .group:hover .xlg\:group-hover\:text-error {
    --tw-text-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-text-opacity));
  }

  .group:hover .xlg\:group-hover\:text-yellow {
    --tw-text-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-text-opacity));
  }

  .group:hover .xlg\:group-hover\:text-expedition {
    --tw-text-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-text-opacity));
  }

  .group:hover .xlg\:group-hover\:text-green-base {
    --tw-text-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-text-opacity));
  }

  .group:hover .xlg\:group-hover\:text-green-light {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-text-opacity));
  }

  .group:hover .xlg\:group-hover\:text-red-base {
    --tw-text-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-text-opacity));
  }

  .group:hover .xlg\:group-hover\:text-transparent {
    color: rgba(0,0,0,0);
  }

  .xlg\:focus-within\:text-tropic-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-text-opacity));
  }

  .xlg\:focus-within\:text-tropic-light:focus-within {
    color: rgba(3,39,41,0.7);
  }

  .xlg\:focus-within\:text-tropic-6p:focus-within {
    color: rgba(3,39,41,0.6);
  }

  .xlg\:focus-within\:text-tropic-90p:focus-within {
    color: rgba(3,39,41,0.9);
  }

  .xlg\:focus-within\:text-taiga-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-text-opacity));
  }

  .xlg\:focus-within\:text-taiga-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-text-opacity));
  }

  .xlg\:focus-within\:text-savana:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-text-opacity));
  }

  .xlg\:focus-within\:text-tundra:focus-within {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-text-opacity));
  }

  .xlg\:focus-within\:text-arctic-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xlg\:focus-within\:text-arctic-low:focus-within {
    color: rgba(255,255,255,0.12);
  }

  .xlg\:focus-within\:text-arctic-very-low:focus-within {
    color: rgba(255,255,255,0.06);
  }

  .xlg\:focus-within\:text-black-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xlg\:focus-within\:text-black-dim:focus-within {
    color: rgba(0,5,5,0.8);
  }

  .xlg\:focus-within\:text-black-low:focus-within {
    color: #0A000000;
  }

  .xlg\:focus-within\:text-black-semi:focus-within {
    color: #66000000;
  }

  .xlg\:focus-within\:text-white-low:focus-within {
    color: rgba(255,255,255,0.06);
  }

  .xlg\:focus-within\:text-white-medium:focus-within {
    color: rgba(255,255,255,0.12);
  }

  .xlg\:focus-within\:text-white-semi:focus-within {
    color: rgba(255,255,255,0.6);
  }

  .xlg\:focus-within\:text-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-text-opacity));
  }

  .xlg\:focus-within\:text-yellow:focus-within {
    --tw-text-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-text-opacity));
  }

  .xlg\:focus-within\:text-expedition:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-text-opacity));
  }

  .xlg\:focus-within\:text-green-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-text-opacity));
  }

  .xlg\:focus-within\:text-green-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-text-opacity));
  }

  .xlg\:focus-within\:text-red-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-text-opacity));
  }

  .xlg\:focus-within\:text-transparent:focus-within {
    color: rgba(0,0,0,0);
  }

  .xlg\:hover\:text-tropic-base:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-text-opacity));
  }

  .xlg\:hover\:text-tropic-light:hover {
    color: rgba(3,39,41,0.7);
  }

  .xlg\:hover\:text-tropic-6p:hover {
    color: rgba(3,39,41,0.6);
  }

  .xlg\:hover\:text-tropic-90p:hover {
    color: rgba(3,39,41,0.9);
  }

  .xlg\:hover\:text-taiga-base:hover {
    --tw-text-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-text-opacity));
  }

  .xlg\:hover\:text-taiga-light:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-text-opacity));
  }

  .xlg\:hover\:text-savana:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-text-opacity));
  }

  .xlg\:hover\:text-tundra:hover {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-text-opacity));
  }

  .xlg\:hover\:text-arctic-base:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xlg\:hover\:text-arctic-low:hover {
    color: rgba(255,255,255,0.12);
  }

  .xlg\:hover\:text-arctic-very-low:hover {
    color: rgba(255,255,255,0.06);
  }

  .xlg\:hover\:text-black-base:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xlg\:hover\:text-black-dim:hover {
    color: rgba(0,5,5,0.8);
  }

  .xlg\:hover\:text-black-low:hover {
    color: #0A000000;
  }

  .xlg\:hover\:text-black-semi:hover {
    color: #66000000;
  }

  .xlg\:hover\:text-white-low:hover {
    color: rgba(255,255,255,0.06);
  }

  .xlg\:hover\:text-white-medium:hover {
    color: rgba(255,255,255,0.12);
  }

  .xlg\:hover\:text-white-semi:hover {
    color: rgba(255,255,255,0.6);
  }

  .xlg\:hover\:text-error:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-text-opacity));
  }

  .xlg\:hover\:text-yellow:hover {
    --tw-text-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-text-opacity));
  }

  .xlg\:hover\:text-expedition:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-text-opacity));
  }

  .xlg\:hover\:text-green-base:hover {
    --tw-text-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-text-opacity));
  }

  .xlg\:hover\:text-green-light:hover {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-text-opacity));
  }

  .xlg\:hover\:text-red-base:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-text-opacity));
  }

  .xlg\:hover\:text-transparent:hover {
    color: rgba(0,0,0,0);
  }

  .xlg\:focus\:text-tropic-base:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-text-opacity));
  }

  .xlg\:focus\:text-tropic-light:focus {
    color: rgba(3,39,41,0.7);
  }

  .xlg\:focus\:text-tropic-6p:focus {
    color: rgba(3,39,41,0.6);
  }

  .xlg\:focus\:text-tropic-90p:focus {
    color: rgba(3,39,41,0.9);
  }

  .xlg\:focus\:text-taiga-base:focus {
    --tw-text-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-text-opacity));
  }

  .xlg\:focus\:text-taiga-light:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-text-opacity));
  }

  .xlg\:focus\:text-savana:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-text-opacity));
  }

  .xlg\:focus\:text-tundra:focus {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-text-opacity));
  }

  .xlg\:focus\:text-arctic-base:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xlg\:focus\:text-arctic-low:focus {
    color: rgba(255,255,255,0.12);
  }

  .xlg\:focus\:text-arctic-very-low:focus {
    color: rgba(255,255,255,0.06);
  }

  .xlg\:focus\:text-black-base:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xlg\:focus\:text-black-dim:focus {
    color: rgba(0,5,5,0.8);
  }

  .xlg\:focus\:text-black-low:focus {
    color: #0A000000;
  }

  .xlg\:focus\:text-black-semi:focus {
    color: #66000000;
  }

  .xlg\:focus\:text-white-low:focus {
    color: rgba(255,255,255,0.06);
  }

  .xlg\:focus\:text-white-medium:focus {
    color: rgba(255,255,255,0.12);
  }

  .xlg\:focus\:text-white-semi:focus {
    color: rgba(255,255,255,0.6);
  }

  .xlg\:focus\:text-error:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-text-opacity));
  }

  .xlg\:focus\:text-yellow:focus {
    --tw-text-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-text-opacity));
  }

  .xlg\:focus\:text-expedition:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-text-opacity));
  }

  .xlg\:focus\:text-green-base:focus {
    --tw-text-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-text-opacity));
  }

  .xlg\:focus\:text-green-light:focus {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-text-opacity));
  }

  .xlg\:focus\:text-red-base:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-text-opacity));
  }

  .xlg\:focus\:text-transparent:focus {
    color: rgba(0,0,0,0);
  }

  .xlg\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .xlg\:text-opacity-1 {
    --tw-text-opacity: .01;
  }

  .xlg\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .xlg\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .xlg\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .xlg\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .xlg\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .xlg\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .xlg\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .xlg\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .xlg\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .xlg\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .xlg\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .xlg\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .xlg\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .xlg\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .xlg\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .xlg\:group-hover\:text-opacity-1 {
    --tw-text-opacity: .01;
  }

  .group:hover .xlg\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .xlg\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .xlg\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .xlg\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .xlg\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .xlg\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .xlg\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .xlg\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .xlg\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .xlg\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .xlg\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .xlg\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .xlg\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .xlg\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .xlg\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .xlg\:focus-within\:text-opacity-1:focus-within {
    --tw-text-opacity: .01;
  }

  .xlg\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .xlg\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .xlg\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .xlg\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .xlg\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .xlg\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .xlg\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .xlg\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .xlg\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .xlg\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .xlg\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .xlg\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .xlg\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .xlg\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .xlg\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .xlg\:hover\:text-opacity-1:hover {
    --tw-text-opacity: .01;
  }

  .xlg\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .xlg\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .xlg\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .xlg\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .xlg\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .xlg\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .xlg\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .xlg\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .xlg\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .xlg\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .xlg\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .xlg\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .xlg\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .xlg\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .xlg\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .xlg\:focus\:text-opacity-1:focus {
    --tw-text-opacity: .01;
  }

  .xlg\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .xlg\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .xlg\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .xlg\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .xlg\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .xlg\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .xlg\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .xlg\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .xlg\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .xlg\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .xlg\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .xlg\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .xlg\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .xlg\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .xlg\:underline {
    text-decoration: underline;
  }

  .xlg\:line-through {
    text-decoration: line-through;
  }

  .xlg\:no-underline {
    text-decoration: none;
  }

  .group:hover .xlg\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .xlg\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .xlg\:group-hover\:no-underline {
    text-decoration: none;
  }

  .xlg\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .xlg\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .xlg\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .xlg\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xlg\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xlg\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xlg\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xlg\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xlg\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xlg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xlg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xlg\:placeholder-tropic-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-tropic-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-tropic-light::-moz-placeholder {
    color: rgba(3,39,41,0.7);
  }

  .xlg\:placeholder-tropic-light::placeholder {
    color: rgba(3,39,41,0.7);
  }

  .xlg\:placeholder-tropic-6p::-moz-placeholder {
    color: rgba(3,39,41,0.6);
  }

  .xlg\:placeholder-tropic-6p::placeholder {
    color: rgba(3,39,41,0.6);
  }

  .xlg\:placeholder-tropic-90p::-moz-placeholder {
    color: rgba(3,39,41,0.9);
  }

  .xlg\:placeholder-tropic-90p::placeholder {
    color: rgba(3,39,41,0.9);
  }

  .xlg\:placeholder-taiga-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-taiga-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-taiga-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-taiga-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-savana::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-savana::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-tundra::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-tundra::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-arctic-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-arctic-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-arctic-low::-moz-placeholder {
    color: rgba(255,255,255,0.12);
  }

  .xlg\:placeholder-arctic-low::placeholder {
    color: rgba(255,255,255,0.12);
  }

  .xlg\:placeholder-arctic-very-low::-moz-placeholder {
    color: rgba(255,255,255,0.06);
  }

  .xlg\:placeholder-arctic-very-low::placeholder {
    color: rgba(255,255,255,0.06);
  }

  .xlg\:placeholder-black-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-black-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-black-dim::-moz-placeholder {
    color: rgba(0,5,5,0.8);
  }

  .xlg\:placeholder-black-dim::placeholder {
    color: rgba(0,5,5,0.8);
  }

  .xlg\:placeholder-black-low::-moz-placeholder {
    color: #0A000000;
  }

  .xlg\:placeholder-black-low::placeholder {
    color: #0A000000;
  }

  .xlg\:placeholder-black-semi::-moz-placeholder {
    color: #66000000;
  }

  .xlg\:placeholder-black-semi::placeholder {
    color: #66000000;
  }

  .xlg\:placeholder-white-low::-moz-placeholder {
    color: rgba(255,255,255,0.06);
  }

  .xlg\:placeholder-white-low::placeholder {
    color: rgba(255,255,255,0.06);
  }

  .xlg\:placeholder-white-medium::-moz-placeholder {
    color: rgba(255,255,255,0.12);
  }

  .xlg\:placeholder-white-medium::placeholder {
    color: rgba(255,255,255,0.12);
  }

  .xlg\:placeholder-white-semi::-moz-placeholder {
    color: rgba(255,255,255,0.6);
  }

  .xlg\:placeholder-white-semi::placeholder {
    color: rgba(255,255,255,0.6);
  }

  .xlg\:placeholder-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-yellow::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-expedition::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-expedition::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-green-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-green-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-green-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-green-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-red-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-red-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-placeholder-opacity));
  }

  .xlg\:placeholder-transparent::-moz-placeholder {
    color: rgba(0,0,0,0);
  }

  .xlg\:placeholder-transparent::placeholder {
    color: rgba(0,0,0,0);
  }

  .xlg\:focus\:placeholder-tropic-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-tropic-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 39, 41, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-tropic-light:focus::-moz-placeholder {
    color: rgba(3,39,41,0.7);
  }

  .xlg\:focus\:placeholder-tropic-light:focus::placeholder {
    color: rgba(3,39,41,0.7);
  }

  .xlg\:focus\:placeholder-tropic-6p:focus::-moz-placeholder {
    color: rgba(3,39,41,0.6);
  }

  .xlg\:focus\:placeholder-tropic-6p:focus::placeholder {
    color: rgba(3,39,41,0.6);
  }

  .xlg\:focus\:placeholder-tropic-90p:focus::-moz-placeholder {
    color: rgba(3,39,41,0.9);
  }

  .xlg\:focus\:placeholder-tropic-90p:focus::placeholder {
    color: rgba(3,39,41,0.9);
  }

  .xlg\:focus\:placeholder-taiga-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-taiga-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(86, 118, 110, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-taiga-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-taiga-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 129, 120, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-savana:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-savana:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 217, 174, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-tundra:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-tundra:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 238, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-arctic-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-arctic-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-arctic-low:focus::-moz-placeholder {
    color: rgba(255,255,255,0.12);
  }

  .xlg\:focus\:placeholder-arctic-low:focus::placeholder {
    color: rgba(255,255,255,0.12);
  }

  .xlg\:focus\:placeholder-arctic-very-low:focus::-moz-placeholder {
    color: rgba(255,255,255,0.06);
  }

  .xlg\:focus\:placeholder-arctic-very-low:focus::placeholder {
    color: rgba(255,255,255,0.06);
  }

  .xlg\:focus\:placeholder-black-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-black-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-black-dim:focus::-moz-placeholder {
    color: rgba(0,5,5,0.8);
  }

  .xlg\:focus\:placeholder-black-dim:focus::placeholder {
    color: rgba(0,5,5,0.8);
  }

  .xlg\:focus\:placeholder-black-low:focus::-moz-placeholder {
    color: #0A000000;
  }

  .xlg\:focus\:placeholder-black-low:focus::placeholder {
    color: #0A000000;
  }

  .xlg\:focus\:placeholder-black-semi:focus::-moz-placeholder {
    color: #66000000;
  }

  .xlg\:focus\:placeholder-black-semi:focus::placeholder {
    color: #66000000;
  }

  .xlg\:focus\:placeholder-white-low:focus::-moz-placeholder {
    color: rgba(255,255,255,0.06);
  }

  .xlg\:focus\:placeholder-white-low:focus::placeholder {
    color: rgba(255,255,255,0.06);
  }

  .xlg\:focus\:placeholder-white-medium:focus::-moz-placeholder {
    color: rgba(255,255,255,0.12);
  }

  .xlg\:focus\:placeholder-white-medium:focus::placeholder {
    color: rgba(255,255,255,0.12);
  }

  .xlg\:focus\:placeholder-white-semi:focus::-moz-placeholder {
    color: rgba(255,255,255,0.6);
  }

  .xlg\:focus\:placeholder-white-semi:focus::placeholder {
    color: rgba(255,255,255,0.6);
  }

  .xlg\:focus\:placeholder-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 122, 58, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 151, 71, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-expedition:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-expedition:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 112, 136, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-green-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-green-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(140, 174, 68, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-green-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-green-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(227, 230, 225, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-red-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-red-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 11, 11, var(--tw-placeholder-opacity));
  }

  .xlg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: rgba(0,0,0,0);
  }

  .xlg\:focus\:placeholder-transparent:focus::placeholder {
    color: rgba(0,0,0,0);
  }

  .xlg\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xlg\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xlg\:placeholder-opacity-1::-moz-placeholder {
    --tw-placeholder-opacity: .01;
  }

  .xlg\:placeholder-opacity-1::placeholder {
    --tw-placeholder-opacity: .01;
  }

  .xlg\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xlg\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xlg\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xlg\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xlg\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xlg\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xlg\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xlg\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xlg\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xlg\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xlg\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xlg\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xlg\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xlg\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xlg\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xlg\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xlg\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xlg\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xlg\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xlg\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xlg\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xlg\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xlg\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xlg\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xlg\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xlg\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xlg\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xlg\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xlg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xlg\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xlg\:focus\:placeholder-opacity-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: .01;
  }

  .xlg\:focus\:placeholder-opacity-1:focus::placeholder {
    --tw-placeholder-opacity: .01;
  }

  .xlg\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xlg\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xlg\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xlg\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xlg\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xlg\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xlg\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xlg\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xlg\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xlg\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xlg\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xlg\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xlg\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xlg\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xlg\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xlg\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xlg\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xlg\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xlg\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xlg\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xlg\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xlg\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xlg\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xlg\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xlg\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xlg\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xlg\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xlg\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xlg\:opacity-0 {
    opacity: 0;
  }

  .xlg\:opacity-1 {
    opacity: .01;
  }

  .xlg\:opacity-5 {
    opacity: 0.05;
  }

  .xlg\:opacity-10 {
    opacity: 0.1;
  }

  .xlg\:opacity-20 {
    opacity: 0.2;
  }

  .xlg\:opacity-25 {
    opacity: 0.25;
  }

  .xlg\:opacity-30 {
    opacity: 0.3;
  }

  .xlg\:opacity-40 {
    opacity: 0.4;
  }

  .xlg\:opacity-50 {
    opacity: 0.5;
  }

  .xlg\:opacity-60 {
    opacity: 0.6;
  }

  .xlg\:opacity-70 {
    opacity: 0.7;
  }

  .xlg\:opacity-75 {
    opacity: 0.75;
  }

  .xlg\:opacity-80 {
    opacity: 0.8;
  }

  .xlg\:opacity-90 {
    opacity: 0.9;
  }

  .xlg\:opacity-95 {
    opacity: 0.95;
  }

  .xlg\:opacity-100 {
    opacity: 1;
  }

  .group:hover .xlg\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .xlg\:group-hover\:opacity-1 {
    opacity: .01;
  }

  .group:hover .xlg\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .xlg\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .xlg\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .xlg\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .xlg\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .xlg\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .xlg\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .xlg\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .xlg\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .xlg\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .xlg\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .xlg\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .xlg\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .xlg\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .xlg\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .xlg\:focus-within\:opacity-1:focus-within {
    opacity: .01;
  }

  .xlg\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .xlg\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .xlg\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .xlg\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .xlg\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .xlg\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .xlg\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .xlg\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .xlg\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .xlg\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .xlg\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .xlg\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .xlg\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .xlg\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .xlg\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xlg\:hover\:opacity-1:hover {
    opacity: .01;
  }

  .xlg\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .xlg\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .xlg\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .xlg\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xlg\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .xlg\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .xlg\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xlg\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .xlg\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .xlg\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xlg\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .xlg\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .xlg\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .xlg\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xlg\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xlg\:focus\:opacity-1:focus {
    opacity: .01;
  }

  .xlg\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .xlg\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .xlg\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .xlg\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xlg\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .xlg\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .xlg\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xlg\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .xlg\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .xlg\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xlg\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .xlg\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .xlg\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .xlg\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xlg\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .xlg\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .xlg\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .xlg\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .xlg\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .xlg\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .xlg\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .xlg\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .xlg\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .xlg\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .xlg\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .xlg\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .xlg\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .xlg\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .xlg\:bg-blend-color {
    background-blend-mode: color;
  }

  .xlg\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .xlg\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .xlg\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .xlg\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .xlg\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .xlg\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .xlg\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .xlg\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .xlg\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .xlg\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .xlg\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .xlg\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .xlg\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .xlg\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .xlg\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .xlg\:mix-blend-color {
    mix-blend-mode: color;
  }

  .xlg\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .xlg\: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);
  }

  .xlg\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\: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 .xlg\: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 .xlg\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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 .xlg\: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 .xlg\: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 .xlg\: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 .xlg\: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 .xlg\: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 .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xlg\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xlg\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xlg\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xlg\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xlg\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xlg\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xlg\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xlg\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\: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);
  }

  .xlg\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .xlg\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .xlg\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .xlg\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .xlg\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .xlg\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .xlg\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .xlg\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .xlg\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .xlg\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .xlg\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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);
  }

  .xlg\:focus\:ring:focus {
    --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);
  }

  .xlg\:ring-inset {
    --tw-ring-inset: inset;
  }

  .xlg\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .xlg\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .xlg\:ring-tropic-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 39, 41, var(--tw-ring-opacity));
  }

  .xlg\:ring-tropic-light {
    --tw-ring-color: rgba(3,39,41,0.7);
  }

  .xlg\:ring-tropic-6p {
    --tw-ring-color: rgba(3,39,41,0.6);
  }

  .xlg\:ring-tropic-90p {
    --tw-ring-color: rgba(3,39,41,0.9);
  }

  .xlg\:ring-taiga-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(86, 118, 110, var(--tw-ring-opacity));
  }

  .xlg\:ring-taiga-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 129, 120, var(--tw-ring-opacity));
  }

  .xlg\:ring-savana {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 217, 174, var(--tw-ring-opacity));
  }

  .xlg\:ring-tundra {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 238, var(--tw-ring-opacity));
  }

  .xlg\:ring-arctic-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xlg\:ring-arctic-low {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .xlg\:ring-arctic-very-low {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .xlg\:ring-black-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xlg\:ring-black-dim {
    --tw-ring-color: rgba(0,5,5,0.8);
  }

  .xlg\:ring-black-low {
    --tw-ring-color: #0A000000;
  }

  .xlg\:ring-black-semi {
    --tw-ring-color: #66000000;
  }

  .xlg\:ring-white-low {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .xlg\:ring-white-medium {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .xlg\:ring-white-semi {
    --tw-ring-color: rgba(255,255,255,0.6);
  }

  .xlg\:ring-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 122, 58, var(--tw-ring-opacity));
  }

  .xlg\:ring-yellow {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 151, 71, var(--tw-ring-opacity));
  }

  .xlg\:ring-expedition {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 112, 136, var(--tw-ring-opacity));
  }

  .xlg\:ring-green-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(140, 174, 68, var(--tw-ring-opacity));
  }

  .xlg\:ring-green-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 230, 225, var(--tw-ring-opacity));
  }

  .xlg\:ring-red-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 11, 11, var(--tw-ring-opacity));
  }

  .xlg\:ring-transparent {
    --tw-ring-color: rgba(0,0,0,0);
  }

  .xlg\:focus-within\:ring-tropic-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 39, 41, var(--tw-ring-opacity));
  }

  .xlg\:focus-within\:ring-tropic-light:focus-within {
    --tw-ring-color: rgba(3,39,41,0.7);
  }

  .xlg\:focus-within\:ring-tropic-6p:focus-within {
    --tw-ring-color: rgba(3,39,41,0.6);
  }

  .xlg\:focus-within\:ring-tropic-90p:focus-within {
    --tw-ring-color: rgba(3,39,41,0.9);
  }

  .xlg\:focus-within\:ring-taiga-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(86, 118, 110, var(--tw-ring-opacity));
  }

  .xlg\:focus-within\:ring-taiga-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 129, 120, var(--tw-ring-opacity));
  }

  .xlg\:focus-within\:ring-savana:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 217, 174, var(--tw-ring-opacity));
  }

  .xlg\:focus-within\:ring-tundra:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 238, var(--tw-ring-opacity));
  }

  .xlg\:focus-within\:ring-arctic-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xlg\:focus-within\:ring-arctic-low:focus-within {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .xlg\:focus-within\:ring-arctic-very-low:focus-within {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .xlg\:focus-within\:ring-black-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xlg\:focus-within\:ring-black-dim:focus-within {
    --tw-ring-color: rgba(0,5,5,0.8);
  }

  .xlg\:focus-within\:ring-black-low:focus-within {
    --tw-ring-color: #0A000000;
  }

  .xlg\:focus-within\:ring-black-semi:focus-within {
    --tw-ring-color: #66000000;
  }

  .xlg\:focus-within\:ring-white-low:focus-within {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .xlg\:focus-within\:ring-white-medium:focus-within {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .xlg\:focus-within\:ring-white-semi:focus-within {
    --tw-ring-color: rgba(255,255,255,0.6);
  }

  .xlg\:focus-within\:ring-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 122, 58, var(--tw-ring-opacity));
  }

  .xlg\:focus-within\:ring-yellow:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 151, 71, var(--tw-ring-opacity));
  }

  .xlg\:focus-within\:ring-expedition:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 112, 136, var(--tw-ring-opacity));
  }

  .xlg\:focus-within\:ring-green-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(140, 174, 68, var(--tw-ring-opacity));
  }

  .xlg\:focus-within\:ring-green-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 230, 225, var(--tw-ring-opacity));
  }

  .xlg\:focus-within\:ring-red-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 11, 11, var(--tw-ring-opacity));
  }

  .xlg\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: rgba(0,0,0,0);
  }

  .xlg\:focus\:ring-tropic-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 39, 41, var(--tw-ring-opacity));
  }

  .xlg\:focus\:ring-tropic-light:focus {
    --tw-ring-color: rgba(3,39,41,0.7);
  }

  .xlg\:focus\:ring-tropic-6p:focus {
    --tw-ring-color: rgba(3,39,41,0.6);
  }

  .xlg\:focus\:ring-tropic-90p:focus {
    --tw-ring-color: rgba(3,39,41,0.9);
  }

  .xlg\:focus\:ring-taiga-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(86, 118, 110, var(--tw-ring-opacity));
  }

  .xlg\:focus\:ring-taiga-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 129, 120, var(--tw-ring-opacity));
  }

  .xlg\:focus\:ring-savana:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 217, 174, var(--tw-ring-opacity));
  }

  .xlg\:focus\:ring-tundra:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 238, var(--tw-ring-opacity));
  }

  .xlg\:focus\:ring-arctic-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xlg\:focus\:ring-arctic-low:focus {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .xlg\:focus\:ring-arctic-very-low:focus {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .xlg\:focus\:ring-black-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xlg\:focus\:ring-black-dim:focus {
    --tw-ring-color: rgba(0,5,5,0.8);
  }

  .xlg\:focus\:ring-black-low:focus {
    --tw-ring-color: #0A000000;
  }

  .xlg\:focus\:ring-black-semi:focus {
    --tw-ring-color: #66000000;
  }

  .xlg\:focus\:ring-white-low:focus {
    --tw-ring-color: rgba(255,255,255,0.06);
  }

  .xlg\:focus\:ring-white-medium:focus {
    --tw-ring-color: rgba(255,255,255,0.12);
  }

  .xlg\:focus\:ring-white-semi:focus {
    --tw-ring-color: rgba(255,255,255,0.6);
  }

  .xlg\:focus\:ring-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 122, 58, var(--tw-ring-opacity));
  }

  .xlg\:focus\:ring-yellow:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 151, 71, var(--tw-ring-opacity));
  }

  .xlg\:focus\:ring-expedition:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 112, 136, var(--tw-ring-opacity));
  }

  .xlg\:focus\:ring-green-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(140, 174, 68, var(--tw-ring-opacity));
  }

  .xlg\:focus\:ring-green-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 230, 225, var(--tw-ring-opacity));
  }

  .xlg\:focus\:ring-red-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 11, 11, var(--tw-ring-opacity));
  }

  .xlg\:focus\:ring-transparent:focus {
    --tw-ring-color: rgba(0,0,0,0);
  }

  .xlg\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .xlg\:ring-opacity-1 {
    --tw-ring-opacity: .01;
  }

  .xlg\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .xlg\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .xlg\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .xlg\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .xlg\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .xlg\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .xlg\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .xlg\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .xlg\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .xlg\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .xlg\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .xlg\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .xlg\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .xlg\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .xlg\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .xlg\:focus-within\:ring-opacity-1:focus-within {
    --tw-ring-opacity: .01;
  }

  .xlg\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .xlg\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .xlg\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .xlg\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .xlg\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .xlg\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .xlg\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .xlg\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .xlg\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .xlg\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .xlg\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .xlg\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .xlg\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .xlg\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .xlg\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .xlg\:focus\:ring-opacity-1:focus {
    --tw-ring-opacity: .01;
  }

  .xlg\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .xlg\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .xlg\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .xlg\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .xlg\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .xlg\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .xlg\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .xlg\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .xlg\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .xlg\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .xlg\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .xlg\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .xlg\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .xlg\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .xlg\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .xlg\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .xlg\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .xlg\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .xlg\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .xlg\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .xlg\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .xlg\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .xlg\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .xlg\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .xlg\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .xlg\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .xlg\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .xlg\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .xlg\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .xlg\:ring-offset-tropic-base {
    --tw-ring-offset-color: #032729;
  }

  .xlg\:ring-offset-tropic-light {
    --tw-ring-offset-color: rgba(3,39,41,0.7);
  }

  .xlg\:ring-offset-tropic-6p {
    --tw-ring-offset-color: rgba(3,39,41,0.6);
  }

  .xlg\:ring-offset-tropic-90p {
    --tw-ring-offset-color: rgba(3,39,41,0.9);
  }

  .xlg\:ring-offset-taiga-base {
    --tw-ring-offset-color: #56766E;
  }

  .xlg\:ring-offset-taiga-light {
    --tw-ring-offset-color: #608178;
  }

  .xlg\:ring-offset-savana {
    --tw-ring-offset-color: #EFD9AE;
  }

  .xlg\:ring-offset-tundra {
    --tw-ring-offset-color: #F2F2EE;
  }

  .xlg\:ring-offset-arctic-base {
    --tw-ring-offset-color: #FFFFFF;
  }

  .xlg\:ring-offset-arctic-low {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .xlg\:ring-offset-arctic-very-low {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .xlg\:ring-offset-black-base {
    --tw-ring-offset-color: #000000;
  }

  .xlg\:ring-offset-black-dim {
    --tw-ring-offset-color: rgba(0,5,5,0.8);
  }

  .xlg\:ring-offset-black-low {
    --tw-ring-offset-color: #0A000000;
  }

  .xlg\:ring-offset-black-semi {
    --tw-ring-offset-color: #66000000;
  }

  .xlg\:ring-offset-white-low {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .xlg\:ring-offset-white-medium {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .xlg\:ring-offset-white-semi {
    --tw-ring-offset-color: rgba(255,255,255,0.6);
  }

  .xlg\:ring-offset-error {
    --tw-ring-offset-color: #D17A3A;
  }

  .xlg\:ring-offset-yellow {
    --tw-ring-offset-color: #CC9747;
  }

  .xlg\:ring-offset-expedition {
    --tw-ring-offset-color: #4F7088;
  }

  .xlg\:ring-offset-green-base {
    --tw-ring-offset-color: #8CAE44;
  }

  .xlg\:ring-offset-green-light {
    --tw-ring-offset-color: #E3E6E1;
  }

  .xlg\:ring-offset-red-base {
    --tw-ring-offset-color: #bf0b0b;
  }

  .xlg\:ring-offset-transparent {
    --tw-ring-offset-color: rgba(0,0,0,0);
  }

  .xlg\:focus-within\:ring-offset-tropic-base:focus-within {
    --tw-ring-offset-color: #032729;
  }

  .xlg\:focus-within\:ring-offset-tropic-light:focus-within {
    --tw-ring-offset-color: rgba(3,39,41,0.7);
  }

  .xlg\:focus-within\:ring-offset-tropic-6p:focus-within {
    --tw-ring-offset-color: rgba(3,39,41,0.6);
  }

  .xlg\:focus-within\:ring-offset-tropic-90p:focus-within {
    --tw-ring-offset-color: rgba(3,39,41,0.9);
  }

  .xlg\:focus-within\:ring-offset-taiga-base:focus-within {
    --tw-ring-offset-color: #56766E;
  }

  .xlg\:focus-within\:ring-offset-taiga-light:focus-within {
    --tw-ring-offset-color: #608178;
  }

  .xlg\:focus-within\:ring-offset-savana:focus-within {
    --tw-ring-offset-color: #EFD9AE;
  }

  .xlg\:focus-within\:ring-offset-tundra:focus-within {
    --tw-ring-offset-color: #F2F2EE;
  }

  .xlg\:focus-within\:ring-offset-arctic-base:focus-within {
    --tw-ring-offset-color: #FFFFFF;
  }

  .xlg\:focus-within\:ring-offset-arctic-low:focus-within {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .xlg\:focus-within\:ring-offset-arctic-very-low:focus-within {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .xlg\:focus-within\:ring-offset-black-base:focus-within {
    --tw-ring-offset-color: #000000;
  }

  .xlg\:focus-within\:ring-offset-black-dim:focus-within {
    --tw-ring-offset-color: rgba(0,5,5,0.8);
  }

  .xlg\:focus-within\:ring-offset-black-low:focus-within {
    --tw-ring-offset-color: #0A000000;
  }

  .xlg\:focus-within\:ring-offset-black-semi:focus-within {
    --tw-ring-offset-color: #66000000;
  }

  .xlg\:focus-within\:ring-offset-white-low:focus-within {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .xlg\:focus-within\:ring-offset-white-medium:focus-within {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .xlg\:focus-within\:ring-offset-white-semi:focus-within {
    --tw-ring-offset-color: rgba(255,255,255,0.6);
  }

  .xlg\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: #D17A3A;
  }

  .xlg\:focus-within\:ring-offset-yellow:focus-within {
    --tw-ring-offset-color: #CC9747;
  }

  .xlg\:focus-within\:ring-offset-expedition:focus-within {
    --tw-ring-offset-color: #4F7088;
  }

  .xlg\:focus-within\:ring-offset-green-base:focus-within {
    --tw-ring-offset-color: #8CAE44;
  }

  .xlg\:focus-within\:ring-offset-green-light:focus-within {
    --tw-ring-offset-color: #E3E6E1;
  }

  .xlg\:focus-within\:ring-offset-red-base:focus-within {
    --tw-ring-offset-color: #bf0b0b;
  }

  .xlg\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: rgba(0,0,0,0);
  }

  .xlg\:focus\:ring-offset-tropic-base:focus {
    --tw-ring-offset-color: #032729;
  }

  .xlg\:focus\:ring-offset-tropic-light:focus {
    --tw-ring-offset-color: rgba(3,39,41,0.7);
  }

  .xlg\:focus\:ring-offset-tropic-6p:focus {
    --tw-ring-offset-color: rgba(3,39,41,0.6);
  }

  .xlg\:focus\:ring-offset-tropic-90p:focus {
    --tw-ring-offset-color: rgba(3,39,41,0.9);
  }

  .xlg\:focus\:ring-offset-taiga-base:focus {
    --tw-ring-offset-color: #56766E;
  }

  .xlg\:focus\:ring-offset-taiga-light:focus {
    --tw-ring-offset-color: #608178;
  }

  .xlg\:focus\:ring-offset-savana:focus {
    --tw-ring-offset-color: #EFD9AE;
  }

  .xlg\:focus\:ring-offset-tundra:focus {
    --tw-ring-offset-color: #F2F2EE;
  }

  .xlg\:focus\:ring-offset-arctic-base:focus {
    --tw-ring-offset-color: #FFFFFF;
  }

  .xlg\:focus\:ring-offset-arctic-low:focus {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .xlg\:focus\:ring-offset-arctic-very-low:focus {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .xlg\:focus\:ring-offset-black-base:focus {
    --tw-ring-offset-color: #000000;
  }

  .xlg\:focus\:ring-offset-black-dim:focus {
    --tw-ring-offset-color: rgba(0,5,5,0.8);
  }

  .xlg\:focus\:ring-offset-black-low:focus {
    --tw-ring-offset-color: #0A000000;
  }

  .xlg\:focus\:ring-offset-black-semi:focus {
    --tw-ring-offset-color: #66000000;
  }

  .xlg\:focus\:ring-offset-white-low:focus {
    --tw-ring-offset-color: rgba(255,255,255,0.06);
  }

  .xlg\:focus\:ring-offset-white-medium:focus {
    --tw-ring-offset-color: rgba(255,255,255,0.12);
  }

  .xlg\:focus\:ring-offset-white-semi:focus {
    --tw-ring-offset-color: rgba(255,255,255,0.6);
  }

  .xlg\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: #D17A3A;
  }

  .xlg\:focus\:ring-offset-yellow:focus {
    --tw-ring-offset-color: #CC9747;
  }

  .xlg\:focus\:ring-offset-expedition:focus {
    --tw-ring-offset-color: #4F7088;
  }

  .xlg\:focus\:ring-offset-green-base:focus {
    --tw-ring-offset-color: #8CAE44;
  }

  .xlg\:focus\:ring-offset-green-light:focus {
    --tw-ring-offset-color: #E3E6E1;
  }

  .xlg\:focus\:ring-offset-red-base:focus {
    --tw-ring-offset-color: #bf0b0b;
  }

  .xlg\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: rgba(0,0,0,0);
  }

  .xlg\: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);
  }

  .xlg\:filter-none {
    filter: none;
  }

  .xlg\:blur-0 {
    --tw-blur: blur(0);
  }

  .xlg\:blur-none {
    --tw-blur: blur(0);
  }

  .xlg\:blur-sm {
    --tw-blur: blur(4px);
  }

  .xlg\:blur {
    --tw-blur: blur(8px);
  }

  .xlg\:blur-md {
    --tw-blur: blur(12px);
  }

  .xlg\:blur-lg {
    --tw-blur: blur(16px);
  }

  .xlg\:blur-xl {
    --tw-blur: blur(24px);
  }

  .xlg\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .xlg\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .xlg\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .xlg\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .xlg\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .xlg\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .xlg\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .xlg\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .xlg\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .xlg\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .xlg\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .xlg\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .xlg\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .xlg\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .xlg\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .xlg\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .xlg\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .xlg\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .xlg\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .xlg\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .xlg\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\: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));
  }

  .xlg\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .xlg\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .xlg\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .xlg\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .xlg\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .xlg\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .xlg\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .xlg\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .xlg\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .xlg\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .xlg\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .xlg\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .xlg\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .xlg\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .xlg\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .xlg\:invert-0 {
    --tw-invert: invert(0);
  }

  .xlg\:invert {
    --tw-invert: invert(100%);
  }

  .xlg\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .xlg\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .xlg\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .xlg\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .xlg\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .xlg\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .xlg\:sepia {
    --tw-sepia: sepia(100%);
  }

  .xlg\: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);
  }

  .xlg\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .xlg\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .xlg\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .xlg\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .xlg\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .xlg\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .xlg\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .xlg\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .xlg\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .xlg\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .xlg\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .xlg\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .xlg\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .xlg\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .xlg\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .xlg\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .xlg\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .xlg\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .xlg\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .xlg\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .xlg\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .xlg\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .xlg\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .xlg\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .xlg\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .xlg\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .xlg\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .xlg\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .xlg\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .xlg\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .xlg\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .xlg\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .xlg\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .xlg\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .xlg\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .xlg\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .xlg\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .xlg\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .xlg\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .xlg\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .xlg\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .xlg\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .xlg\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .xlg\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .xlg\:backdrop-opacity-1 {
    --tw-backdrop-opacity: opacity(.01);
  }

  .xlg\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .xlg\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .xlg\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .xlg\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .xlg\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .xlg\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .xlg\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .xlg\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .xlg\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .xlg\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .xlg\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .xlg\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .xlg\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .xlg\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .xlg\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .xlg\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .xlg\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .xlg\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .xlg\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .xlg\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .xlg\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .xlg\:transition-none {
    transition-property: none;
  }

  .xlg\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xlg\: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;
  }

  .xlg\: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;
  }

  .xlg\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xlg\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xlg\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xlg\:delay-75 {
    transition-delay: 75ms;
  }

  .xlg\:delay-100 {
    transition-delay: 100ms;
  }

  .xlg\:delay-150 {
    transition-delay: 150ms;
  }

  .xlg\:delay-200 {
    transition-delay: 200ms;
  }

  .xlg\:delay-300 {
    transition-delay: 300ms;
  }

  .xlg\:delay-500 {
    transition-delay: 500ms;
  }

  .xlg\:delay-700 {
    transition-delay: 700ms;
  }

  .xlg\:delay-1000 {
    transition-delay: 1000ms;
  }

  .xlg\:duration-0 {
    transition-duration: 0ms;
  }

  .xlg\:duration-75 {
    transition-duration: 75ms;
  }

  .xlg\:duration-100 {
    transition-duration: 100ms;
  }

  .xlg\:duration-150 {
    transition-duration: 150ms;
  }

  .xlg\:duration-200 {
    transition-duration: 200ms;
  }

  .xlg\:duration-300 {
    transition-duration: 300ms;
  }

  .xlg\:duration-500 {
    transition-duration: 500ms;
  }

  .xlg\:duration-700 {
    transition-duration: 700ms;
  }

  .xlg\:duration-1000 {
    transition-duration: 1000ms;
  }

  .xlg\:duration-1300 {
    transition-duration: 1300ms;
  }

  .xlg\:duration-1500 {
    transition-duration: 1500ms;
  }

  .xlg\:ease-linear {
    transition-timing-function: linear;
  }

  .xlg\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xlg\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xlg\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
